#BD1633
A medium, vivid red closely aligning with Firebrick.
About #BD1633
At its core, #BD1633 is a medium and vivid hue. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 189 red, 22 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 88% Magenta, 73% Yellow, and 26% Black. The HSL representation is 349.6° hue, 79.1% saturation, and 41.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD1633
RGB189, 22, 51
HSL349.6°, 79.1%, 41.4%
CMYK0%, 88%, 73%, 26%
HSV349.6°, 88.4%, 74.1%
LAB40.6, 62.3, 29.9
XYZ21.9, 11.6, 4.2
Decimal12391987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.31:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.03:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD1633;
}
.text-color {
color: #BD1633;
}
.border-color {
border: 2px solid #BD1633;
}