Traffic Red
#ff1c1c
Here's everything about the color Traffic Red (#ff1c1c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff1c1c | |
|---|---|---|
| RGB | rgb(255, 28, 28) | |
| HSL | hsl(0, 100%, 55%) | |
| CMYK | cmyk(0%, 89%, 89%, 0%) | |
| LAB | lab(55, 79, 62) | |
| OKLCH | oklch(0.64 0.25 28) |
Color harmonies
Tints & shades
Code snippets
color: #ff1c1c;
background-color: #ff1c1c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF1C1C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.11, blue: 0.11, alpha: 1.0)