Red Herring
#dd1144
Here's everything about the color Red Herring (#dd1144) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd1144 | |
|---|---|---|
| RGB | rgb(221, 17, 68) | |
| HSL | hsl(345, 86%, 47%) | |
| CMYK | cmyk(0%, 92%, 69%, 13%) | |
| LAB | lab(48, 72, 31) | |
| OKLCH | oklch(0.57 0.224 18) |
Color harmonies
Tints & shades
Code snippets
color: #dd1144;
background-color: #dd1144;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD1144)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.07, blue: 0.27, alpha: 1.0)