#5F1624
A dark, moderate red closely aligning with Brown.
About #5F1624
Visually, #5F1624 is defined as a moderate red. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 95 red, 22 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 77% M, 62% Y, and 63% K. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F1624
RGB95, 22, 36
HSL348.5°, 62.4%, 22.9%
CMYK0%, 77%, 62%, 63%
HSV348.5°, 76.8%, 37.3%
LAB20.6, 33.7, 10.3
XYZ5.3, 3.1, 2.0
Decimal6231588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.91:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.34:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1624;
}
.text-color {
color: #5F1624;
}
.border-color {
border: 2px solid #5F1624;
}