Shades of Venetian Red #CC0320
Tints of Venetian Red #CC0320
RGB
CMYK
RGB Variations
Color information
#CC0320 (or 0xCC0320) is known color: Venetian Red. HEX triplet: CC, 03 and 20. RGB value is (204,3,32). Sum of RGB (Red+Green+Blue) = 204+3+32=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0320 is #33FCDF. Grayscale: #424242. Windows color (decimal): -3407072 or 2098124. OLE color: 2098124.
HSL color Cylindrical-coordinate representation of color #CC0320: hue angle of 351.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0320 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.2 |
| HSL | 351.34º | 0.97% | 0.41% | - |
| HSV(B) | 351.34º | 0.99% | 0.8% | - |
| XYZ | 25.2 | 13.01 | 2.55 | - |
| YUV | 66.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 32 | 0 | 0.99 | 0.84 | 0.2 | 351.34 | 0.97 | 0.41 |
| Hex | CC | 3 | 20 | 0 | 63 | 54 | 14 | 15F | 61 | 29 |
| Octal | 314 | 3 | 40 | 0 | 143 | 124 | 24 | 537 | 141 | 51 |
| Binary | 11001100 | 11 | 100000 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CC0320
Complementary color
Monochromatic Colors of #CC0320
Black with #CC0320
Text Example
Text Example
White with #CC0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0320; }
p { color: rgb(204,3,32); }
H1.HeaderClassName
{
color: #CC0320;
}
.AnyTagClassName
{
color: #CC0320;
}
</style>
background-color css
<style>
a { background-color: #CC0320; }
a { background-color: rgb(204,3,32); }
div.DivClassName
{
background-color: #CC0320;
}
.BgClassName
{
background-color: #CC0320;
}
</style>
border-color css
<style>
span { border-color: #CC0320; }
span { border-color: rgb(204,3,32); }
td.TdClassName
{
border-color: #CC0320;
}
.TagClassName
{
border-color: #CC0320;
}
</style>