Shades of Venetian Red #CC0429
Tints of Venetian Red #CC0429
RGB
CMYK
RGB Variations
Color information
#CC0429 (or 0xCC0429) is known color: Venetian Red. HEX triplet: CC, 04 and 29. RGB value is (204,4,41). Sum of RGB (Red+Green+Blue) = 204+4+41=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0429 is #33FBD6. Grayscale: #444444. Windows color (decimal): -3406807 or 2688204. OLE color: 2688204.
HSL color Cylindrical-coordinate representation of color #CC0429: hue angle of 348.9º 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 #CC0429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.2 |
| HSL | 348.9º | 0.96% | 0.41% | - |
| HSV(B) | 348.9º | 0.98% | 0.8% | - |
| XYZ | 25.35 | 13.08 | 3.29 | - |
| YUV | 68.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 41 | 0 | 0.98 | 0.80 | 0.2 | 348.9 | 0.96 | 0.41 |
| Hex | CC | 4 | 29 | 0 | 62 | 50 | 14 | 15D | 60 | 29 |
| Octal | 314 | 4 | 51 | 0 | 142 | 120 | 24 | 535 | 140 | 51 |
| Binary | 11001100 | 100 | 101001 | 0 | 1100010 | 1010000 | 10100 | 101011101 | 1100000 | 101001 |
Color Harmonies of #CC0429
Complementary color
Monochromatic Colors of #CC0429
Black with #CC0429
Text Example
Text Example
White with #CC0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0429; }
p { color: rgb(204,4,41); }
H1.HeaderClassName
{
color: #CC0429;
}
.AnyTagClassName
{
color: #CC0429;
}
</style>
background-color css
<style>
a { background-color: #CC0429; }
a { background-color: rgb(204,4,41); }
div.DivClassName
{
background-color: #CC0429;
}
.BgClassName
{
background-color: #CC0429;
}
</style>
border-color css
<style>
span { border-color: #CC0429; }
span { border-color: rgb(204,4,41); }
td.TdClassName
{
border-color: #CC0429;
}
.TagClassName
{
border-color: #CC0429;
}
</style>