Vulcan Fire
#e6390d
Vulcan Fire, represented by the hex value #e6390d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e6390d | |
|---|---|---|
| RGB | rgb(230, 57, 13) | |
| HSL | hsl(12, 89%, 48%) | |
| CMYK | cmyk(0%, 75%, 94%, 10%) | |
| LAB | lab(52, 65, 62) | |
| OKLCH | oklch(0.61 0.214 34) |
Color harmonies
Tints & shades
Code snippets
color: #e6390d;
background-color: #e6390d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE6390D)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.22, blue: 0.05, alpha: 1.0)