#BD1D33
A medium, vivid red closely aligning with Firebrick.
About #BD1D33
The precise color #BD1D33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 189 red, 29 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 85% M, 73% Y, and 26% K. With a hue angle of 351.8 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. 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#BD1D33
RGB189, 29, 51
HSL351.8°, 73.4%, 42.7%
CMYK0%, 85%, 73%, 26%
HSV351.8°, 84.7%, 74.1%
LAB41.1, 60.9, 30.5
XYZ22.0, 11.9, 4.3
Decimal12393779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.93:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD1D33;
}
.text-color {
color: #BD1D33;
}
.border-color {
border: 2px solid #BD1D33;
}