#F03A1D
A medium, vivid red closely aligning with Orangered.
About #F03A1D
When working with digital screens, the color #F03A1D is rendered by mixing light. Its closest recognized web color is Orangered. Its digital footprint relies on 240 parts red, 58 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 76% M, 88% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F03A1D
RGB240, 58, 29
HSL8.2°, 87.6%, 52.7%
CMYK0%, 76%, 88%, 6%
HSV8.2°, 87.9%, 94.1%
LAB53.6, 67.1, 57.4
XYZ37.7, 21.6, 3.4
Decimal15743517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A1D;
}
.text-color {
color: #F03A1D;
}
.border-color {
border: 2px solid #F03A1D;
}