#D35024
A medium, vivid orange closely aligning with Tomato.
About #D35024
The hex code #D35024 represents a beautifully specific shade of orange. Its closest recognized web color is Tomato. This translates to an RGB value of rgb(211, 80, 36).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 62% Magenta, 83% Yellow, and 17% Black. The HSL representation is 15.1° hue, 70.9% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D35024
RGB211, 80, 36
HSL15.1°, 70.9%, 48.4%
CMYK0%, 62%, 83%, 17%
HSV15.1°, 82.9%, 82.7%
LAB51.5, 49.6, 50.5
XYZ30.1, 19.7, 3.9
Decimal13848612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D35024;
}
.text-color {
color: #D35024;
}
.border-color {
border: 2px solid #D35024;
}