Shades of Cardinal #C51636
Tints of Cardinal #C51636
RGB
CMYK
RGB Variations
Color information
#C51636 (or 0xC51636) is known color: Cardinal. HEX triplet: C5, 16 and 36. RGB value is (197,22,54). Sum of RGB (Red+Green+Blue) = 197+22+54=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51636 is #3AE9C9. Grayscale: #4E4E4E. Windows color (decimal): -3860938 or 3544773. OLE color: 3544773.
HSL color Cylindrical-coordinate representation of color #C51636: hue angle of 349.03º 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 #C51636 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 54 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.23 |
| HSL | 349.03º | 0.8% | 0.43% | - |
| HSV(B) | 349.03º | 0.89% | 0.77% | - |
| XYZ | 23.98 | 12.71 | 4.68 | - |
| YUV | 77.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 54 | 0 | 0.89 | 0.73 | 0.23 | 349.03 | 0.8 | 0.43 |
| Hex | C5 | 16 | 36 | 0 | 59 | 49 | 17 | 15D | 50 | 2B |
| Octal | 305 | 26 | 66 | 0 | 131 | 111 | 27 | 535 | 120 | 53 |
| Binary | 11000101 | 10110 | 110110 | 0 | 1011001 | 1001001 | 10111 | 101011101 | 1010000 | 101011 |
Color Harmonies of #C51636
Complementary color
Monochromatic Colors of #C51636
Black with #C51636
Text Example
Text Example
White with #C51636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51636; }
p { color: rgb(197,22,54); }
H1.HeaderClassName
{
color: #C51636;
}
.AnyTagClassName
{
color: #C51636;
}
</style>
background-color css
<style>
a { background-color: #C51636; }
a { background-color: rgb(197,22,54); }
div.DivClassName
{
background-color: #C51636;
}
.BgClassName
{
background-color: #C51636;
}
</style>
border-color css
<style>
span { border-color: #C51636; }
span { border-color: rgb(197,22,54); }
td.TdClassName
{
border-color: #C51636;
}
.TagClassName
{
border-color: #C51636;
}
</style>