Highway to Hell
#cd1102
Highway to Hell, represented by the hex value #cd1102, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cd1102 | |
|---|---|---|
| RGB | rgb(205, 17, 2) | |
| HSL | hsl(4, 98%, 41%) | |
| CMYK | cmyk(0%, 92%, 99%, 20%) | |
| LAB | lab(44, 67, 59) | |
| OKLCH | oklch(0.54 0.214 30) |
Color harmonies
Tints & shades
Code snippets
color: #cd1102;
background-color: #cd1102;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD1102)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.07, blue: 0.01, alpha: 1.0)