Piercing Red
#dd1122
Here's everything about the color Piercing Red (#dd1122) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd1122 | |
|---|---|---|
| RGB | rgb(221, 17, 34) | |
| HSL | hsl(355, 86%, 47%) | |
| CMYK | cmyk(0%, 92%, 85%, 13%) | |
| LAB | lab(48, 71, 50) | |
| OKLCH | oklch(0.57 0.225 26) |
Color harmonies
Tints & shades
Code snippets
color: #dd1122;
background-color: #dd1122;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD1122)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.07, blue: 0.13, alpha: 1.0)