Shades of Venetian Red #CC010C
Tints of Venetian Red #CC010C
RGB
CMYK
RGB Variations
Color information
#CC010C (or 0xCC010C) is known color: Venetian Red. HEX triplet: CC, 01 and 0C. RGB value is (204,1,12). Sum of RGB (Red+Green+Blue) = 204+1+12=217 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.01% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 204 - color contains mainly: red. Hex color #CC010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC010C is #33FEF3. Grayscale: #3F3F3F. Windows color (decimal): -3407604 or 786892. OLE color: 786892.
HSL color Cylindrical-coordinate representation of color #CC010C: hue angle of 356.75º 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 #CC010C is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.2 |
| HSL | 356.75º | 0.99% | 0.4% | - |
| HSV(B) | 356.75º | 1% | 0.8% | - |
| XYZ | 24.98 | 12.89 | 1.52 | - |
| YUV | 62.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 12 | 0 | 1.00 | 0.94 | 0.2 | 356.75 | 0.99 | 0.4 |
| Hex | CC | 1 | C | 0 | 64 | 5E | 14 | 165 | 63 | 28 |
| Octal | 314 | 1 | 14 | 0 | 144 | 136 | 24 | 545 | 143 | 50 |
| Binary | 11001100 | 1 | 1100 | 0 | 1100100 | 1011110 | 10100 | 101100101 | 1100011 | 101000 |
Color Harmonies of #CC010C
Complementary color
Monochromatic Colors of #CC010C
Black with #CC010C
Text Example
Text Example
White with #CC010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC010C; }
p { color: rgb(204,1,12); }
H1.HeaderClassName
{
color: #CC010C;
}
.AnyTagClassName
{
color: #CC010C;
}
</style>
background-color css
<style>
a { background-color: #CC010C; }
a { background-color: rgb(204,1,12); }
div.DivClassName
{
background-color: #CC010C;
}
.BgClassName
{
background-color: #CC010C;
}
</style>
border-color css
<style>
span { border-color: #CC010C; }
span { border-color: rgb(204,1,12); }
td.TdClassName
{
border-color: #CC010C;
}
.TagClassName
{
border-color: #CC010C;
}
</style>