Shades of Venetian Red #CC010A
Tints of Venetian Red #CC010A
RGB
CMYK
RGB Variations
Color information
#CC010A (or 0xCC010A) is known color: Venetian Red. HEX triplet: CC, 01 and 0A. RGB value is (204,1,10). Sum of RGB (Red+Green+Blue) = 204+1+10=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC010A is #33FEF5. Grayscale: #3E3E3E. Windows color (decimal): -3407606 or 655820. OLE color: 655820.
HSL color Cylindrical-coordinate representation of color #CC010A: hue angle of 357.34º 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 #CC010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.2 |
| HSL | 357.34º | 0.99% | 0.4% | - |
| HSV(B) | 357.34º | 1% | 0.8% | - |
| XYZ | 24.97 | 12.88 | 1.46 | - |
| YUV | 62.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 10 | 0 | 1.00 | 0.95 | 0.2 | 357.34 | 0.99 | 0.4 |
| Hex | CC | 1 | A | 0 | 64 | 5F | 14 | 165 | 63 | 28 |
| Octal | 314 | 1 | 12 | 0 | 144 | 137 | 24 | 545 | 143 | 50 |
| Binary | 11001100 | 1 | 1010 | 0 | 1100100 | 1011111 | 10100 | 101100101 | 1100011 | 101000 |
Color Harmonies of #CC010A
Complementary color
Monochromatic Colors of #CC010A
Black with #CC010A
Text Example
Text Example
White with #CC010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC010A; }
p { color: rgb(204,1,10); }
H1.HeaderClassName
{
color: #CC010A;
}
.AnyTagClassName
{
color: #CC010A;
}
</style>
background-color css
<style>
a { background-color: #CC010A; }
a { background-color: rgb(204,1,10); }
div.DivClassName
{
background-color: #CC010A;
}
.BgClassName
{
background-color: #CC010A;
}
</style>
border-color css
<style>
span { border-color: #CC010A; }
span { border-color: rgb(204,1,10); }
td.TdClassName
{
border-color: #CC010A;
}
.TagClassName
{
border-color: #CC010A;
}
</style>