Shades of Cardinal #C5193F
Tints of Cardinal #C5193F
RGB
CMYK
RGB Variations
Color information
#C5193F (or 0xC5193F) is known color: Cardinal. HEX triplet: C5, 19 and 3F. RGB value is (197,25,63). Sum of RGB (Red+Green+Blue) = 197+25+63=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C5193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5193F is #3AE6C0. Grayscale: #505050. Windows color (decimal): -3860161 or 4135365. OLE color: 4135365.
HSL color Cylindrical-coordinate representation of color #C5193F: hue angle of 346.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5193F is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 63 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.23 |
| HSL | 346.74º | 0.77% | 0.44% | - |
| HSV(B) | 346.74º | 0.87% | 0.77% | - |
| XYZ | 24.27 | 12.92 | 5.92 | - |
| YUV | 80.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 63 | 0 | 0.87 | 0.68 | 0.23 | 346.74 | 0.77 | 0.44 |
| Hex | C5 | 19 | 3F | 0 | 57 | 44 | 17 | 15B | 4D | 2C |
| Octal | 305 | 31 | 77 | 0 | 127 | 104 | 27 | 533 | 115 | 54 |
| Binary | 11000101 | 11001 | 111111 | 0 | 1010111 | 1000100 | 10111 | 101011011 | 1001101 | 101100 |
Color Harmonies of #C5193F
Complementary color
Monochromatic Colors of #C5193F
Black with #C5193F
Text Example
Text Example
White with #C5193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5193F; }
p { color: rgb(197,25,63); }
H1.HeaderClassName
{
color: #C5193F;
}
.AnyTagClassName
{
color: #C5193F;
}
</style>
background-color css
<style>
a { background-color: #C5193F; }
a { background-color: rgb(197,25,63); }
div.DivClassName
{
background-color: #C5193F;
}
.BgClassName
{
background-color: #C5193F;
}
</style>
border-color css
<style>
span { border-color: #C5193F; }
span { border-color: rgb(197,25,63); }
td.TdClassName
{
border-color: #C5193F;
}
.TagClassName
{
border-color: #C5193F;
}
</style>