#751D00
A dark, vivid red closely aligning with Maroon.
About #751D00
At its core, #751D00 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Maroon. In the RGB color space, it consists of 117 red, 29 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 75% M, 100% Y, and 54% K. The HSL representation is 14.9° hue, 100.0% saturation, and 22.9% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#751D00
RGB117, 29, 0
HSL14.9°, 100.0%, 22.9%
CMYK0%, 75%, 100%, 54%
HSV14.9°, 100.0%, 45.9%
LAB25.7, 37.1, 37.4
XYZ7.8, 4.7, 0.5
Decimal7675136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D00;
}
.text-color {
color: #751D00;
}
.border-color {
border: 2px solid #751D00;
}