Shades of Venetian Red #CC0816
Tints of Venetian Red #CC0816
RGB
CMYK
RGB Variations
Color information
#CC0816 (or 0xCC0816) is known color: Venetian Red. HEX triplet: CC, 08 and 16. RGB value is (204,8,22). Sum of RGB (Red+Green+Blue) = 204+8+22=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0816 is #33F7E9. Grayscale: #444444. Windows color (decimal): -3405802 or 1444044. OLE color: 1444044.
HSL color Cylindrical-coordinate representation of color #CC0816: hue angle of 355.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0816 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.2 |
| HSL | 355.71º | 0.92% | 0.42% | - |
| HSV(B) | 355.71º | 0.96% | 0.8% | - |
| XYZ | 25.13 | 13.07 | 1.96 | - |
| YUV | 68.2 | 101.93 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 22 | 0 | 0.96 | 0.89 | 0.2 | 355.71 | 0.92 | 0.42 |
| Hex | CC | 8 | 16 | 0 | 60 | 59 | 14 | 164 | 5C | 2A |
| Octal | 314 | 10 | 26 | 0 | 140 | 131 | 24 | 544 | 134 | 52 |
| Binary | 11001100 | 1000 | 10110 | 0 | 1100000 | 1011001 | 10100 | 101100100 | 1011100 | 101010 |
Color Harmonies of #CC0816
Complementary color
Monochromatic Colors of #CC0816
Black with #CC0816
Text Example
Text Example
White with #CC0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0816; }
p { color: rgb(204,8,22); }
H1.HeaderClassName
{
color: #CC0816;
}
.AnyTagClassName
{
color: #CC0816;
}
</style>
background-color css
<style>
a { background-color: #CC0816; }
a { background-color: rgb(204,8,22); }
div.DivClassName
{
background-color: #CC0816;
}
.BgClassName
{
background-color: #CC0816;
}
</style>
border-color css
<style>
span { border-color: #CC0816; }
span { border-color: rgb(204,8,22); }
td.TdClassName
{
border-color: #CC0816;
}
.TagClassName
{
border-color: #CC0816;
}
</style>