#BD241D
A medium, vivid red closely aligning with Firebrick.
About #BD241D
At its core, #BD241D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 189 red, 36 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 81% Magenta, 85% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD241D
RGB189, 36, 29
HSL2.6°, 73.4%, 42.7%
CMYK0%, 81%, 85%, 26%
HSV2.6°, 84.7%, 74.1%
LAB41.5, 58.5, 43.3
XYZ21.8, 12.2, 2.4
Decimal12395549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.12:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.85:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD241D;
}
.text-color {
color: #BD241D;
}
.border-color {
border: 2px solid #BD241D;
}