Red Seal
#c92d21
Red Seal, represented by the hex value #c92d21, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c92d21 | |
|---|---|---|
| RGB | rgb(201, 45, 33) | |
| HSL | hsl(4, 72%, 46%) | |
| CMYK | cmyk(0%, 78%, 84%, 21%) | |
| LAB | lab(46, 60, 47) | |
| OKLCH | oklch(0.55 0.194 29) |
Color harmonies
Tints & shades
Code snippets
color: #c92d21;
background-color: #c92d21;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC92D21)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.18, blue: 0.13, alpha: 1.0)