#CC7575
A light, moderate red closely aligning with Lightcoral.
About #CC7575
The hex code #CC7575 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Lightcoral. This translates to an RGB value of rgb(204, 117, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 43% M, 43% Y, and 20% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC7575
RGB204, 117, 117
HSL0.0°, 46.0%, 62.9%
CMYK0%, 43%, 43%, 20%
HSV0.0°, 42.6%, 80.0%
LAB58.8, 34.0, 15.0
XYZ34.5, 26.8, 20.2
Decimal13399413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7575;
}
.text-color {
color: #CC7575;
}
.border-color {
border: 2px solid #CC7575;
}