Cardinal Hex Code — #C41E3A
RGB, HSL, and CMYK values for Cardinal.
Cardinal Color Values
| Format | Value |
|---|---|
| HEX | #C41E3A |
| RGB | rgb(196, 30, 58) |
| HSL | hsl(350, 73%, 44%) |
| CMYK | cmyk(0%, 85%, 70%, 23%) |
Want to explore more shades? Use our Color Converter
About Cardinal
Color psychology: Importance, leadership.
Cardinal (#C41E3A) is a medium shade of red. It's commonly used in web design, graphic design, and branding where importance, leadership are desired associations.
How to Use Cardinal in CSS
/* Using HEX */ color: #C41E3A; background-color: #C41E3A; /* Using RGB */ color: rgb(196, 30, 58); /* Using HSL */ color: hsl(350, 73%, 44%);