#F81D1D
A medium, vivid red closely aligning with Red.
About #F81D1D
Visually, #F81D1D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(248, 29, 29).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 88% magenta, 88% yellow, and 3% black. The HSL representation is 0.0° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F81D1D
RGB248, 29, 29
HSL0.0°, 94.0%, 54.3%
CMYK0%, 88%, 88%, 3%
HSV0.0°, 88.3%, 97.3%
LAB52.9, 75.9, 57.5
XYZ39.4, 20.9, 3.1
Decimal16260381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D1D;
}
.text-color {
color: #F81D1D;
}
.border-color {
border: 2px solid #F81D1D;
}