Communist
#cc0000
Here's everything about the color Communist (#cc0000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc0000 | |
|---|---|---|
| RGB | rgb(204, 0, 0) | |
| HSL | hsl(0, 100%, 40%) | |
| CMYK | cmyk(0%, 100%, 100%, 20%) | |
| LAB | lab(43, 68, 59) | |
| OKLCH | oklch(0.53 0.218 29) |
Color harmonies
Tints & shades
Code snippets
color: #cc0000;
background-color: #cc0000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC0000)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.00, blue: 0.00, alpha: 1.0)