Shades of Cardinal #C51640
Tints of Cardinal #C51640
RGB
CMYK
RGB Variations
Color information
#C51640 (or 0xC51640) is known color: Cardinal. HEX triplet: C5, 16 and 40. RGB value is (197,22,64). Sum of RGB (Red+Green+Blue) = 197+22+64=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51640 is #3AE9BF. Grayscale: #4F4F4F. Windows color (decimal): -3860928 or 4200133. OLE color: 4200133.
HSL color Cylindrical-coordinate representation of color #C51640: hue angle of 345.6º 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 #C51640 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 64 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.23 |
| HSL | 345.6º | 0.8% | 0.43% | - |
| HSV(B) | 345.6º | 0.89% | 0.77% | - |
| XYZ | 24.24 | 12.81 | 6.05 | - |
| YUV | 79.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 64 | 0 | 0.89 | 0.68 | 0.23 | 345.6 | 0.8 | 0.43 |
| Hex | C5 | 16 | 40 | 0 | 59 | 44 | 17 | 15A | 50 | 2B |
| Octal | 305 | 26 | 100 | 0 | 131 | 104 | 27 | 532 | 120 | 53 |
| Binary | 11000101 | 10110 | 1000000 | 0 | 1011001 | 1000100 | 10111 | 101011010 | 1010000 | 101011 |
Color Harmonies of #C51640
Complementary color
Monochromatic Colors of #C51640
Black with #C51640
Text Example
Text Example
White with #C51640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51640; }
p { color: rgb(197,22,64); }
H1.HeaderClassName
{
color: #C51640;
}
.AnyTagClassName
{
color: #C51640;
}
</style>
background-color css
<style>
a { background-color: #C51640; }
a { background-color: rgb(197,22,64); }
div.DivClassName
{
background-color: #C51640;
}
.BgClassName
{
background-color: #C51640;
}
</style>
border-color css
<style>
span { border-color: #C51640; }
span { border-color: rgb(197,22,64); }
td.TdClassName
{
border-color: #C51640;
}
.TagClassName
{
border-color: #C51640;
}
</style>