Mario
#e4000f
Mario is a color with the hex code #e4000f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e4000f | |
|---|---|---|
| RGB | rgb(228, 0, 15) | |
| HSL | hsl(356, 100%, 45%) | |
| CMYK | cmyk(0%, 100%, 93%, 11%) | |
| LAB | lab(49, 74, 60) | |
| OKLCH | oklch(0.58 0.236 28) |
Color harmonies
Tints & shades
Code snippets
color: #e4000f;
background-color: #e4000f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE4000F)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.00, blue: 0.06, alpha: 1.0)