#F81600
A medium, vivid red closely aligning with Red.
About #F81600
Visually, #F81600 is defined as a vivid red. Designers often compare it to the standard color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 22, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 91% Magenta, 100% Yellow, and 3% Black. The HSL representation is 5.3° hue, 100.0% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F81600
RGB248, 22, 0
HSL5.3°, 100.0%, 48.6%
CMYK0%, 91%, 100%, 3%
HSV5.3°, 100.0%, 97.3%
LAB52.4, 76.6, 66.0
XYZ39.0, 20.5, 1.9
Decimal16258560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81600;
}
.text-color {
color: #F81600;
}
.border-color {
border: 2px solid #F81600;
}