#CD210A
A medium, vivid red closely aligning with Firebrick.
About #CD210A
At its core, #CD210A is a medium and vivid hue. Designers often compare it to the standard color Firebrick. In the RGB color space, it consists of 205 red, 33 green, and 10 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 84% Magenta, 95% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#CD210A
RGB205, 33, 10
HSL7.1°, 90.7%, 42.2%
CMYK0%, 84%, 95%, 20%
HSV7.1°, 95.1%, 80.4%
LAB44.4, 63.5, 54.6
XYZ25.8, 14.1, 1.6
Decimal13443338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CD210A;
}
.text-color {
color: #CD210A;
}
.border-color {
border: 2px solid #CD210A;
}