#750007
A dark, vivid red closely aligning with Maroon.
About #750007
Visually, #750007 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(117, 0, 7).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#750007
RGB117, 0, 7
HSL356.4°, 100.0%, 22.9%
CMYK0%, 100%, 94%, 54%
HSV356.4°, 100.0%, 45.9%
LAB23.0, 45.2, 31.8
XYZ7.4, 3.8, 0.5
Decimal7667719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.94:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.41:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750007;
}
.text-color {
color: #750007;
}
.border-color {
border: 2px solid #750007;
}