#BD4224
A medium, moderate red closely aligning with Firebrick.
About #BD4224
Visually, #BD4224 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 189 red, 66 green, and 36 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 65% Magenta, 81% Yellow, and 26% Black. With a hue angle of 11.8 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD4224
RGB189, 66, 36
HSL11.8°, 68.0%, 44.1%
CMYK0%, 65%, 81%, 26%
HSV11.8°, 81.0%, 74.1%
LAB45.4, 48.0, 43.5
XYZ23.3, 14.8, 3.3
Decimal12403236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD4224;
}
.text-color {
color: #BD4224;
}
.border-color {
border: 2px solid #BD4224;
}