Scarlet Splendour
#cc0c1b
Here's everything about the color Scarlet Splendour (#cc0c1b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc0c1b | |
|---|---|---|
| RGB | rgb(204, 12, 27) | |
| HSL | hsl(355, 89%, 42%) | |
| CMYK | cmyk(0%, 94%, 87%, 20%) | |
| LAB | lab(44, 67, 49) | |
| OKLCH | oklch(0.53 0.213 27) |
Color harmonies
Tints & shades
Code snippets
color: #cc0c1b;
background-color: #cc0c1b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC0C1B)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.05, blue: 0.11, alpha: 1.0)