#FF3349
A light, vivid red closely aligning with Crimson.
About #FF3349
Visually, #FF3349 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 255 parts red, 51 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 80% Magenta, 71% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3349
RGB255, 51, 73
HSL353.5°, 100.0%, 60.0%
CMYK0%, 80%, 71%, 0%
HSV353.5°, 80.0%, 100.0%
LAB56.2, 74.5, 38.5
XYZ43.6, 24.1, 8.7
Decimal16724809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3349;
}
.text-color {
color: #FF3349;
}
.border-color {
border: 2px solid #FF3349;
}