#5F160F
A dark, vivid red closely aligning with Maroon.
About #5F160F
The hex code #5F160F represents a beautifully specific shade of red. Its closest recognized web color is Maroon. In the RGB color space, it consists of 95 red, 22 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 77% magenta, 84% yellow, and 63% black. With a hue angle of 5.2 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F160F
RGB95, 22, 15
HSL5.2°, 72.7%, 21.6%
CMYK0%, 77%, 84%, 63%
HSV5.2°, 84.2%, 37.3%
LAB20.2, 32.4, 23.8
XYZ5.1, 3.0, 0.8
Decimal6231567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.06:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.48:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F160F;
}
.text-color {
color: #5F160F;
}
.border-color {
border: 2px solid #5F160F;
}