Vampire Red
#dd4132
Here's everything about the color Vampire Red (#dd4132) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd4132 | |
|---|---|---|
| RGB | rgb(221, 65, 50) | |
| HSL | hsl(5, 72%, 53%) | |
| CMYK | cmyk(0%, 71%, 77%, 13%) | |
| LAB | lab(52, 61, 45) | |
| OKLCH | oklch(0.6 0.195 29) |
Color harmonies
Tints & shades
Code snippets
color: #dd4132;
background-color: #dd4132;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD4132)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.25, blue: 0.20, alpha: 1.0)