#BD0024
A dark, vivid red closely aligning with Firebrick.
About #BD0024
Visually, #BD0024 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 0, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 81% yellow, and 26% black. The HSL representation is 348.6° hue, 100.0% saturation, and 37.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD0024
RGB189, 0, 36
HSL348.6°, 100.0%, 37.1%
CMYK0%, 100%, 81%, 26%
HSV348.6°, 100.0%, 74.1%
LAB39.5, 64.5, 37.6
XYZ21.3, 10.9, 2.7
Decimal12386340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.58:1
Text on #FFFFFF
AA
3.19:1
Text on #000000
AA Large
6.29:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0024;
}
.text-color {
color: #BD0024;
}
.border-color {
border: 2px solid #BD0024;
}