#5F000F
A very dark, vivid red closely aligning with Maroon.
About #5F000F
At its core, #5F000F is a very dark and vivid hue. Designers often compare it to the standard color Maroon. This translates to an RGB value of rgb(95, 0, 15).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 84% Yellow, and 63% Black. The HSL representation is 350.5° hue, 100.0% saturation, and 18.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F000F
RGB95, 0, 15
HSL350.5°, 100.0%, 18.6%
CMYK0%, 100%, 84%, 63%
HSV350.5°, 100.0%, 37.3%
LAB17.8, 39.3, 21.0
XYZ4.8, 2.5, 0.7
Decimal6225935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.06:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.44:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F000F;
}
.text-color {
color: #5F000F;
}
.border-color {
border: 2px solid #5F000F;
}