Shades of Venetian Red #CC0812
Tints of Venetian Red #CC0812
RGB
CMYK
RGB Variations
Color information
#CC0812 (or 0xCC0812) is known color: Venetian Red. HEX triplet: CC, 08 and 12. RGB value is (204,8,18). Sum of RGB (Red+Green+Blue) = 204+8+18=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0812 is #33F7ED. Grayscale: #434343. Windows color (decimal): -3405806 or 1181900. OLE color: 1181900.
HSL color Cylindrical-coordinate representation of color #CC0812: hue angle of 356.94º 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 #CC0812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.2 |
| HSL | 356.94º | 0.92% | 0.42% | - |
| HSV(B) | 356.94º | 0.96% | 0.8% | - |
| XYZ | 25.1 | 13.05 | 1.77 | - |
| YUV | 67.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 18 | 0 | 0.96 | 0.91 | 0.2 | 356.94 | 0.92 | 0.42 |
| Hex | CC | 8 | 12 | 0 | 60 | 5B | 14 | 165 | 5C | 2A |
| Octal | 314 | 10 | 22 | 0 | 140 | 133 | 24 | 545 | 134 | 52 |
| Binary | 11001100 | 1000 | 10010 | 0 | 1100000 | 1011011 | 10100 | 101100101 | 1011100 | 101010 |
Color Harmonies of #CC0812
Complementary color
Monochromatic Colors of #CC0812
Black with #CC0812
Text Example
Text Example
White with #CC0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0812; }
p { color: rgb(204,8,18); }
H1.HeaderClassName
{
color: #CC0812;
}
.AnyTagClassName
{
color: #CC0812;
}
</style>
background-color css
<style>
a { background-color: #CC0812; }
a { background-color: rgb(204,8,18); }
div.DivClassName
{
background-color: #CC0812;
}
.BgClassName
{
background-color: #CC0812;
}
</style>
border-color css
<style>
span { border-color: #CC0812; }
span { border-color: rgb(204,8,18); }
td.TdClassName
{
border-color: #CC0812;
}
.TagClassName
{
border-color: #CC0812;
}
</style>