#BD070F
A dark, vivid red closely aligning with Firebrick.
About #BD070F
At its core, #BD070F is a dark and vivid hue. Designers often compare it to the standard color Firebrick. Its digital footprint relies on 189 parts red, 7 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 96% magenta, 92% yellow, and 26% black. With a hue angle of 357.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD070F
RGB189, 7, 15
HSL357.4°, 92.9%, 38.4%
CMYK0%, 96%, 92%, 26%
HSV357.4°, 96.3%, 74.1%
LAB39.6, 63.4, 48.3
XYZ21.1, 11.0, 1.5
Decimal12388111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD070F;
}
.text-color {
color: #BD070F;
}
.border-color {
border: 2px solid #BD070F;
}