#5F111D
A dark, moderate red closely aligning with Maroon.
About #5F111D
The precise color #5F111D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(95, 17, 29).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. With a hue angle of 350.8 degrees, it sits comfortably in the red spectrum.
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#5F111D
RGB95, 17, 29
HSL350.8°, 69.6%, 22.0%
CMYK0%, 82%, 69%, 63%
HSV350.8°, 82.1%, 37.3%
LAB19.7, 35.1, 14.1
XYZ5.1, 2.9, 1.5
Decimal6230301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.25:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.67:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F111D;
}
.text-color {
color: #5F111D;
}
.border-color {
border: 2px solid #5F111D;
}