Shades of Venetian Red #CC020B
Tints of Venetian Red #CC020B
RGB
CMYK
RGB Variations
Color information
#CC020B (or 0xCC020B) is known color: Venetian Red. HEX triplet: CC, 02 and 0B. RGB value is (204,2,11). Sum of RGB (Red+Green+Blue) = 204+2+11=217 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.01% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 204 - color contains mainly: red. Hex color #CC020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC020B is #33FDF4. Grayscale: #3F3F3F. Windows color (decimal): -3407349 or 721612. OLE color: 721612.
HSL color Cylindrical-coordinate representation of color #CC020B: hue angle of 357.33º 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 #CC020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.2 |
| HSL | 357.33º | 0.98% | 0.4% | - |
| HSV(B) | 357.33º | 0.99% | 0.8% | - |
| XYZ | 24.98 | 12.9 | 1.49 | - |
| YUV | 63.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 11 | 0 | 0.99 | 0.95 | 0.2 | 357.33 | 0.98 | 0.4 |
| Hex | CC | 2 | B | 0 | 63 | 5F | 14 | 165 | 62 | 28 |
| Octal | 314 | 2 | 13 | 0 | 143 | 137 | 24 | 545 | 142 | 50 |
| Binary | 11001100 | 10 | 1011 | 0 | 1100011 | 1011111 | 10100 | 101100101 | 1100010 | 101000 |
Color Harmonies of #CC020B
Complementary color
Monochromatic Colors of #CC020B
Black with #CC020B
Text Example
Text Example
White with #CC020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC020B; }
p { color: rgb(204,2,11); }
H1.HeaderClassName
{
color: #CC020B;
}
.AnyTagClassName
{
color: #CC020B;
}
</style>
background-color css
<style>
a { background-color: #CC020B; }
a { background-color: rgb(204,2,11); }
div.DivClassName
{
background-color: #CC020B;
}
.BgClassName
{
background-color: #CC020B;
}
</style>
border-color css
<style>
span { border-color: #CC020B; }
span { border-color: rgb(204,2,11); }
td.TdClassName
{
border-color: #CC020B;
}
.TagClassName
{
border-color: #CC020B;
}
</style>