Them Apples
#d3003f
Looking for the precise values behind Them Apples (#d3003f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d3003f | |
|---|---|---|
| RGB | rgb(211, 0, 63) | |
| HSL | hsl(342, 100%, 41%) | |
| CMYK | cmyk(0%, 100%, 70%, 17%) | |
| LAB | lab(45, 71, 30) | |
| OKLCH | oklch(0.55 0.22 17) |
Color harmonies
Tints & shades
Code snippets
color: #d3003f;
background-color: #d3003f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD3003F)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.00, blue: 0.25, alpha: 1.0)