#570F00
A very dark, vivid red closely aligning with Maroon.
About #570F00
The hex code #570F00 represents a beautifully specific shade of red. Designers often compare it to the standard color Maroon. This translates to an RGB value of rgb(87, 15, 0).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 83% M, 100% Y, and 66% K. The HSL representation is 10.3° hue, 100.0% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#570F00
RGB87, 15, 0
HSL10.3°, 100.0%, 17.1%
CMYK0%, 83%, 100%, 66%
HSV10.3°, 100.0%, 34.1%
LAB17.3, 31.8, 26.4
XYZ4.1, 2.4, 0.2
Decimal5705472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.25:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.62:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F00;
}
.text-color {
color: #570F00;
}
.border-color {
border: 2px solid #570F00;
}