Shades of Venetian Red #CC0212
Tints of Venetian Red #CC0212
RGB
CMYK
RGB Variations
Color information
#CC0212 (or 0xCC0212) is known color: Venetian Red. HEX triplet: CC, 02 and 12. RGB value is (204,2,18). Sum of RGB (Red+Green+Blue) = 204+2+18=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0212 is #33FDED. Grayscale: #404040. Windows color (decimal): -3407342 or 1180364. OLE color: 1180364.
HSL color Cylindrical-coordinate representation of color #CC0212: hue angle of 355.25º 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 #CC0212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.2 |
| HSL | 355.25º | 0.98% | 0.4% | - |
| HSV(B) | 355.25º | 0.99% | 0.8% | - |
| XYZ | 25.03 | 12.92 | 1.75 | - |
| YUV | 64.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 18 | 0 | 0.99 | 0.91 | 0.2 | 355.25 | 0.98 | 0.4 |
| Hex | CC | 2 | 12 | 0 | 63 | 5B | 14 | 163 | 62 | 28 |
| Octal | 314 | 2 | 22 | 0 | 143 | 133 | 24 | 543 | 142 | 50 |
| Binary | 11001100 | 10 | 10010 | 0 | 1100011 | 1011011 | 10100 | 101100011 | 1100010 | 101000 |
Color Harmonies of #CC0212
Complementary color
Monochromatic Colors of #CC0212
Black with #CC0212
Text Example
Text Example
White with #CC0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0212; }
p { color: rgb(204,2,18); }
H1.HeaderClassName
{
color: #CC0212;
}
.AnyTagClassName
{
color: #CC0212;
}
</style>
background-color css
<style>
a { background-color: #CC0212; }
a { background-color: rgb(204,2,18); }
div.DivClassName
{
background-color: #CC0212;
}
.BgClassName
{
background-color: #CC0212;
}
</style>
border-color css
<style>
span { border-color: #CC0212; }
span { border-color: rgb(204,2,18); }
td.TdClassName
{
border-color: #CC0212;
}
.TagClassName
{
border-color: #CC0212;
}
</style>