#D36666
A light, moderate red closely aligning with Indianred.
About #D36666
The hex code #D36666 represents a beautifully specific shade of red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(211, 102, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 52% magenta, 52% yellow, and 17% black. The HSL representation is 0.0° hue, 55.3% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D36666
RGB211, 102, 102
HSL0.0°, 55.3%, 61.4%
CMYK0%, 52%, 52%, 17%
HSV0.0°, 51.7%, 82.7%
LAB56.4, 42.9, 20.5
XYZ34.0, 24.3, 15.5
Decimal13854310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36666;
}
.text-color {
color: #D36666;
}
.border-color {
border: 2px solid #D36666;
}