Shades of Venetian Red #CC0422
Tints of Venetian Red #CC0422
RGB
CMYK
RGB Variations
Color information
#CC0422 (or 0xCC0422) is known color: Venetian Red. HEX triplet: CC, 04 and 22. RGB value is (204,4,34). Sum of RGB (Red+Green+Blue) = 204+4+34=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0422 is #33FBDD. Grayscale: #434343. Windows color (decimal): -3406814 or 2229452. OLE color: 2229452.
HSL color Cylindrical-coordinate representation of color #CC0422: hue angle of 351º 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 #CC0422 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.2 |
| HSL | 351º | 0.96% | 0.41% | - |
| HSV(B) | 351º | 0.98% | 0.8% | - |
| XYZ | 25.23 | 13.04 | 2.7 | - |
| YUV | 67.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 34 | 0 | 0.98 | 0.83 | 0.2 | 351 | 0.96 | 0.41 |
| Hex | CC | 4 | 22 | 0 | 62 | 53 | 14 | 15F | 60 | 29 |
| Octal | 314 | 4 | 42 | 0 | 142 | 123 | 24 | 537 | 140 | 51 |
| Binary | 11001100 | 100 | 100010 | 0 | 1100010 | 1010011 | 10100 | 101011111 | 1100000 | 101001 |
Color Harmonies of #CC0422
Complementary color
Monochromatic Colors of #CC0422
Black with #CC0422
Text Example
Text Example
White with #CC0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0422; }
p { color: rgb(204,4,34); }
H1.HeaderClassName
{
color: #CC0422;
}
.AnyTagClassName
{
color: #CC0422;
}
</style>
background-color css
<style>
a { background-color: #CC0422; }
a { background-color: rgb(204,4,34); }
div.DivClassName
{
background-color: #CC0422;
}
.BgClassName
{
background-color: #CC0422;
}
</style>
border-color css
<style>
span { border-color: #CC0422; }
span { border-color: rgb(204,4,34); }
td.TdClassName
{
border-color: #CC0422;
}
.TagClassName
{
border-color: #CC0422;
}
</style>