Cardinal
#c41e3a
Cardinal, represented by the hex value #c41e3a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c41e3a | |
|---|---|---|
| RGB | rgb(196, 30, 58) | |
| HSL | hsl(350, 73%, 44%) | |
| CMYK | cmyk(0%, 85%, 70%, 23%) | |
| LAB | lab(43, 63, 30) | |
| OKLCH | oklch(0.53 0.197 20) |
Color harmonies
Tints & shades
Code snippets
color: #c41e3a;
background-color: #c41e3a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC41E3A)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.12, blue: 0.23, alpha: 1.0)