#FF0F33
A medium, vivid red closely aligning with Crimson.
About #FF0F33
Visually, #FF0F33 is defined as a vivid red. Its closest recognized web color is Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 15, and 51.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0F33
RGB255, 15, 51
HSL351.0°, 100.0%, 52.9%
CMYK0%, 94%, 80%, 0%
HSV351.0°, 94.1%, 100.0%
LAB53.9, 79.8, 48.2
XYZ42.0, 21.8, 5.1
Decimal16715571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F33;
}
.text-color {
color: #FF0F33;
}
.border-color {
border: 2px solid #FF0F33;
}