Shades of Venetian Red #CC0020
Tints of Venetian Red #CC0020
RGB
CMYK
RGB Variations
Color information
#CC0020 (or 0xCC0020) is known color: Venetian Red. HEX triplet: CC, 00 and 20. RGB value is (204,0,32). Sum of RGB (Red+Green+Blue) = 204+0+32=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0020 is #33FFDF. Grayscale: #404040. Windows color (decimal): -3407840 or 2097356. OLE color: 2097356.
HSL color Cylindrical-coordinate representation of color #CC0020: hue angle of 350.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.84 | 0.2 |
| HSL | 350.59º | 1% | 0.4% | - |
| HSV(B) | 350.59º | 1% | 0.8% | - |
| XYZ | 25.16 | 12.94 | 2.54 | - |
| YUV | 64.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 32 | 0 | 1 | 0.84 | 0.2 | 350.59 | 1 | 0.4 |
| Hex | CC | 0 | 20 | 0 | 64 | 54 | 14 | 15F | 64 | 28 |
| Octal | 314 | 0 | 40 | 0 | 144 | 124 | 24 | 537 | 144 | 50 |
| Binary | 11001100 | 0 | 100000 | 0 | 1100100 | 1010100 | 10100 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CC0020
Complementary color
Monochromatic Colors of #CC0020
Black with #CC0020
Text Example
Text Example
White with #CC0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0020; }
p { color: rgb(204,0,32); }
H1.HeaderClassName
{
color: #CC0020;
}
.AnyTagClassName
{
color: #CC0020;
}
</style>
background-color css
<style>
a { background-color: #CC0020; }
a { background-color: rgb(204,0,32); }
div.DivClassName
{
background-color: #CC0020;
}
.BgClassName
{
background-color: #CC0020;
}
</style>
border-color css
<style>
span { border-color: #CC0020; }
span { border-color: rgb(204,0,32); }
td.TdClassName
{
border-color: #CC0020;
}
.TagClassName
{
border-color: #CC0020;
}
</style>