Shades of Venetian Red #CC0129
Tints of Venetian Red #CC0129
RGB
CMYK
RGB Variations
Color information
#CC0129 (or 0xCC0129) is known color: Venetian Red. HEX triplet: CC, 01 and 29. RGB value is (204,1,41). Sum of RGB (Red+Green+Blue) = 204+1+41=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0129 is #33FED6. Grayscale: #424242. Windows color (decimal): -3407575 or 2687436. OLE color: 2687436.
HSL color Cylindrical-coordinate representation of color #CC0129: hue angle of 348.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0129 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.2 |
| HSL | 348.18º | 0.99% | 0.4% | - |
| HSV(B) | 348.18º | 1% | 0.8% | - |
| XYZ | 25.31 | 13.02 | 3.28 | - |
| YUV | 66.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 41 | 0 | 1.00 | 0.80 | 0.2 | 348.18 | 0.99 | 0.4 |
| Hex | CC | 1 | 29 | 0 | 64 | 50 | 14 | 15C | 63 | 28 |
| Octal | 314 | 1 | 51 | 0 | 144 | 120 | 24 | 534 | 143 | 50 |
| Binary | 11001100 | 1 | 101001 | 0 | 1100100 | 1010000 | 10100 | 101011100 | 1100011 | 101000 |
Color Harmonies of #CC0129
Complementary color
Monochromatic Colors of #CC0129
Black with #CC0129
Text Example
Text Example
White with #CC0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0129; }
p { color: rgb(204,1,41); }
H1.HeaderClassName
{
color: #CC0129;
}
.AnyTagClassName
{
color: #CC0129;
}
</style>
background-color css
<style>
a { background-color: #CC0129; }
a { background-color: rgb(204,1,41); }
div.DivClassName
{
background-color: #CC0129;
}
.BgClassName
{
background-color: #CC0129;
}
</style>
border-color css
<style>
span { border-color: #CC0129; }
span { border-color: rgb(204,1,41); }
td.TdClassName
{
border-color: #CC0129;
}
.TagClassName
{
border-color: #CC0129;
}
</style>