Shades of Cardinal #C5193E
Tints of Cardinal #C5193E
RGB
CMYK
RGB Variations
Color information
#C5193E (or 0xC5193E) is known color: Cardinal. HEX triplet: C5, 19 and 3E. RGB value is (197,25,62). Sum of RGB (Red+Green+Blue) = 197+25+62=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5193E is #3AE6C1. Grayscale: #505050. Windows color (decimal): -3860162 or 4069829. OLE color: 4069829.
HSL color Cylindrical-coordinate representation of color #C5193E: hue angle of 347.09º 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 #C5193E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 62 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.23 |
| HSL | 347.09º | 0.77% | 0.44% | - |
| HSV(B) | 347.09º | 0.87% | 0.77% | - |
| XYZ | 24.24 | 12.91 | 5.77 | - |
| YUV | 80.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 62 | 0 | 0.87 | 0.69 | 0.23 | 347.09 | 0.77 | 0.44 |
| Hex | C5 | 19 | 3E | 0 | 57 | 45 | 17 | 15B | 4D | 2C |
| Octal | 305 | 31 | 76 | 0 | 127 | 105 | 27 | 533 | 115 | 54 |
| Binary | 11000101 | 11001 | 111110 | 0 | 1010111 | 1000101 | 10111 | 101011011 | 1001101 | 101100 |
Color Harmonies of #C5193E
Complementary color
Monochromatic Colors of #C5193E
Black with #C5193E
Text Example
Text Example
White with #C5193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5193E; }
p { color: rgb(197,25,62); }
H1.HeaderClassName
{
color: #C5193E;
}
.AnyTagClassName
{
color: #C5193E;
}
</style>
background-color css
<style>
a { background-color: #C5193E; }
a { background-color: rgb(197,25,62); }
div.DivClassName
{
background-color: #C5193E;
}
.BgClassName
{
background-color: #C5193E;
}
</style>
border-color css
<style>
span { border-color: #C5193E; }
span { border-color: rgb(197,25,62); }
td.TdClassName
{
border-color: #C5193E;
}
.TagClassName
{
border-color: #C5193E;
}
</style>