Shades of Cardinal #C51637
Tints of Cardinal #C51637
RGB
CMYK
RGB Variations
Color information
#C51637 (or 0xC51637) is known color: Cardinal. HEX triplet: C5, 16 and 37. RGB value is (197,22,55). Sum of RGB (Red+Green+Blue) = 197+22+55=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C51637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51637 is #3AE9C8. Grayscale: #4E4E4E. Windows color (decimal): -3860937 or 3610309. OLE color: 3610309.
HSL color Cylindrical-coordinate representation of color #C51637: hue angle of 348.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51637 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 55 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.23 |
| HSL | 348.69º | 0.8% | 0.43% | - |
| HSV(B) | 348.69º | 0.89% | 0.77% | - |
| XYZ | 24 | 12.72 | 4.8 | - |
| YUV | 78.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 55 | 0 | 0.89 | 0.72 | 0.23 | 348.69 | 0.8 | 0.43 |
| Hex | C5 | 16 | 37 | 0 | 59 | 48 | 17 | 15D | 50 | 2B |
| Octal | 305 | 26 | 67 | 0 | 131 | 110 | 27 | 535 | 120 | 53 |
| Binary | 11000101 | 10110 | 110111 | 0 | 1011001 | 1001000 | 10111 | 101011101 | 1010000 | 101011 |
Color Harmonies of #C51637
Complementary color
Monochromatic Colors of #C51637
Black with #C51637
Text Example
Text Example
White with #C51637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51637; }
p { color: rgb(197,22,55); }
H1.HeaderClassName
{
color: #C51637;
}
.AnyTagClassName
{
color: #C51637;
}
</style>
background-color css
<style>
a { background-color: #C51637; }
a { background-color: rgb(197,22,55); }
div.DivClassName
{
background-color: #C51637;
}
.BgClassName
{
background-color: #C51637;
}
</style>
border-color css
<style>
span { border-color: #C51637; }
span { border-color: rgb(197,22,55); }
td.TdClassName
{
border-color: #C51637;
}
.TagClassName
{
border-color: #C51637;
}
</style>