#F01600
A medium, vivid red closely aligning with Red.
About #F01600
At its core, #F01600 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. Its digital footprint relies on 240 parts red, 22 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 91% Magenta, 100% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F01600
RGB240, 22, 0
HSL5.5°, 100.0%, 47.1%
CMYK0%, 91%, 100%, 6%
HSV5.5°, 100.0%, 94.1%
LAB50.8, 74.6, 64.4
XYZ36.2, 19.1, 1.8
Decimal15734272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01600;
}
.text-color {
color: #F01600;
}
.border-color {
border: 2px solid #F01600;
}