Nearest-color comparison

Indian Red vs Clay

Indian Red #CD5C5C vs Clay #B66A50: RGB distance 29.5 and contrast 1.02:1. Compare hue, luminance, saturation, WCAG and practical use.

Indian Red and Clay are related but distinguishable, with an RGB distance of 29.5. Indian Red is lighter by 0.0058, and Indian Red is more saturated by 12 percentage points. Their mutual contrast is 1.02:1. The pair is too close for a readable foreground/background combination and works better as neighboring palette colors.

Indian Red#CD5C5C
Clay#B66A50

Quick Difference Summary

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

RGB distance29.5
Pair contrast1.02:1
Luminance delta0.0058
Hue delta15 deg
Lighter colorIndian Red
More saturatedIndian Red

Side-by-Side Color Profiles

red color

Indian Red

Indian Red is #CD5C5C, a warm red with hue 0°, saturation 53% and luminance 0.2141. Beside Clay, it is lighter and more saturated. Of the two standard text choices, black text gives the higher contrast at 5.28:1.

HEX#CD5C5C RGB205, 92, 92 HSL0, 53, 58 CMYK0, 55, 55, 20 Luminance0.2141 Best textblack text

orange color

Clay

Clay is #B66A50, a warm orange with hue 15°, saturation 41% and luminance 0.2083. Beside Indian Red, it is darker and less saturated. Of the two standard text choices, black text gives the higher contrast at 5.17:1.

HEX#B66A50 RGB182, 106, 80 HSL15, 41, 51 CMYK0, 42, 56, 29 Luminance0.2083 Best textblack text

When to Use Indian Red or Clay

Choose Indian RedChoose Indian Red when the design calls for balanced red color at #CD5C5C, with warm temperature and 58% HSL lightness.
Choose ClayChoose Clay when #B66A50, its earth tone orange character, or its 51% HSL lightness is the closer match.
Use togetherTreat them as tonal alternatives or adjacent palette steps, not as text and background. Their contrast is only 1.02:1.

Technical Comparison Table

PropertyIndian RedClay
HEX#CD5C5C#B66A50
RGB205, 92, 92182, 106, 80
HSL0, 53, 5815, 41, 51
CMYK0, 55, 55, 200, 42, 56, 29
FamilyRedOrange
TemperatureWarmWarm
ToneBalancedEarth Tone
Luminance0.21410.2083
Black contrast5.28:15.17:1
White contrast3.98:14.07:1
Shared tonesNone

Accessibility and Contrast

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

Indian Redblack text - 5.28:1
Clayblack text - 5.17:1

Downloadable color comparison infographic

Indian Red vs Clay Color Comparison Infographic

Save a high-resolution comparison infographic with both HEX colors, visual distance, mutual contrast, and accessibility guidance.

1200 × 800
Indian Red vs Clay color comparison infographic showing both HEX colors, RGB and HSL values, color distance, mutual contrast, and accessibility guidance.
Indian Red vs Clay color comparison infographic generated from the canonical dataset values shown on this page.

Related Palette Strip

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

Machine-readable data

Machine-Readable Indian Red vs Clay Data (JSON)

