Shades of Cardinal #C51C3C
Tints of Cardinal #C51C3C
RGB
CMYK
RGB Variations
Color information
#C51C3C (or 0xC51C3C) is known color: Cardinal. HEX triplet: C5, 1C and 3C. RGB value is (197,28,60). Sum of RGB (Red+Green+Blue) = 197+28+60=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51C3C is #3AE3C3. Grayscale: #525252. Windows color (decimal): -3859396 or 3939525. OLE color: 3939525.
HSL color Cylindrical-coordinate representation of color #C51C3C: hue angle of 348.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 60 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.23 |
| HSL | 348.64º | 0.75% | 0.44% | - |
| HSV(B) | 348.64º | 0.86% | 0.77% | - |
| XYZ | 24.26 | 13.03 | 5.51 | - |
| YUV | 82.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 60 | 0 | 0.86 | 0.70 | 0.23 | 348.64 | 0.75 | 0.44 |
| Hex | C5 | 1C | 3C | 0 | 56 | 46 | 17 | 15D | 4B | 2C |
| Octal | 305 | 34 | 74 | 0 | 126 | 106 | 27 | 535 | 113 | 54 |
| Binary | 11000101 | 11100 | 111100 | 0 | 1010110 | 1000110 | 10111 | 101011101 | 1001011 | 101100 |
Color Harmonies of #C51C3C
Complementary color
Monochromatic Colors of #C51C3C
Black with #C51C3C
Text Example
Text Example
White with #C51C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C3C; }
p { color: rgb(197,28,60); }
H1.HeaderClassName
{
color: #C51C3C;
}
.AnyTagClassName
{
color: #C51C3C;
}
</style>
background-color css
<style>
a { background-color: #C51C3C; }
a { background-color: rgb(197,28,60); }
div.DivClassName
{
background-color: #C51C3C;
}
.BgClassName
{
background-color: #C51C3C;
}
</style>
border-color css
<style>
span { border-color: #C51C3C; }
span { border-color: rgb(197,28,60); }
td.TdClassName
{
border-color: #C51C3C;
}
.TagClassName
{
border-color: #C51C3C;
}
</style>