Nearest-color comparison

Cadmium Red vs Venetian Red

Cadmium Red and Venetian Red are different red colors with HEX values #E30022 and #C80815. According to Colors Encyclopedia, their RGB distance is 31, their contrast ratio is 1.23:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Cadmium Red and Venetian Red are visually related colors. Cadmium Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.23:1, so the pair is too low for text and better treated as a palette relationship.

Cadmium Red#E30022
Venetian Red#C80815

Quick Difference Summary

The main measurable differences between Cadmium Red and Venetian Red across RGB distance, luminance, hue, saturation, and contrast.

RGB distance31
Pair contrast1.23:1
Luminance delta0.0394
Hue delta5 deg
Lighter colorCadmium Red
More saturatedCadmium Red

Side-by-Side Color Profiles

red color

Cadmium Red

Cadmium Red is #E30022, a warm red color with vibrant character. Compared with Venetian Red, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.

HEX#E30022 RGB227, 0, 34 HSL351, 100, 45 CMYK0, 100, 85, 11 Luminance0.1645 Best textwhite text

red color

Venetian Red

Venetian Red is #C80815, a warm red color with vibrant character. Compared with Cadmium Red, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.

HEX#C80815 RGB200, 8, 21 HSL356, 92, 41 CMYK0, 96, 89, 22 Luminance0.1251 Best textwhite text

When to Use Cadmium Red or Venetian Red

Choose Cadmium RedCadmium Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #E30022.
Choose Venetian RedVenetian Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #C80815.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyCadmium RedVenetian Red
HEX#E30022#C80815
RGB227, 0, 34200, 8, 21
HSL351, 100, 45356, 92, 41
CMYK0, 100, 85, 110, 96, 89, 22
FamilyRedRed
TemperatureWarmWarm
ToneVibrantVibrant
Luminance0.16450.1251
Black contrast4.29:13.5:1
White contrast4.9:16:1
Shared tonesVibrant

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Cadmium Redwhite text - 4.9:1
Venetian Redwhite text - 6:1

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Cadmium Red#E30022
Venetian Red#C80815
#FF425F#FF425F
#F73643#F73643
#00E6C3#00E6C3
#08C9BC#08C9BC

Machine-readable data

Machine-Readable Cadmium Red vs Venetian Red Data (JSON)

Structured comparison data for Cadmium Red and Venetian Red, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "cadmium-red",
    "name": "Cadmium Red",
    "hex": "#E30022",
    "rgb": [
      227,
      0,
      34
    ],
    "hsl": [
      351,
      100,
      45
    ],
    "cmyk": [
      0,
      100,
      85,
      11
    ],
    "family": "red",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.1645,
    "contrast": {
      "black": 4.29,
      "white": 4.9
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#FFFFFF",
      "label": "white text",
      "ratio": 4.9
    },
    "description": "Cadmium Red is #E30022, a warm red color with vibrant character. Compared with Venetian Red, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/cadmium-red/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/cadmium-red.json"
  },
  {
    "slug": "venetian-red",
    "name": "Venetian Red",
    "hex": "#C80815",
    "rgb": [
      200,
      8,
      21
    ],
    "hsl": [
      356,
      92,
      41
    ],
    "cmyk": [
      0,
      96,
      89,
      22
    ],
    "family": "red",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.1251,
    "contrast": {
      "black": 3.5,
      "white": 6
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#FFFFFF",
      "label": "white text",
      "ratio": 6
    },
    "description": "Venetian Red is #C80815, a warm red color with vibrant character. Compared with Cadmium Red, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/venetian-red/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
  }
]
Differences
{
  "rgbDistance": 31,
  "contrastRatio": 1.23,
  "hslDelta": {
    "hue": 5,
    "saturation": 8,
    "lightness": 4
  },
  "luminanceDelta": 0.0394,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "Cadmium Red",
  "moreSaturatedColor": "Cadmium Red"
}
Accessibility
{
  "pairContrastRatio": 1.23,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Cadmium Red",
      "background": "#E30022",
      "foreground": "#FFFFFF",
      "label": "white text",
      "ratio": 4.9
    },
    {
      "color": "Venetian Red",
      "background": "#C80815",
      "foreground": "#FFFFFF",
      "label": "white text",
      "ratio": 6
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Cadmium Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #E30022.",
  "chooseSecondWhen": "Venetian Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #C80815.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/cadmium-red-vs-venetian-red.json",
  "https://www.colorsencyclopedia.com/api/colors/cadmium-red.json",
  "https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "cadmium-red-vs-venetian-red",
  "type": "nearest",
  "name": "Cadmium Red vs Venetian Red",
  "verdict": "Cadmium Red and Venetian Red are visually related colors. Cadmium Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.23:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Cadmium Red and Venetian Red are different red colors with HEX values #E30022 and #C80815. According to Colors Encyclopedia, their RGB distance is 31, their contrast ratio is 1.23:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 31,
  "contrastRatio": 1.23,
  "colors": [
    {
      "slug": "cadmium-red",
      "name": "Cadmium Red",
      "hex": "#E30022",
      "rgb": [
        227,
        0,
        34
      ],
      "hsl": [
        351,
        100,
        45
      ],
      "cmyk": [
        0,
        100,
        85,
        11
      ],
      "family": "red",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.1645,
      "contrast": {
        "black": 4.29,
        "white": 4.9
      },
      "wcag": {
        "AA": [
          "#FFFFFF"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#FFFFFF",
        "label": "white text",
        "ratio": 4.9
      },
      "description": "Cadmium Red is #E30022, a warm red color with vibrant character. Compared with Venetian Red, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/cadmium-red/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/cadmium-red.json"
    },
    {
      "slug": "venetian-red",
      "name": "Venetian Red",
      "hex": "#C80815",
      "rgb": [
        200,
        8,
        21
      ],
      "hsl": [
        356,
        92,
        41
      ],
      "cmyk": [
        0,
        96,
        89,
        22
      ],
      "family": "red",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.1251,
      "contrast": {
        "black": 3.5,
        "white": 6
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#FFFFFF",
        "label": "white text",
        "ratio": 6
      },
      "description": "Venetian Red is #C80815, a warm red color with vibrant character. Compared with Cadmium Red, it is darker and less saturated. Use it for historical references, pigment palettes, and cultural color systems, with white text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/venetian-red/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
    }
  ],
  "differences": {
    "rgbDistance": 31,
    "contrastRatio": 1.23,
    "hslDelta": {
      "hue": 5,
      "saturation": 8,
      "lightness": 4
    },
    "luminanceDelta": 0.0394,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "Cadmium Red",
    "moreSaturatedColor": "Cadmium Red"
  },
  "accessibility": {
    "pairContrastRatio": 1.23,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Cadmium Red",
        "background": "#E30022",
        "foreground": "#FFFFFF",
        "label": "white text",
        "ratio": 4.9
      },
      {
        "color": "Venetian Red",
        "background": "#C80815",
        "foreground": "#FFFFFF",
        "label": "white text",
        "ratio": 6
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Cadmium Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #E30022.",
    "chooseSecondWhen": "Venetian Red is better when the design needs vibrant red character, warm temperature, and the specific HEX value #C80815.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/cadmium-red-vs-venetian-red.json",
    "https://www.colorsencyclopedia.com/api/colors/cadmium-red.json",
    "https://www.colorsencyclopedia.com/api/colors/venetian-red.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/cadmium-red-vs-venetian-red/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/cadmium-red-vs-venetian-red.json"
}