#57160F
A dark, vivid red closely aligning with Maroon.
About #57160F
The hex code #57160F 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, 22, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 75% magenta, 83% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a 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#57160F
RGB87, 22, 15
HSL5.8°, 70.6%, 20.0%
CMYK0%, 75%, 83%, 66%
HSV5.8°, 82.8%, 34.1%
LAB18.5, 29.4, 21.4
XYZ4.3, 2.6, 0.7
Decimal5707279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.75:1
Text on #FFFFFF
AAA
1.53:1
Text on #000000
FAIL
13.14:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57160F;
}
.text-color {
color: #57160F;
}
.border-color {
border: 2px solid #57160F;
}