Kid Icarus
#a81000
Looking for the precise values behind Kid Icarus (#a81000)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a81000 | |
|---|---|---|
| RGB | rgb(168, 16, 0) | |
| HSL | hsl(6, 100%, 33%) | |
| CMYK | cmyk(0%, 90%, 100%, 34%) | |
| LAB | lab(36, 57, 51) | |
| OKLCH | oklch(0.46 0.183 31) |
Color harmonies
Tints & shades
Code snippets
color: #a81000;
background-color: #a81000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFA81000)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.06, blue: 0.00, alpha: 1.0)