#BD2C33
A medium, moderate red closely aligning with Firebrick.
About #BD2C33
At its core, #BD2C33 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 189 red, 44 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 73% Yellow, and 26% Black. The HSL representation is 357.1° hue, 62.2% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD2C33
RGB189, 44, 51
HSL357.1°, 62.2%, 45.7%
CMYK0%, 77%, 73%, 26%
HSV357.1°, 76.7%, 74.1%
LAB42.6, 56.9, 32.2
XYZ22.5, 12.9, 4.4
Decimal12397619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2C33;
}
.text-color {
color: #BD2C33;
}
.border-color {
border: 2px solid #BD2C33;
}