Shades of Cardinal #C5193D
Tints of Cardinal #C5193D
RGB
CMYK
RGB Variations
Color information
#C5193D (or 0xC5193D) is known color: Cardinal. HEX triplet: C5, 19 and 3D. RGB value is (197,25,61). Sum of RGB (Red+Green+Blue) = 197+25+61=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5193D is #3AE6C2. Grayscale: #505050. Windows color (decimal): -3860163 or 4004293. OLE color: 4004293.
HSL color Cylindrical-coordinate representation of color #C5193D: hue angle of 347.44º 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 #C5193D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 61 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.23 |
| HSL | 347.44º | 0.77% | 0.44% | - |
| HSV(B) | 347.44º | 0.87% | 0.77% | - |
| XYZ | 24.22 | 12.9 | 5.63 | - |
| YUV | 80.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 61 | 0 | 0.87 | 0.69 | 0.23 | 347.44 | 0.77 | 0.44 |
| Hex | C5 | 19 | 3D | 0 | 57 | 45 | 17 | 15B | 4D | 2C |
| Octal | 305 | 31 | 75 | 0 | 127 | 105 | 27 | 533 | 115 | 54 |
| Binary | 11000101 | 11001 | 111101 | 0 | 1010111 | 1000101 | 10111 | 101011011 | 1001101 | 101100 |
Color Harmonies of #C5193D
Complementary color
Monochromatic Colors of #C5193D
Black with #C5193D
Text Example
Text Example
White with #C5193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5193D; }
p { color: rgb(197,25,61); }
H1.HeaderClassName
{
color: #C5193D;
}
.AnyTagClassName
{
color: #C5193D;
}
</style>
background-color css
<style>
a { background-color: #C5193D; }
a { background-color: rgb(197,25,61); }
div.DivClassName
{
background-color: #C5193D;
}
.BgClassName
{
background-color: #C5193D;
}
</style>
border-color css
<style>
span { border-color: #C5193D; }
span { border-color: rgb(197,25,61); }
td.TdClassName
{
border-color: #C5193D;
}
.TagClassName
{
border-color: #C5193D;
}
</style>