Racing Red
#c21727
Looking for the precise values behind Racing Red (#c21727)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c21727 | |
|---|---|---|
| RGB | rgb(194, 23, 39) | |
| HSL | hsl(354, 79%, 43%) | |
| CMYK | cmyk(0%, 88%, 80%, 24%) | |
| LAB | lab(42, 64, 40) | |
| OKLCH | oklch(0.52 0.2 24) |
Color harmonies
Tints & shades
Code snippets
color: #c21727;
background-color: #c21727;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC21727)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.09, blue: 0.15, alpha: 1.0)