#75070F
A dark, vivid red closely aligning with Maroon.
About #75070F
Visually, #75070F is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 117 parts red, 7 parts green, and 15 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. With a hue angle of 355.6 degrees, it sits comfortably in the red spectrum.
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#75070F
RGB117, 7, 15
HSL355.6°, 88.7%, 24.3%
CMYK0%, 94%, 87%, 54%
HSV355.6°, 94.0%, 45.9%
LAB23.6, 43.9, 28.9
XYZ7.5, 4.0, 0.8
Decimal7669519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.71:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.19:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75070F;
}
.text-color {
color: #75070F;
}
.border-color {
border: 2px solid #75070F;
}