Shades of Venetian Red #CC0211
Tints of Venetian Red #CC0211
RGB
CMYK
RGB Variations
Color information
#CC0211 (or 0xCC0211) is known color: Venetian Red. HEX triplet: CC, 02 and 11. RGB value is (204,2,17). Sum of RGB (Red+Green+Blue) = 204+2+17=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0211 is #33FDEE. Grayscale: #404040. Windows color (decimal): -3407343 or 1114828. OLE color: 1114828.
HSL color Cylindrical-coordinate representation of color #CC0211: hue angle of 355.54º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.2 |
| HSL | 355.54º | 0.98% | 0.4% | - |
| HSV(B) | 355.54º | 0.99% | 0.8% | - |
| XYZ | 25.02 | 12.92 | 1.71 | - |
| YUV | 64.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 17 | 0 | 0.99 | 0.92 | 0.2 | 355.54 | 0.98 | 0.4 |
| Hex | CC | 2 | 11 | 0 | 63 | 5C | 14 | 164 | 62 | 28 |
| Octal | 314 | 2 | 21 | 0 | 143 | 134 | 24 | 544 | 142 | 50 |
| Binary | 11001100 | 10 | 10001 | 0 | 1100011 | 1011100 | 10100 | 101100100 | 1100010 | 101000 |
Color Harmonies of #CC0211
Complementary color
Monochromatic Colors of #CC0211
Black with #CC0211
Text Example
Text Example
White with #CC0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0211; }
p { color: rgb(204,2,17); }
H1.HeaderClassName
{
color: #CC0211;
}
.AnyTagClassName
{
color: #CC0211;
}
</style>
background-color css
<style>
a { background-color: #CC0211; }
a { background-color: rgb(204,2,17); }
div.DivClassName
{
background-color: #CC0211;
}
.BgClassName
{
background-color: #CC0211;
}
</style>
border-color css
<style>
span { border-color: #CC0211; }
span { border-color: rgb(204,2,17); }
td.TdClassName
{
border-color: #CC0211;
}
.TagClassName
{
border-color: #CC0211;
}
</style>