#5F0F16
A dark, vivid red closely aligning with Maroon.
About #5F0F16
Visually, #5F0F16 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 84% M, 77% Y, and 63% K. With a hue angle of 354.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#5F0F16
RGB95, 15, 22
HSL354.8°, 72.7%, 21.6%
CMYK0%, 84%, 77%, 63%
HSV354.8°, 84.2%, 37.3%
LAB19.4, 35.4, 18.5
XYZ5.0, 2.8, 1.0
Decimal6229782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.41:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.81:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F16;
}
.text-color {
color: #5F0F16;
}
.border-color {
border: 2px solid #5F0F16;
}