Shades of Venetian Red #CC011E
Tints of Venetian Red #CC011E
RGB
CMYK
RGB Variations
Color information
#CC011E (or 0xCC011E) is known color: Venetian Red. HEX triplet: CC, 01 and 1E. RGB value is (204,1,30). Sum of RGB (Red+Green+Blue) = 204+1+30=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC011E is #33FEE1. Grayscale: #414141. Windows color (decimal): -3407586 or 1966540. OLE color: 1966540.
HSL color Cylindrical-coordinate representation of color #CC011E: hue angle of 351.43º 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 #CC011E is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.2 |
| HSL | 351.43º | 0.99% | 0.4% | - |
| HSV(B) | 351.43º | 1% | 0.8% | - |
| XYZ | 25.15 | 12.95 | 2.4 | - |
| YUV | 65 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 30 | 0 | 1.00 | 0.85 | 0.2 | 351.43 | 0.99 | 0.4 |
| Hex | CC | 1 | 1E | 0 | 64 | 55 | 14 | 15F | 63 | 28 |
| Octal | 314 | 1 | 36 | 0 | 144 | 125 | 24 | 537 | 143 | 50 |
| Binary | 11001100 | 1 | 11110 | 0 | 1100100 | 1010101 | 10100 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CC011E
Complementary color
Monochromatic Colors of #CC011E
Black with #CC011E
Text Example
Text Example
White with #CC011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC011E; }
p { color: rgb(204,1,30); }
H1.HeaderClassName
{
color: #CC011E;
}
.AnyTagClassName
{
color: #CC011E;
}
</style>
background-color css
<style>
a { background-color: #CC011E; }
a { background-color: rgb(204,1,30); }
div.DivClassName
{
background-color: #CC011E;
}
.BgClassName
{
background-color: #CC011E;
}
</style>
border-color css
<style>
span { border-color: #CC011E; }
span { border-color: rgb(204,1,30); }
td.TdClassName
{
border-color: #CC011E;
}
.TagClassName
{
border-color: #CC011E;
}
</style>