#B61D1D
A medium, vivid red closely aligning with Firebrick.
About #B61D1D
When working with digital screens, the color #B61D1D is rendered by mixing light. It is closely associated with the named CSS color Firebrick. Its digital footprint relies on 182 parts red, 29 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 84% M, 84% Y, and 29% K. The HSL representation is 0.0° hue, 72.5% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B61D1D
RGB182, 29, 29
HSL0.0°, 72.5%, 41.4%
CMYK0%, 84%, 84%, 29%
HSV0.0°, 84.1%, 71.4%
LAB39.4, 58.2, 41.0
XYZ20.0, 10.9, 2.2
Decimal11935005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.60:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.31:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D1D;
}
.text-color {
color: #B61D1D;
}
.border-color {
border: 2px solid #B61D1D;
}