Shades of Venetian Red #CC002B
Tints of Venetian Red #CC002B
RGB
CMYK
RGB Variations
Color information
#CC002B (or 0xCC002B) is known color: Venetian Red. HEX triplet: CC, 00 and 2B. RGB value is (204,0,43). Sum of RGB (Red+Green+Blue) = 204+0+43=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002B is #33FFD4. Grayscale: #414141. Windows color (decimal): -3407829 or 2818252. OLE color: 2818252.
HSL color Cylindrical-coordinate representation of color #CC002B: hue angle of 347.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC002B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.79 | 0.2 |
| HSL | 347.35º | 1% | 0.4% | - |
| HSV(B) | 347.35º | 1% | 0.8% | - |
| XYZ | 25.34 | 13.01 | 3.46 | - |
| YUV | 65.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 43 | 0 | 1 | 0.79 | 0.2 | 347.35 | 1 | 0.4 |
| Hex | CC | 0 | 2B | 0 | 64 | 4F | 14 | 15B | 64 | 28 |
| Octal | 314 | 0 | 53 | 0 | 144 | 117 | 24 | 533 | 144 | 50 |
| Binary | 11001100 | 0 | 101011 | 0 | 1100100 | 1001111 | 10100 | 101011011 | 1100100 | 101000 |
Color Harmonies of #CC002B
Complementary color
Monochromatic Colors of #CC002B
Black with #CC002B
Text Example
Text Example
White with #CC002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC002B; }
p { color: rgb(204,0,43); }
H1.HeaderClassName
{
color: #CC002B;
}
.AnyTagClassName
{
color: #CC002B;
}
</style>
background-color css
<style>
a { background-color: #CC002B; }
a { background-color: rgb(204,0,43); }
div.DivClassName
{
background-color: #CC002B;
}
.BgClassName
{
background-color: #CC002B;
}
</style>
border-color css
<style>
span { border-color: #CC002B; }
span { border-color: rgb(204,0,43); }
td.TdClassName
{
border-color: #CC002B;
}
.TagClassName
{
border-color: #CC002B;
}
</style>