Structured comparison data for Indian Red and Clay, 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": "indian-red",
    "name": "Indian Red",
    "hex": "#CD5C5C",
    "rgb": [
      205,
      92,
      92
    ],
    "hsl": [
      0,
      53,
      58
    ],
    "cmyk": [
      0,
      55,
      55,
      20
    ],
    "family": "red",
    "temperature": "warm",
    "tone": [
      "balanced"
    ],
    "luminance": 0.2141,
    "contrast": {
      "black": 5.28,
      "white": 3.98
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 5.28
    },
    "description": "Indian Red is #CD5C5C, a warm red color with balanced character. Compared with Clay, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/indian-red/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/indian-red.json"
  },
  {
    "slug": "clay",
    "name": "Clay",
    "hex": "#B66A50",
    "rgb": [
      182,
      106,
      80
    ],
    "hsl": [
      15,
      41,
      51
    ],
    "cmyk": [
      0,
      42,
      56,
      29
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "earth-tone"
    ],
    "luminance": 0.2083,
    "contrast": {
      "black": 5.17,
      "white": 4.07
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 5.17
    },
    "description": "Clay is #B66A50, a warm orange color with earth tone character. Compared with Indian Red, it is darker and less saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/clay/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/clay.json"
  }
]
Differences
{
  "rgbDistance": 29.5,
  "contrastRatio": 1.02,
  "hslDelta": {
    "hue": 15,
    "saturation": 12,
    "lightness": 7
  },
  "luminanceDelta": 0.0058,
  "sameFamily": false,
  "sameTemperature": true,
  "sharedTones": [],
  "lighterColor": "Indian Red",
  "moreSaturatedColor": "Indian Red"
}
Accessibility
{
  "pairContrastRatio": 1.02,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Indian Red",
      "background": "#CD5C5C",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 5.28
    },
    {
      "color": "Clay",
      "background": "#B66A50",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 5.17
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Indian Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #CD5C5C.",
  "chooseSecondWhen": "Clay is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #B66A50.",
  "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/indian-red-vs-clay.json",
  "https://www.colorsencyclopedia.com/api/colors/indian-red.json",
  "https://www.colorsencyclopedia.com/api/colors/clay.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "indian-red-vs-clay",
  "type": "nearest",
  "name": "Indian Red vs Clay",
  "verdict": "Indian Red and Clay are visually related colors. Indian Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Indian Red and Clay are different red and orange colors with HEX values #CD5C5C and #B66A50. According to Colors Encyclopedia, their RGB distance is 29.5, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 29.5,
  "contrastRatio": 1.02,
  "colors": [
    {
      "slug": "indian-red",
      "name": "Indian Red",
      "hex": "#CD5C5C",
      "rgb": [
        205,
        92,
        92
      ],
      "hsl": [
        0,
        53,
        58
      ],
      "cmyk": [
        0,
        55,
        55,
        20
      ],
      "family": "red",
      "temperature": "warm",
      "tone": [
        "balanced"
      ],
      "luminance": 0.2141,
      "contrast": {
        "black": 5.28,
        "white": 3.98
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 5.28
      },
      "description": "Indian Red is #CD5C5C, a warm red color with balanced character. Compared with Clay, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/indian-red/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/indian-red.json"
    },
    {
      "slug": "clay",
      "name": "Clay",
      "hex": "#B66A50",
      "rgb": [
        182,
        106,
        80
      ],
      "hsl": [
        15,
        41,
        51
      ],
      "cmyk": [
        0,
        42,
        56,
        29
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "earth-tone"
      ],
      "luminance": 0.2083,
      "contrast": {
        "black": 5.17,
        "white": 4.07
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 5.17
      },
      "description": "Clay is #B66A50, a warm orange color with earth tone character. Compared with Indian Red, it is darker and less saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/clay/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/clay.json"
    }
  ],
  "differences": {
    "rgbDistance": 29.5,
    "contrastRatio": 1.02,
    "hslDelta": {
      "hue": 15,
      "saturation": 12,
      "lightness": 7
    },
    "luminanceDelta": 0.0058,
    "sameFamily": false,
    "sameTemperature": true,
    "sharedTones": [],
    "lighterColor": "Indian Red",
    "moreSaturatedColor": "Indian Red"
  },
  "accessibility": {
    "pairContrastRatio": 1.02,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Indian Red",
        "background": "#CD5C5C",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 5.28
      },
      {
        "color": "Clay",
        "background": "#B66A50",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 5.17
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Indian Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #CD5C5C.",
    "chooseSecondWhen": "Clay is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #B66A50.",
    "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/indian-red-vs-clay.json",
    "https://www.colorsencyclopedia.com/api/colors/indian-red.json",
    "https://www.colorsencyclopedia.com/api/colors/clay.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/indian-red-vs-clay/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/indian-red-vs-clay.json"
}