Fire Bolt
#cc4411
Here's everything about the color Fire Bolt (#cc4411) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc4411 | |
|---|---|---|
| RGB | rgb(204, 68, 17) | |
| HSL | hsl(16, 85%, 43%) | |
| CMYK | cmyk(0%, 67%, 92%, 20%) | |
| LAB | lab(49, 53, 56) | |
| OKLCH | oklch(0.57 0.181 38) |
Color harmonies
Tints & shades
Code snippets
color: #cc4411;
background-color: #cc4411;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC4411)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.27, blue: 0.07, alpha: 1.0)