#FF3342
A light, vivid red closely aligning with Crimson.
About #FF3342
When working with digital screens, the color #FF3342 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(255, 51, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 80% magenta inks. The HSL representation is 355.6° hue, 100.0% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3342
RGB255, 51, 66
HSL355.6°, 100.0%, 60.0%
CMYK0%, 80%, 74%, 0%
HSV355.6°, 80.0%, 100.0%
LAB56.1, 74.2, 42.3
XYZ43.4, 24.0, 7.5
Decimal16724802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3342;
}
.text-color {
color: #FF3342;
}
.border-color {
border: 2px solid #FF3342;
}