#5F1607
A dark, vivid red closely aligning with Maroon.
About #5F1607
Visually, #5F1607 is defined as a vivid red. Its closest recognized web color is Maroon. Its digital footprint relies on 95 parts red, 22 parts green, and 7 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 77% magenta inks. The HSL representation is 10.2° 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F1607
RGB95, 22, 7
HSL10.2°, 86.3%, 20.0%
CMYK0%, 77%, 93%, 63%
HSV10.2°, 92.6%, 37.3%
LAB20.1, 32.2, 27.3
XYZ5.0, 3.0, 0.5
Decimal6231559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.09:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.51:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1607;
}
.text-color {
color: #5F1607;
}
.border-color {
border: 2px solid #5F1607;
}