Shades of Cardinal #CC193D
Tints of Cardinal #CC193D
RGB
CMYK
RGB Variations
Color information
#CC193D (or 0xCC193D) is known color: Cardinal. HEX triplet: CC, 19 and 3D. RGB value is (204,25,61). Sum of RGB (Red+Green+Blue) = 204+25+61=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC193D is #33E6C2. Grayscale: #525252. Windows color (decimal): -3401411 or 4004300. OLE color: 4004300.
HSL color Cylindrical-coordinate representation of color #CC193D: hue angle of 347.93º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC193D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 61 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.2 |
| HSL | 347.93º | 0.78% | 0.45% | - |
| HSV(B) | 347.93º | 0.88% | 0.8% | - |
| XYZ | 26.09 | 13.87 | 5.72 | - |
| YUV | 82.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 61 | 0 | 0.88 | 0.70 | 0.2 | 347.93 | 0.78 | 0.45 |
| Hex | CC | 19 | 3D | 0 | 58 | 46 | 14 | 15C | 4E | 2D |
| Octal | 314 | 31 | 75 | 0 | 130 | 106 | 24 | 534 | 116 | 55 |
| Binary | 11001100 | 11001 | 111101 | 0 | 1011000 | 1000110 | 10100 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CC193D
Complementary color
Monochromatic Colors of #CC193D
Black with #CC193D
Text Example
Text Example
White with #CC193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC193D; }
p { color: rgb(204,25,61); }
H1.HeaderClassName
{
color: #CC193D;
}
.AnyTagClassName
{
color: #CC193D;
}
</style>
background-color css
<style>
a { background-color: #CC193D; }
a { background-color: rgb(204,25,61); }
div.DivClassName
{
background-color: #CC193D;
}
.BgClassName
{
background-color: #CC193D;
}
</style>
border-color css
<style>
span { border-color: #CC193D; }
span { border-color: rgb(204,25,61); }
td.TdClassName
{
border-color: #CC193D;
}
.TagClassName
{
border-color: #CC193D;
}
</style>