#5F0707
A dark, vivid red closely aligning with Maroon.
About #5F0707
When working with digital screens, the color #5F0707 is rendered by mixing light. It is closely associated with the named CSS color Maroon. In the RGB color space, it consists of 95 red, 7 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. The HSL representation is 0.0° hue, 86.3% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F0707
RGB95, 7, 7
HSL0.0°, 86.3%, 20.0%
CMYK0%, 93%, 93%, 63%
HSV0.0°, 92.6%, 37.3%
LAB18.4, 37.1, 25.3
XYZ4.8, 2.6, 0.4
Decimal6227719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.82:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.20:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0707;
}
.text-color {
color: #5F0707;
}
.border-color {
border: 2px solid #5F0707;
}