#75001D
A dark, vivid red closely aligning with Brown.
About #75001D
Visually, #75001D is defined as a vivid red. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 0, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 75% Y, and 54% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75001D
RGB117, 0, 29
HSL345.1°, 100.0%, 22.9%
CMYK0%, 100%, 75%, 54%
HSV345.1°, 100.0%, 45.9%
LAB23.2, 45.9, 19.6
XYZ7.6, 3.9, 1.5
Decimal7667741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.84:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.31:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75001D;
}
.text-color {
color: #75001D;
}
.border-color {
border: 2px solid #75001D;
}