#FF241D
A medium, vivid red closely aligning with Red.
About #FF241D
Visually, #FF241D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. Its digital footprint relies on 255 parts red, 36 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 86% M, 89% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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#FF241D
RGB255, 36, 29
HSL1.9°, 100.0%, 55.7%
CMYK0%, 86%, 89%, 0%
HSV1.9°, 88.6%, 100.0%
LAB54.7, 76.5, 59.4
XYZ42.1, 22.6, 3.3
Decimal16720925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF241D;
}
.text-color {
color: #FF241D;
}
.border-color {
border: 2px solid #FF241D;
}