#FF4224
A medium, vivid red closely aligning with Orangered.
About #FF4224
The hex code #FF4224 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 255 red, 66 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 74% Magenta, 86% Yellow, and 0% Black. With a hue angle of 8.2 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF4224
RGB255, 66, 36
HSL8.2°, 100.0%, 57.1%
CMYK0%, 74%, 86%, 0%
HSV8.2°, 85.9%, 100.0%
LAB57.4, 69.2, 58.6
XYZ43.5, 25.3, 4.3
Decimal16728612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4224;
}
.text-color {
color: #FF4224;
}
.border-color {
border: 2px solid #FF4224;
}