Miyamoto Red
#e4030f
Here's everything about the color Miyamoto Red (#e4030f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #e4030f | |
|---|---|---|
| RGB | rgb(228, 3, 15) | |
| HSL | hsl(357, 97%, 45%) | |
| CMYK | cmyk(0%, 99%, 93%, 11%) | |
| LAB | lab(49, 74, 60) | |
| OKLCH | oklch(0.58 0.236 28) |
Color harmonies
Tints & shades
Code snippets
color: #e4030f;
background-color: #e4030f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE4030F)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.01, blue: 0.06, alpha: 1.0)