#CC3307
A medium, vivid red closely aligning with Tomato.
About #CC3307
At its core, #CC3307 is a medium and vivid hue. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 204 red, 51 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 75% magenta, 97% yellow, and 20% black. The HSL representation is 13.4° hue, 93.4% saturation, and 41.4% lightness.
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#CC3307
RGB204, 51, 7
HSL13.4°, 93.4%, 41.4%
CMYK0%, 75%, 97%, 20%
HSV13.4°, 96.6%, 80.0%
LAB45.9, 58.1, 56.2
XYZ26.1, 15.2, 1.8
Decimal13382407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3307;
}
.text-color {
color: #CC3307;
}
.border-color {
border: 2px solid #CC3307;
}