Shades of Venetian Red #CC020A
Tints of Venetian Red #CC020A
RGB
CMYK
RGB Variations
Color information
#CC020A (or 0xCC020A) is known color: Venetian Red. HEX triplet: CC, 02 and 0A. RGB value is (204,2,10). Sum of RGB (Red+Green+Blue) = 204+2+10=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC020A is #33FDF5. Grayscale: #3F3F3F. Windows color (decimal): -3407350 or 656076. OLE color: 656076.
HSL color Cylindrical-coordinate representation of color #CC020A: hue angle of 357.62º 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 #CC020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.2 |
| HSL | 357.62º | 0.98% | 0.4% | - |
| HSV(B) | 357.62º | 0.99% | 0.8% | - |
| XYZ | 24.98 | 12.9 | 1.46 | - |
| YUV | 63.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 10 | 0 | 0.99 | 0.95 | 0.2 | 357.62 | 0.98 | 0.4 |
| Hex | CC | 2 | A | 0 | 63 | 5F | 14 | 166 | 62 | 28 |
| Octal | 314 | 2 | 12 | 0 | 143 | 137 | 24 | 546 | 142 | 50 |
| Binary | 11001100 | 10 | 1010 | 0 | 1100011 | 1011111 | 10100 | 101100110 | 1100010 | 101000 |
Color Harmonies of #CC020A
Complementary color
Monochromatic Colors of #CC020A
Black with #CC020A
Text Example
Text Example
White with #CC020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC020A; }
p { color: rgb(204,2,10); }
H1.HeaderClassName
{
color: #CC020A;
}
.AnyTagClassName
{
color: #CC020A;
}
</style>
background-color css
<style>
a { background-color: #CC020A; }
a { background-color: rgb(204,2,10); }
div.DivClassName
{
background-color: #CC020A;
}
.BgClassName
{
background-color: #CC020A;
}
</style>
border-color css
<style>
span { border-color: #CC020A; }
span { border-color: rgb(204,2,10); }
td.TdClassName
{
border-color: #CC020A;
}
.TagClassName
{
border-color: #CC020A;
}
</style>