#F81D0F
A medium, vivid red closely aligning with Red.
About #F81D0F
Visually, #F81D0F is defined as a vivid red. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(248, 29, 15).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 94% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F81D0F
RGB248, 29, 15
HSL3.6°, 94.3%, 51.6%
CMYK0%, 88%, 94%, 3%
HSV3.6°, 94.0%, 97.3%
LAB52.8, 75.7, 62.5
XYZ39.2, 20.9, 2.4
Decimal16260367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D0F;
}
.text-color {
color: #F81D0F;
}
.border-color {
border: 2px solid #F81D0F;
}