#5F0007
A very dark, vivid red closely aligning with Maroon.
About #5F0007
Visually, #5F0007 is defined as a vivid red. Its closest recognized web color is Maroon. This translates to an RGB value of rgb(95, 0, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 93% yellow, and 63% black. The HSL representation is 355.6° hue, 100.0% saturation, and 18.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F0007
RGB95, 0, 7
HSL355.6°, 100.0%, 18.6%
CMYK0%, 100%, 93%, 63%
HSV355.6°, 100.0%, 37.3%
LAB17.7, 39.1, 24.4
XYZ4.8, 2.4, 0.4
Decimal6225927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.10:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.47:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0007;
}
.text-color {
color: #5F0007;
}
.border-color {
border: 2px solid #5F0007;
}