#FF1D2C
A medium, vivid red closely aligning with Red.
About #FF1D2C
The hex code #FF1D2C represents a beautifully specific shade of red. Designers often compare it to the standard color Red. Its digital footprint relies on 255 parts red, 29 parts green, and 44 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 89% Magenta, 83% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF1D2C
RGB255, 29, 44
HSL356.0°, 100.0%, 55.7%
CMYK0%, 89%, 83%, 0%
HSV356.0°, 88.6%, 100.0%
LAB54.4, 77.9, 52.3
XYZ42.1, 22.3, 4.5
Decimal16719148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D2C;
}
.text-color {
color: #FF1D2C;
}
.border-color {
border: 2px solid #FF1D2C;
}