Shades of Venetian Red #CC011B
Tints of Venetian Red #CC011B
RGB
CMYK
RGB Variations
Color information
#CC011B (or 0xCC011B) is known color: Venetian Red. HEX triplet: CC, 01 and 1B. RGB value is (204,1,27). Sum of RGB (Red+Green+Blue) = 204+1+27=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC011B is #33FEE4. Grayscale: #404040. Windows color (decimal): -3407589 or 1769932. OLE color: 1769932.
HSL color Cylindrical-coordinate representation of color #CC011B: hue angle of 352.32º 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 #CC011B is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.2 |
| HSL | 352.32º | 0.99% | 0.4% | - |
| HSV(B) | 352.32º | 1% | 0.8% | - |
| XYZ | 25.11 | 12.94 | 2.21 | - |
| YUV | 64.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 27 | 0 | 1.00 | 0.87 | 0.2 | 352.32 | 0.99 | 0.4 |
| Hex | CC | 1 | 1B | 0 | 64 | 57 | 14 | 160 | 63 | 28 |
| Octal | 314 | 1 | 33 | 0 | 144 | 127 | 24 | 540 | 143 | 50 |
| Binary | 11001100 | 1 | 11011 | 0 | 1100100 | 1010111 | 10100 | 101100000 | 1100011 | 101000 |
Color Harmonies of #CC011B
Complementary color
Monochromatic Colors of #CC011B
Black with #CC011B
Text Example
Text Example
White with #CC011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC011B; }
p { color: rgb(204,1,27); }
H1.HeaderClassName
{
color: #CC011B;
}
.AnyTagClassName
{
color: #CC011B;
}
</style>
background-color css
<style>
a { background-color: #CC011B; }
a { background-color: rgb(204,1,27); }
div.DivClassName
{
background-color: #CC011B;
}
.BgClassName
{
background-color: #CC011B;
}
</style>
border-color css
<style>
span { border-color: #CC011B; }
span { border-color: rgb(204,1,27); }
td.TdClassName
{
border-color: #CC011B;
}
.TagClassName
{
border-color: #CC011B;
}
</style>