Shades of Cardinal #C5103C
Tints of Cardinal #C5103C
RGB
CMYK
RGB Variations
Color information
#C5103C (or 0xC5103C) is known color: Cardinal. HEX triplet: C5, 10 and 3C. RGB value is (197,16,60). Sum of RGB (Red+Green+Blue) = 197+16+60=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5103C is #3AEFC3. Grayscale: #4B4B4B. Windows color (decimal): -3862468 or 3936453. OLE color: 3936453.
HSL color Cylindrical-coordinate representation of color #C5103C: hue angle of 345.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5103C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.23 |
| HSL | 345.41º | 0.85% | 0.42% | - |
| HSV(B) | 345.41º | 0.92% | 0.77% | - |
| XYZ | 24.03 | 12.57 | 5.43 | - |
| YUV | 75.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 60 | 0 | 0.92 | 0.70 | 0.23 | 345.41 | 0.85 | 0.42 |
| Hex | C5 | 10 | 3C | 0 | 5C | 46 | 17 | 159 | 55 | 2A |
| Octal | 305 | 20 | 74 | 0 | 134 | 106 | 27 | 531 | 125 | 52 |
| Binary | 11000101 | 10000 | 111100 | 0 | 1011100 | 1000110 | 10111 | 101011001 | 1010101 | 101010 |
Color Harmonies of #C5103C
Complementary color
Monochromatic Colors of #C5103C
Black with #C5103C
Text Example
Text Example
White with #C5103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5103C; }
p { color: rgb(197,16,60); }
H1.HeaderClassName
{
color: #C5103C;
}
.AnyTagClassName
{
color: #C5103C;
}
</style>
background-color css
<style>
a { background-color: #C5103C; }
a { background-color: rgb(197,16,60); }
div.DivClassName
{
background-color: #C5103C;
}
.BgClassName
{
background-color: #C5103C;
}
</style>
border-color css
<style>
span { border-color: #C5103C; }
span { border-color: rgb(197,16,60); }
td.TdClassName
{
border-color: #C5103C;
}
.TagClassName
{
border-color: #C5103C;
}
</style>