#F0333A
A medium, vivid red closely aligning with Crimson.
About #F0333A
Visually, #F0333A is defined as a vivid red. It is closely associated with the named CSS color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 51, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 79% M, 76% Y, and 6% K. The HSL representation is 357.8° hue, 86.3% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0333A
RGB240, 51, 58
HSL357.8°, 86.3%, 57.1%
CMYK0%, 79%, 76%, 6%
HSV357.8°, 78.8%, 94.1%
LAB53.2, 69.8, 42.7
XYZ37.9, 21.2, 6.1
Decimal15741754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0333A;
}
.text-color {
color: #F0333A;
}
.border-color {
border: 2px solid #F0333A;
}