#CC000F
A medium, vivid red closely aligning with Firebrick.
About #CC000F
The precise color #CC000F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 0, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 93% Yellow, and 20% Black. With a hue angle of 355.6 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC000F
RGB204, 0, 15
HSL355.6°, 100.0%, 40.0%
CMYK0%, 100%, 93%, 20%
HSV355.6°, 100.0%, 80.0%
LAB42.6, 67.9, 51.8
XYZ25.0, 12.9, 1.6
Decimal13369359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC000F;
}
.text-color {
color: #CC000F;
}
.border-color {
border: 2px solid #CC000F;
}