Shades of Cardinal #C51647
Tints of Cardinal #C51647
RGB
CMYK
RGB Variations
Color information
#C51647 (or 0xC51647) is known color: Cardinal. HEX triplet: C5, 16 and 47. RGB value is (197,22,71). Sum of RGB (Red+Green+Blue) = 197+22+71=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51647 is #3AE9B8. Grayscale: #4F4F4F. Windows color (decimal): -3860921 or 4658885. OLE color: 4658885.
HSL color Cylindrical-coordinate representation of color #C51647: hue angle of 343.2º 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 #C51647 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 71 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.23 |
| HSL | 343.2º | 0.8% | 0.43% | - |
| HSV(B) | 343.2º | 0.89% | 0.77% | - |
| XYZ | 24.45 | 12.9 | 7.16 | - |
| YUV | 79.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 71 | 0 | 0.89 | 0.64 | 0.23 | 343.2 | 0.8 | 0.43 |
| Hex | C5 | 16 | 47 | 0 | 59 | 40 | 17 | 157 | 50 | 2B |
| Octal | 305 | 26 | 107 | 0 | 131 | 100 | 27 | 527 | 120 | 53 |
| Binary | 11000101 | 10110 | 1000111 | 0 | 1011001 | 1000000 | 10111 | 101010111 | 1010000 | 101011 |
Color Harmonies of #C51647
Complementary color
Monochromatic Colors of #C51647
Black with #C51647
Text Example
Text Example
White with #C51647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51647; }
p { color: rgb(197,22,71); }
H1.HeaderClassName
{
color: #C51647;
}
.AnyTagClassName
{
color: #C51647;
}
</style>
background-color css
<style>
a { background-color: #C51647; }
a { background-color: rgb(197,22,71); }
div.DivClassName
{
background-color: #C51647;
}
.BgClassName
{
background-color: #C51647;
}
</style>
border-color css
<style>
span { border-color: #C51647; }
span { border-color: rgb(197,22,71); }
td.TdClassName
{
border-color: #C51647;
}
.TagClassName
{
border-color: #C51647;
}
</style>