#FF3324
A medium, vivid red closely aligning with Red.
About #FF3324
Visually, #FF3324 is defined as a vivid red. Its closest recognized web color is Red. In the RGB color space, it consists of 255 red, 51 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 80% Magenta, 86% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3324
RGB255, 51, 36
HSL4.1°, 100.0%, 57.1%
CMYK0%, 80%, 86%, 0%
HSV4.1°, 85.9%, 100.0%
LAB55.8, 73.4, 57.4
XYZ42.7, 23.8, 4.0
Decimal16724772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3324;
}
.text-color {
color: #FF3324;
}
.border-color {
border: 2px solid #FF3324;
}