Shades of Venetian Red #CC011F
Tints of Venetian Red #CC011F
RGB
CMYK
RGB Variations
Color information
#CC011F (or 0xCC011F) is known color: Venetian Red. HEX triplet: CC, 01 and 1F. RGB value is (204,1,31). Sum of RGB (Red+Green+Blue) = 204+1+31=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC011F is #33FEE0. Grayscale: #414141. Windows color (decimal): -3407585 or 2032076. OLE color: 2032076.
HSL color Cylindrical-coordinate representation of color #CC011F: hue angle of 351.13º 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 #CC011F is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.2 |
| HSL | 351.13º | 0.99% | 0.4% | - |
| HSV(B) | 351.13º | 1% | 0.8% | - |
| XYZ | 25.16 | 12.96 | 2.47 | - |
| YUV | 65.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 31 | 0 | 1.00 | 0.85 | 0.2 | 351.13 | 0.99 | 0.4 |
| Hex | CC | 1 | 1F | 0 | 64 | 55 | 14 | 15F | 63 | 28 |
| Octal | 314 | 1 | 37 | 0 | 144 | 125 | 24 | 537 | 143 | 50 |
| Binary | 11001100 | 1 | 11111 | 0 | 1100100 | 1010101 | 10100 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CC011F
Complementary color
Monochromatic Colors of #CC011F
Black with #CC011F
Text Example
Text Example
White with #CC011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC011F; }
p { color: rgb(204,1,31); }
H1.HeaderClassName
{
color: #CC011F;
}
.AnyTagClassName
{
color: #CC011F;
}
</style>
background-color css
<style>
a { background-color: #CC011F; }
a { background-color: rgb(204,1,31); }
div.DivClassName
{
background-color: #CC011F;
}
.BgClassName
{
background-color: #CC011F;
}
</style>
border-color css
<style>
span { border-color: #CC011F; }
span { border-color: rgb(204,1,31); }
td.TdClassName
{
border-color: #CC011F;
}
.TagClassName
{
border-color: #CC011F;
}
</style>