Shades of Venetian Red #CC0110
Tints of Venetian Red #CC0110
RGB
CMYK
RGB Variations
Color information
#CC0110 (or 0xCC0110) is known color: Venetian Red. HEX triplet: CC, 01 and 10. RGB value is (204,1,16). Sum of RGB (Red+Green+Blue) = 204+1+16=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0110 is #33FEEF. Grayscale: #3F3F3F. Windows color (decimal): -3407600 or 1049036. OLE color: 1049036.
HSL color Cylindrical-coordinate representation of color #CC0110: hue angle of 355.57º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.2 |
| HSL | 355.57º | 0.99% | 0.4% | - |
| HSV(B) | 355.57º | 1% | 0.8% | - |
| XYZ | 25.01 | 12.9 | 1.66 | - |
| YUV | 63.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 16 | 0 | 1.00 | 0.92 | 0.2 | 355.57 | 0.99 | 0.4 |
| Hex | CC | 1 | 10 | 0 | 64 | 5C | 14 | 164 | 63 | 28 |
| Octal | 314 | 1 | 20 | 0 | 144 | 134 | 24 | 544 | 143 | 50 |
| Binary | 11001100 | 1 | 10000 | 0 | 1100100 | 1011100 | 10100 | 101100100 | 1100011 | 101000 |
Color Harmonies of #CC0110
Complementary color
Monochromatic Colors of #CC0110
Black with #CC0110
Text Example
Text Example
White with #CC0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0110; }
p { color: rgb(204,1,16); }
H1.HeaderClassName
{
color: #CC0110;
}
.AnyTagClassName
{
color: #CC0110;
}
</style>
background-color css
<style>
a { background-color: #CC0110; }
a { background-color: rgb(204,1,16); }
div.DivClassName
{
background-color: #CC0110;
}
.BgClassName
{
background-color: #CC0110;
}
</style>
border-color css
<style>
span { border-color: #CC0110; }
span { border-color: rgb(204,1,16); }
td.TdClassName
{
border-color: #CC0110;
}
.TagClassName
{
border-color: #CC0110;
}
</style>