#F81649
A medium, vivid red closely aligning with Crimson.
About #F81649
At its core, #F81649 is a medium and vivid hue. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(248, 22, 73).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 91% magenta, 71% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F81649
RGB248, 22, 73
HSL346.5°, 94.2%, 52.9%
CMYK0%, 91%, 71%, 3%
HSV346.5°, 91.1%, 97.3%
LAB53.0, 78.1, 34.3
XYZ40.2, 21.0, 8.2
Decimal16258633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81649;
}
.text-color {
color: #F81649;
}
.border-color {
border: 2px solid #F81649;
}