#CC4924
A medium, vivid red closely aligning with Tomato.
About #CC4924
When working with digital screens, the color #CC4924 is rendered by mixing light. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(204, 73, 36).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 64% magenta inks. With a hue angle of 13.2 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC4924
RGB204, 73, 36
HSL13.2°, 70.0%, 47.1%
CMYK0%, 64%, 82%, 20%
HSV13.2°, 82.4%, 80.0%
LAB49.2, 50.2, 47.9
XYZ27.6, 17.7, 3.6
Decimal13388068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4924;
}
.text-color {
color: #CC4924;
}
.border-color {
border: 2px solid #CC4924;
}