#5F070F
A dark, vivid red closely aligning with Maroon.
About #5F070F
Visually, #5F070F is defined as a vivid red. Its closest recognized web color is Maroon. Its digital footprint relies on 95 parts red, 7 parts green, and 15 parts blue light.
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 354.5° hue, 86.3% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F070F
RGB95, 7, 15
HSL354.5°, 86.3%, 20.0%
CMYK0%, 93%, 84%, 63%
HSV354.5°, 92.6%, 37.3%
LAB18.4, 37.4, 21.8
XYZ4.9, 2.6, 0.7
Decimal6227727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.78:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.17:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F070F;
}
.text-color {
color: #5F070F;
}
.border-color {
border: 2px solid #5F070F;
}