Shades of Cardinal #CC193F
Tints of Cardinal #CC193F
RGB
CMYK
RGB Variations
Color information
#CC193F (or 0xCC193F) is known color: Cardinal. HEX triplet: CC, 19 and 3F. RGB value is (204,25,63). Sum of RGB (Red+Green+Blue) = 204+25+63=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC193F is #33E6C0. Grayscale: #525252. Windows color (decimal): -3401409 or 4135372. OLE color: 4135372.
HSL color Cylindrical-coordinate representation of color #CC193F: hue angle of 347.26º 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 #CC193F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.2 |
| HSL | 347.26º | 0.78% | 0.45% | - |
| HSV(B) | 347.26º | 0.88% | 0.8% | - |
| XYZ | 26.15 | 13.89 | 6.01 | - |
| YUV | 82.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 63 | 0 | 0.88 | 0.69 | 0.2 | 347.26 | 0.78 | 0.45 |
| Hex | CC | 19 | 3F | 0 | 58 | 45 | 14 | 15B | 4E | 2D |
| Octal | 314 | 31 | 77 | 0 | 130 | 105 | 24 | 533 | 116 | 55 |
| Binary | 11001100 | 11001 | 111111 | 0 | 1011000 | 1000101 | 10100 | 101011011 | 1001110 | 101101 |
Color Harmonies of #CC193F
Complementary color
Monochromatic Colors of #CC193F
Black with #CC193F
Text Example
Text Example
White with #CC193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC193F; }
p { color: rgb(204,25,63); }
H1.HeaderClassName
{
color: #CC193F;
}
.AnyTagClassName
{
color: #CC193F;
}
</style>
background-color css
<style>
a { background-color: #CC193F; }
a { background-color: rgb(204,25,63); }
div.DivClassName
{
background-color: #CC193F;
}
.BgClassName
{
background-color: #CC193F;
}
</style>
border-color css
<style>
span { border-color: #CC193F; }
span { border-color: rgb(204,25,63); }
td.TdClassName
{
border-color: #CC193F;
}
.TagClassName
{
border-color: #CC193F;
}
</style>