#CC573A
A medium, moderate red closely aligning with Firebrick.
About #CC573A
When working with digital screens, the color #CC573A is rendered by mixing light. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 204 red, 87 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 72% Y, and 20% K. The HSL representation is 11.9° hue, 58.9% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 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#CC573A
RGB204, 87, 58
HSL11.9°, 58.9%, 51.4%
CMYK0%, 57%, 72%, 20%
HSV11.9°, 71.6%, 80.0%
LAB51.8, 44.7, 39.4
XYZ29.1, 20.0, 6.3
Decimal13391674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC573A;
}
.text-color {
color: #CC573A;
}
.border-color {
border: 2px solid #CC573A;
}