#CC492C
A medium, moderate red closely aligning with Firebrick.
About #CC492C
Visually, #CC492C is defined as a moderate red. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 204 red, 73 green, and 44 blue.
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. The HSL representation is 10.9° hue, 64.5% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC492C
RGB204, 73, 44
HSL10.9°, 64.5%, 48.6%
CMYK0%, 64%, 78%, 20%
HSV10.9°, 78.4%, 80.0%
LAB49.2, 50.5, 44.1
XYZ27.7, 17.8, 4.4
Decimal13388076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC492C;
}
.text-color {
color: #CC492C;
}
.border-color {
border: 2px solid #CC492C;
}