Shades of Venetian Red #CC012C
Tints of Venetian Red #CC012C
RGB
CMYK
RGB Variations
Color information
#CC012C (or 0xCC012C) is known color: Venetian Red. HEX triplet: CC, 01 and 2C. RGB value is (204,1,44). Sum of RGB (Red+Green+Blue) = 204+1+44=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC012C is #33FED3. Grayscale: #424242. Windows color (decimal): -3407572 or 2884044. OLE color: 2884044.
HSL color Cylindrical-coordinate representation of color #CC012C: hue angle of 347.29º 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 #CC012C is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.2 |
| HSL | 347.29º | 0.99% | 0.4% | - |
| HSV(B) | 347.29º | 1% | 0.8% | - |
| XYZ | 25.37 | 13.04 | 3.56 | - |
| YUV | 66.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 44 | 0 | 1.00 | 0.78 | 0.2 | 347.29 | 0.99 | 0.4 |
| Hex | CC | 1 | 2C | 0 | 64 | 4E | 14 | 15B | 63 | 28 |
| Octal | 314 | 1 | 54 | 0 | 144 | 116 | 24 | 533 | 143 | 50 |
| Binary | 11001100 | 1 | 101100 | 0 | 1100100 | 1001110 | 10100 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CC012C
Complementary color
Monochromatic Colors of #CC012C
Black with #CC012C
Text Example
Text Example
White with #CC012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC012C; }
p { color: rgb(204,1,44); }
H1.HeaderClassName
{
color: #CC012C;
}
.AnyTagClassName
{
color: #CC012C;
}
</style>
background-color css
<style>
a { background-color: #CC012C; }
a { background-color: rgb(204,1,44); }
div.DivClassName
{
background-color: #CC012C;
}
.BgClassName
{
background-color: #CC012C;
}
</style>
border-color css
<style>
span { border-color: #CC012C; }
span { border-color: rgb(204,1,44); }
td.TdClassName
{
border-color: #CC012C;
}
.TagClassName
{
border-color: #CC012C;
}
</style>