Red Tape
#cc1133
Here's everything about the color Red Tape (#cc1133) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc1133 | |
|---|---|---|
| RGB | rgb(204, 17, 51) | |
| HSL | hsl(349, 85%, 43%) | |
| CMYK | cmyk(0%, 92%, 75%, 20%) | |
| LAB | lab(44, 67, 36) | |
| OKLCH | oklch(0.54 0.21 21) |
Color harmonies
Tints & shades
Code snippets
color: #cc1133;
background-color: #cc1133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC1133)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.07, blue: 0.20, alpha: 1.0)