Persian Red
#cc3333
Here's everything about the color Persian Red (#cc3333) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc3333 | |
|---|---|---|
| RGB | rgb(204, 51, 51) | |
| HSL | hsl(0, 60%, 50%) | |
| CMYK | cmyk(0%, 75%, 75%, 20%) | |
| LAB | lab(47, 60, 39) | |
| OKLCH | oklch(0.56 0.19 26) |
Color harmonies
Tints & shades
Code snippets
color: #cc3333;
background-color: #cc3333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC3333)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.20, blue: 0.20, alpha: 1.0)