Salametti
#e25e31
Salametti, represented by the hex value #e25e31, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e25e31 | |
|---|---|---|
| RGB | rgb(226, 94, 49) | |
| HSL | hsl(15, 75%, 54%) | |
| CMYK | cmyk(0%, 58%, 78%, 11%) | |
| LAB | lab(57, 51, 51) | |
| OKLCH | oklch(0.64 0.175 38) |
Color harmonies
Tints & shades
Code snippets
color: #e25e31;
background-color: #e25e31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE25E31)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.37, blue: 0.19, alpha: 1.0)