#F01D1D
A medium, vivid red closely aligning with Red.
About #F01D1D
Visually, #F01D1D is defined as a vivid red. Designers often compare it to the standard color Red. Its digital footprint relies on 240 parts red, 29 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 88% M, 88% Y, and 6% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F01D1D
RGB240, 29, 29
HSL0.0°, 87.6%, 52.7%
CMYK0%, 88%, 88%, 6%
HSV0.0°, 87.9%, 94.1%
LAB51.3, 73.8, 55.6
XYZ36.6, 19.5, 3.0
Decimal15736093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.29:1
Text on #FFFFFF
AA Large
4.90:1
Text on #000000
AA
4.10:1
Text on #F8FAFC
AA Large
4.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D1D;
}
.text-color {
color: #F01D1D;
}
.border-color {
border: 2px solid #F01D1D;
}