#6D0F24
A dark, vivid red closely aligning with Brown.
About #6D0F24
When working with digital screens, the color #6D0F24 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 15, and 36.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 86% Magenta, 67% Yellow, and 57% Black. The HSL representation is 346.6° hue, 75.8% saturation, and 24.3% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0F24
RGB109, 15, 36
HSL346.6°, 75.8%, 24.3%
CMYK0%, 86%, 67%, 57%
HSV346.6°, 86.2%, 42.7%
LAB22.7, 40.6, 13.7
XYZ6.8, 3.7, 2.0
Decimal7147300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.04:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.51:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F24;
}
.text-color {
color: #6D0F24;
}
.border-color {
border: 2px solid #6D0F24;
}