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