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