#F81D3A
A medium, vivid red closely aligning with Crimson.
About #F81D3A
Visually, #F81D3A is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 248 red, 29 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 88% M, 77% Y, and 3% K. With a hue angle of 352.1 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F81D3A
RGB248, 29, 58
HSL352.1°, 94.0%, 54.3%
CMYK0%, 88%, 77%, 3%
HSV352.1°, 88.3%, 97.3%
LAB53.1, 76.6, 43.1
XYZ39.9, 21.1, 6.0
Decimal16260410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D3A;
}
.text-color {
color: #F81D3A;
}
.border-color {
border: 2px solid #F81D3A;
}