#B63A1D
A medium, vivid red closely aligning with Firebrick.
About #B63A1D
Visually, #B63A1D is defined as a vivid red. Its closest recognized web color is Firebrick. This translates to an RGB value of rgb(182, 58, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. The HSL representation is 11.4° hue, 72.5% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B63A1D
RGB182, 58, 29
HSL11.4°, 72.5%, 41.4%
CMYK0%, 68%, 84%, 29%
HSV11.4°, 84.1%, 71.4%
LAB42.9, 48.7, 44.1
XYZ21.0, 13.1, 2.6
Decimal11942429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.56:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A1D;
}
.text-color {
color: #B63A1D;
}
.border-color {
border: 2px solid #B63A1D;
}