Shades of Cardinal #C5133C
Tints of Cardinal #C5133C
RGB
CMYK
RGB Variations
Color information
#C5133C (or 0xC5133C) is known color: Cardinal. HEX triplet: C5, 13 and 3C. RGB value is (197,19,60). Sum of RGB (Red+Green+Blue) = 197+19+60=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5133C is #3AECC3. Grayscale: #4C4C4C. Windows color (decimal): -3861700 or 3937221. OLE color: 3937221.
HSL color Cylindrical-coordinate representation of color #C5133C: hue angle of 346.18º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5133C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.23 |
| HSL | 346.18º | 0.82% | 0.42% | - |
| HSV(B) | 346.18º | 0.9% | 0.77% | - |
| XYZ | 24.07 | 12.66 | 5.45 | - |
| YUV | 76.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 60 | 0 | 0.90 | 0.70 | 0.23 | 346.18 | 0.82 | 0.42 |
| Hex | C5 | 13 | 3C | 0 | 5A | 46 | 17 | 15A | 52 | 2A |
| Octal | 305 | 23 | 74 | 0 | 132 | 106 | 27 | 532 | 122 | 52 |
| Binary | 11000101 | 10011 | 111100 | 0 | 1011010 | 1000110 | 10111 | 101011010 | 1010010 | 101010 |
Color Harmonies of #C5133C
Complementary color
Monochromatic Colors of #C5133C
Black with #C5133C
Text Example
Text Example
White with #C5133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5133C; }
p { color: rgb(197,19,60); }
H1.HeaderClassName
{
color: #C5133C;
}
.AnyTagClassName
{
color: #C5133C;
}
</style>
background-color css
<style>
a { background-color: #C5133C; }
a { background-color: rgb(197,19,60); }
div.DivClassName
{
background-color: #C5133C;
}
.BgClassName
{
background-color: #C5133C;
}
</style>
border-color css
<style>
span { border-color: #C5133C; }
span { border-color: rgb(197,19,60); }
td.TdClassName
{
border-color: #C5133C;
}
.TagClassName
{
border-color: #C5133C;
}
</style>