#FF3A49
A light, vivid red closely aligning with Crimson.
About #FF3A49
The hex code #FF3A49 represents a beautifully specific shade of red. Its closest recognized web color is Crimson. Its digital footprint relies on 255 parts red, 58 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 77% magenta, 71% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF3A49
RGB255, 58, 73
HSL355.4°, 100.0%, 61.4%
CMYK0%, 77%, 71%, 0%
HSV355.4°, 77.3%, 100.0%
LAB56.8, 72.7, 39.2
XYZ44.0, 24.8, 8.8
Decimal16726601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.95:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A49;
}
.text-color {
color: #FF3A49;
}
.border-color {
border: 2px solid #FF3A49;
}