Shades of Venetian Red #CC011D
Tints of Venetian Red #CC011D
RGB
CMYK
RGB Variations
Color information
#CC011D (or 0xCC011D) is known color: Venetian Red. HEX triplet: CC, 01 and 1D. RGB value is (204,1,29). Sum of RGB (Red+Green+Blue) = 204+1+29=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC011D is #33FEE2. Grayscale: #404040. Windows color (decimal): -3407587 or 1901004. OLE color: 1901004.
HSL color Cylindrical-coordinate representation of color #CC011D: hue angle of 351.72º 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 #CC011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.2 |
| HSL | 351.72º | 0.99% | 0.4% | - |
| HSV(B) | 351.72º | 1% | 0.8% | - |
| XYZ | 25.13 | 12.95 | 2.34 | - |
| YUV | 64.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 29 | 0 | 1.00 | 0.86 | 0.2 | 351.72 | 0.99 | 0.4 |
| Hex | CC | 1 | 1D | 0 | 64 | 56 | 14 | 160 | 63 | 28 |
| Octal | 314 | 1 | 35 | 0 | 144 | 126 | 24 | 540 | 143 | 50 |
| Binary | 11001100 | 1 | 11101 | 0 | 1100100 | 1010110 | 10100 | 101100000 | 1100011 | 101000 |
Color Harmonies of #CC011D
Complementary color
Monochromatic Colors of #CC011D
Black with #CC011D
Text Example
Text Example
White with #CC011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC011D; }
p { color: rgb(204,1,29); }
H1.HeaderClassName
{
color: #CC011D;
}
.AnyTagClassName
{
color: #CC011D;
}
</style>
background-color css
<style>
a { background-color: #CC011D; }
a { background-color: rgb(204,1,29); }
div.DivClassName
{
background-color: #CC011D;
}
.BgClassName
{
background-color: #CC011D;
}
</style>
border-color css
<style>
span { border-color: #CC011D; }
span { border-color: rgb(204,1,29); }
td.TdClassName
{
border-color: #CC011D;
}
.TagClassName
{
border-color: #CC011D;
}
</style>