#BD1D07
A dark, vivid red closely aligning with Firebrick.
About #BD1D07
At its core, #BD1D07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 189 red, 29 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 85% Magenta, 96% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#BD1D07
RGB189, 29, 7
HSL7.3°, 92.9%, 38.4%
CMYK0%, 85%, 96%, 26%
HSV7.3°, 96.3%, 74.1%
LAB40.8, 59.8, 51.8
XYZ21.5, 11.7, 1.3
Decimal12393735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.00:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD1D07;
}
.text-color {
color: #BD1D07;
}
.border-color {
border: 2px solid #BD1D07;
}