Devilish
#dd3322
Here's everything about the color Devilish (#dd3322) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd3322 | |
|---|---|---|
| RGB | rgb(221, 51, 34) | |
| HSL | hsl(5, 73%, 50%) | |
| CMYK | cmyk(0%, 77%, 85%, 13%) | |
| LAB | lab(50, 65, 52) | |
| OKLCH | oklch(0.59 0.208 30) |
Color harmonies
Tints & shades
Code snippets
color: #dd3322;
background-color: #dd3322;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD3322)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.20, blue: 0.13, alpha: 1.0)