#570F07
A very dark, vivid red closely aligning with Maroon.
About #570F07
At its core, #570F07 is a very dark and vivid hue. Its closest recognized web color is Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 15, and 7.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 83% magenta, 92% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#570F07
RGB87, 15, 7
HSL6.0°, 85.1%, 18.4%
CMYK0%, 83%, 92%, 66%
HSV6.0°, 92.0%, 34.1%
LAB17.4, 32.0, 23.6
XYZ4.1, 2.4, 0.4
Decimal5705479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.22:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.59:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F07;
}
.text-color {
color: #570F07;
}
.border-color {
border: 2px solid #570F07;
}