#FF3A2C
A medium, vivid red closely aligning with Orangered.
About #FF3A2C
At its core, #FF3A2C is a medium and vivid hue. It is closely associated with the named CSS color Orangered. This translates to an RGB value of rgb(255, 58, 44).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#FF3A2C
RGB255, 58, 44
HSL4.0°, 100.0%, 58.6%
CMYK0%, 77%, 83%, 0%
HSV4.0°, 82.7%, 100.0%
LAB56.6, 71.7, 54.3
XYZ43.2, 24.5, 4.8
Decimal16726572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A2C;
}
.text-color {
color: #FF3A2C;
}
.border-color {
border: 2px solid #FF3A2C;
}