#BD0F1D
A medium, vivid red closely aligning with Firebrick.
About #BD0F1D
The precise color #BD0F1D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(189, 15, 29).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#BD0F1D
RGB189, 15, 29
HSL355.2°, 85.3%, 40.0%
CMYK0%, 92%, 85%, 26%
HSV355.2°, 92.1%, 74.1%
LAB40.0, 62.7, 42.0
XYZ21.4, 11.2, 2.2
Decimal12390173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.46:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.18:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0F1D;
}
.text-color {
color: #BD0F1D;
}
.border-color {
border: 2px solid #BD0F1D;
}