#BD2C07
A dark, vivid red closely aligning with Firebrick.
About #BD2C07
The precise color #BD2C07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 189 parts red, 44 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 77% Magenta, 96% Yellow, and 26% Black. The HSL representation is 12.2° hue, 92.9% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD2C07
RGB189, 44, 7
HSL12.2°, 92.9%, 38.4%
CMYK0%, 77%, 96%, 26%
HSV12.2°, 96.3%, 74.1%
LAB42.2, 55.7, 52.6
XYZ21.9, 12.6, 1.5
Decimal12397575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD2C07;
}
.text-color {
color: #BD2C07;
}
.border-color {
border: 2px solid #BD2C07;
}