Shades of Venetian Red #CC0229
Tints of Venetian Red #CC0229
RGB
CMYK
RGB Variations
Color information
#CC0229 (or 0xCC0229) is known color: Venetian Red. HEX triplet: CC, 02 and 29. RGB value is (204,2,41). Sum of RGB (Red+Green+Blue) = 204+2+41=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0229 is #33FDD6. Grayscale: #424242. Windows color (decimal): -3407319 or 2687692. OLE color: 2687692.
HSL color Cylindrical-coordinate representation of color #CC0229: hue angle of 348.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0229 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.2 |
| HSL | 348.42º | 0.98% | 0.4% | - |
| HSV(B) | 348.42º | 0.99% | 0.8% | - |
| XYZ | 25.32 | 13.04 | 3.28 | - |
| YUV | 66.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 41 | 0 | 0.99 | 0.80 | 0.2 | 348.42 | 0.98 | 0.4 |
| Hex | CC | 2 | 29 | 0 | 63 | 50 | 14 | 15C | 62 | 28 |
| Octal | 314 | 2 | 51 | 0 | 143 | 120 | 24 | 534 | 142 | 50 |
| Binary | 11001100 | 10 | 101001 | 0 | 1100011 | 1010000 | 10100 | 101011100 | 1100010 | 101000 |
Color Harmonies of #CC0229
Complementary color
Monochromatic Colors of #CC0229
Black with #CC0229
Text Example
Text Example
White with #CC0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0229; }
p { color: rgb(204,2,41); }
H1.HeaderClassName
{
color: #CC0229;
}
.AnyTagClassName
{
color: #CC0229;
}
</style>
background-color css
<style>
a { background-color: #CC0229; }
a { background-color: rgb(204,2,41); }
div.DivClassName
{
background-color: #CC0229;
}
.BgClassName
{
background-color: #CC0229;
}
</style>
border-color css
<style>
span { border-color: #CC0229; }
span { border-color: rgb(204,2,41); }
td.TdClassName
{
border-color: #CC0229;
}
.TagClassName
{
border-color: #CC0229;
}
</style>