Shades of Venetian Red #CC0722
Tints of Venetian Red #CC0722
RGB
CMYK
RGB Variations
Color information
#CC0722 (or 0xCC0722) is known color: Venetian Red. HEX triplet: CC, 07 and 22. RGB value is (204,7,34). Sum of RGB (Red+Green+Blue) = 204+7+34=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0722 is #33F8DD. Grayscale: #454545. Windows color (decimal): -3406046 or 2230220. OLE color: 2230220.
HSL color Cylindrical-coordinate representation of color #CC0722: hue angle of 351.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0722 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.2 |
| HSL | 351.78º | 0.93% | 0.41% | - |
| HSV(B) | 351.78º | 0.97% | 0.8% | - |
| XYZ | 25.27 | 13.1 | 2.71 | - |
| YUV | 68.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 34 | 0 | 0.97 | 0.83 | 0.2 | 351.78 | 0.93 | 0.41 |
| Hex | CC | 7 | 22 | 0 | 61 | 53 | 14 | 160 | 5D | 29 |
| Octal | 314 | 7 | 42 | 0 | 141 | 123 | 24 | 540 | 135 | 51 |
| Binary | 11001100 | 111 | 100010 | 0 | 1100001 | 1010011 | 10100 | 101100000 | 1011101 | 101001 |
Color Harmonies of #CC0722
Complementary color
Monochromatic Colors of #CC0722
Black with #CC0722
Text Example
Text Example
White with #CC0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0722; }
p { color: rgb(204,7,34); }
H1.HeaderClassName
{
color: #CC0722;
}
.AnyTagClassName
{
color: #CC0722;
}
</style>
background-color css
<style>
a { background-color: #CC0722; }
a { background-color: rgb(204,7,34); }
div.DivClassName
{
background-color: #CC0722;
}
.BgClassName
{
background-color: #CC0722;
}
</style>
border-color css
<style>
span { border-color: #CC0722; }
span { border-color: rgb(204,7,34); }
td.TdClassName
{
border-color: #CC0722;
}
.TagClassName
{
border-color: #CC0722;
}
</style>