#BD001D
A dark, vivid red closely aligning with Firebrick.
About #BD001D
At its core, #BD001D is a dark and vivid hue. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(189, 0, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 85% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD001D
RGB189, 0, 29
HSL350.8°, 100.0%, 37.1%
CMYK0%, 100%, 85%, 26%
HSV350.8°, 100.0%, 74.1%
LAB39.4, 64.4, 41.5
XYZ21.2, 10.9, 2.1
Decimal12386333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.60:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.31:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD001D;
}
.text-color {
color: #BD001D;
}
.border-color {
border: 2px solid #BD001D;
}