#570F16
A dark, vivid red closely aligning with Maroon.
About #570F16
Visually, #570F16 is defined as a vivid red. Designers often compare it to the standard color Maroon. This translates to an RGB value of rgb(87, 15, 22).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 83% Magenta, 75% Yellow, and 66% Black. With a hue angle of 354.2 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#570F16
RGB87, 15, 22
HSL354.2°, 70.6%, 20.0%
CMYK0%, 83%, 75%, 66%
HSV354.2°, 82.8%, 34.1%
LAB17.6, 32.7, 16.0
XYZ4.2, 2.4, 1.0
Decimal5705494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.14:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.51:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F16;
}
.text-color {
color: #570F16;
}
.border-color {
border: 2px solid #570F16;
}