Heat Signature
#e3000e
Heat Signature, represented by the hex value #e3000e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e3000e | |
|---|---|---|
| RGB | rgb(227, 0, 14) | |
| HSL | hsl(356, 100%, 45%) | |
| CMYK | cmyk(0%, 100%, 94%, 11%) | |
| LAB | lab(48, 74, 60) | |
| OKLCH | oklch(0.58 0.235 28) |
Color harmonies
Tints & shades
Code snippets
color: #e3000e;
background-color: #e3000e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE3000E)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.00, blue: 0.05, alpha: 1.0)