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