#FF0733
A medium, vivid red closely aligning with Crimson.
About #FF0733
At its core, #FF0733 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 7, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 80% Y, and 0% K. 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#FF0733
RGB255, 7, 51
HSL349.4°, 100.0%, 51.4%
CMYK0%, 97%, 80%, 0%
HSV349.4°, 97.3%, 100.0%
LAB53.7, 80.3, 48.0
XYZ41.9, 21.7, 5.1
Decimal16713523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0733;
}
.text-color {
color: #FF0733;
}
.border-color {
border: 2px solid #FF0733;
}