#CC0F07
A medium, vivid red closely aligning with Firebrick.
About #CC0F07
At its core, #CC0F07 is a medium and vivid hue. Its closest recognized web color is Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 15, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 93% Magenta, 97% Yellow, and 20% Black. The HSL representation is 2.4° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC0F07
RGB204, 15, 7
HSL2.4°, 93.4%, 41.4%
CMYK0%, 93%, 97%, 20%
HSV2.4°, 96.6%, 80.0%
LAB43.1, 66.3, 54.7
XYZ25.1, 13.2, 1.4
Decimal13373191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.77:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F07;
}
.text-color {
color: #CC0F07;
}
.border-color {
border: 2px solid #CC0F07;
}