Chilli Crab
#e93a0e
Chilli Crab, represented by the hex value #e93a0e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e93a0e | |
|---|---|---|
| RGB | rgb(233, 58, 14) | |
| HSL | hsl(12, 89%, 48%) | |
| CMYK | cmyk(0%, 75%, 94%, 9%) | |
| LAB | lab(53, 66, 63) | |
| OKLCH | oklch(0.61 0.216 34) |
Color harmonies
Tints & shades
Code snippets
color: #e93a0e;
background-color: #e93a0e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE93A0E)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.23, blue: 0.05, alpha: 1.0)