#CC3316
A medium, vivid red closely aligning with Firebrick.
About #CC3316
At its core, #CC3316 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(204, 51, 22).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 75% M, 89% Y, and 20% K. With a hue angle of 9.6 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3316
RGB204, 51, 22
HSL9.6°, 80.5%, 44.3%
CMYK0%, 75%, 89%, 20%
HSV9.6°, 89.2%, 80.0%
LAB46.0, 58.3, 51.4
XYZ26.2, 15.3, 2.3
Decimal13382422
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3316;
}
.text-color {
color: #CC3316;
}
.border-color {
border: 2px solid #CC3316;
}