#F01D00
A medium, vivid red closely aligning with Red.
About #F01D00
When working with digital screens, the color #F01D00 is rendered by mixing light. It is closely associated with the named CSS color Red. Its digital footprint relies on 240 parts red, 29 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 88% M, 100% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F01D00
RGB240, 29, 0
HSL7.3°, 100.0%, 47.1%
CMYK0%, 88%, 100%, 6%
HSV7.3°, 100.0%, 94.1%
LAB51.2, 73.5, 64.6
XYZ36.4, 19.4, 1.8
Decimal15736064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D00;
}
.text-color {
color: #F01D00;
}
.border-color {
border: 2px solid #F01D00;
}