#F00F33
A medium, vivid red closely aligning with Crimson.
About #F00F33
At its core, #F00F33 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 240 red, 15 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 94% Magenta, 79% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00F33
RGB240, 15, 51
HSL350.4°, 88.2%, 50.0%
CMYK0%, 94%, 79%, 6%
HSV350.4°, 93.8%, 94.1%
LAB50.8, 76.1, 44.1
XYZ36.7, 19.1, 4.9
Decimal15732531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F33;
}
.text-color {
color: #F00F33;
}
.border-color {
border: 2px solid #F00F33;
}