#FF1D0F
A medium, vivid red closely aligning with Red.
About #FF1D0F
When working with digital screens, the color #FF1D0F is rendered by mixing light. It is closely associated with the named CSS color Red. Its digital footprint relies on 255 parts red, 29 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 89% Magenta, 94% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1D0F
RGB255, 29, 15
HSL3.5°, 100.0%, 52.9%
CMYK0%, 89%, 94%, 0%
HSV3.5°, 94.1%, 100.0%
LAB54.2, 77.5, 64.0
XYZ41.8, 22.2, 2.5
Decimal16719119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D0F;
}
.text-color {
color: #FF1D0F;
}
.border-color {
border: 2px solid #FF1D0F;
}