Flame of Prometheus
#db3c02
Here's everything about the color Flame of Prometheus (#db3c02) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #db3c02 | |
|---|---|---|
| RGB | rgb(219, 60, 2) | |
| HSL | hsl(16, 98%, 43%) | |
| CMYK | cmyk(0%, 73%, 99%, 14%) | |
| LAB | lab(51, 61, 63) | |
| OKLCH | oklch(0.59 0.203 36) |
Color harmonies
Tints & shades
Code snippets
color: #db3c02;
background-color: #db3c02;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDB3C02)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.24, blue: 0.01, alpha: 1.0)