Shades of Venetian Red #CC0420
Tints of Venetian Red #CC0420
RGB
CMYK
RGB Variations
Color information
#CC0420 (or 0xCC0420) is known color: Venetian Red. HEX triplet: CC, 04 and 20. RGB value is (204,4,32). Sum of RGB (Red+Green+Blue) = 204+4+32=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0420 is #33FBDF. Grayscale: #434343. Windows color (decimal): -3406816 or 2098380. OLE color: 2098380.
HSL color Cylindrical-coordinate representation of color #CC0420: hue angle of 351.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0420 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.2 |
| HSL | 351.6º | 0.96% | 0.41% | - |
| HSV(B) | 351.6º | 0.98% | 0.8% | - |
| XYZ | 25.21 | 13.03 | 2.55 | - |
| YUV | 66.99 | 108.26 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 32 | 0 | 0.98 | 0.84 | 0.2 | 351.6 | 0.96 | 0.41 |
| Hex | CC | 4 | 20 | 0 | 62 | 54 | 14 | 160 | 60 | 29 |
| Octal | 314 | 4 | 40 | 0 | 142 | 124 | 24 | 540 | 140 | 51 |
| Binary | 11001100 | 100 | 100000 | 0 | 1100010 | 1010100 | 10100 | 101100000 | 1100000 | 101001 |
Color Harmonies of #CC0420
Complementary color
Monochromatic Colors of #CC0420
Black with #CC0420
Text Example
Text Example
White with #CC0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0420; }
p { color: rgb(204,4,32); }
H1.HeaderClassName
{
color: #CC0420;
}
.AnyTagClassName
{
color: #CC0420;
}
</style>
background-color css
<style>
a { background-color: #CC0420; }
a { background-color: rgb(204,4,32); }
div.DivClassName
{
background-color: #CC0420;
}
.BgClassName
{
background-color: #CC0420;
}
</style>
border-color css
<style>
span { border-color: #CC0420; }
span { border-color: rgb(204,4,32); }
td.TdClassName
{
border-color: #CC0420;
}
.TagClassName
{
border-color: #CC0420;
}
</style>