Shades of Venetian Red #CC0205
Tints of Venetian Red #CC0205
RGB
CMYK
RGB Variations
Color information
#CC0205 (or 0xCC0205) is known color: Venetian Red. HEX triplet: CC, 02 and 05. RGB value is (204,2,5). Sum of RGB (Red+Green+Blue) = 204+2+5=211 (27% of max value = 765). Red value is 204 (80.08% from 255 or 96.68% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0205 is #33FDFA. Grayscale: #3E3E3E. Windows color (decimal): -3407355 or 328396. OLE color: 328396.
HSL color Cylindrical-coordinate representation of color #CC0205: hue angle of 359.11º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.2 |
| HSL | 359.11º | 0.98% | 0.4% | - |
| HSV(B) | 359.11º | 0.99% | 0.8% | - |
| XYZ | 24.95 | 12.89 | 1.32 | - |
| YUV | 62.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 5 | 0 | 0.99 | 0.98 | 0.2 | 359.11 | 0.98 | 0.4 |
| Hex | CC | 2 | 5 | 0 | 63 | 62 | 14 | 167 | 62 | 28 |
| Octal | 314 | 2 | 5 | 0 | 143 | 142 | 24 | 547 | 142 | 50 |
| Binary | 11001100 | 10 | 101 | 0 | 1100011 | 1100010 | 10100 | 101100111 | 1100010 | 101000 |
Color Harmonies of #CC0205
Complementary color
Monochromatic Colors of #CC0205
Black with #CC0205
Text Example
Text Example
White with #CC0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0205; }
p { color: rgb(204,2,5); }
H1.HeaderClassName
{
color: #CC0205;
}
.AnyTagClassName
{
color: #CC0205;
}
</style>
background-color css
<style>
a { background-color: #CC0205; }
a { background-color: rgb(204,2,5); }
div.DivClassName
{
background-color: #CC0205;
}
.BgClassName
{
background-color: #CC0205;
}
</style>
border-color css
<style>
span { border-color: #CC0205; }
span { border-color: rgb(204,2,5); }
td.TdClassName
{
border-color: #CC0205;
}
.TagClassName
{
border-color: #CC0205;
}
</style>