Shades of Venetian Red #CC0203
Tints of Venetian Red #CC0203
RGB
CMYK
RGB Variations
Color information
#CC0203 (or 0xCC0203) is known color: Venetian Red. HEX triplet: CC, 02 and 03. RGB value is (204,2,3). Sum of RGB (Red+Green+Blue) = 204+2+3=209 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.61% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0203 is #33FDFC. Grayscale: #3E3E3E. Windows color (decimal): -3407357 or 197324. OLE color: 197324.
HSL color Cylindrical-coordinate representation of color #CC0203: hue angle of 359.7º 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 #CC0203 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.2 |
| HSL | 359.7º | 0.98% | 0.4% | - |
| HSV(B) | 359.7º | 0.99% | 0.8% | - |
| XYZ | 24.94 | 12.89 | 1.26 | - |
| YUV | 62.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 3 | 0 | 0.99 | 0.99 | 0.2 | 359.7 | 0.98 | 0.4 |
| Hex | CC | 2 | 3 | 0 | 63 | 63 | 14 | 168 | 62 | 28 |
| Octal | 314 | 2 | 3 | 0 | 143 | 143 | 24 | 550 | 142 | 50 |
| Binary | 11001100 | 10 | 11 | 0 | 1100011 | 1100011 | 10100 | 101101000 | 1100010 | 101000 |
Color Harmonies of #CC0203
Complementary color
Monochromatic Colors of #CC0203
Black with #CC0203
Text Example
Text Example
White with #CC0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0203; }
p { color: rgb(204,2,3); }
H1.HeaderClassName
{
color: #CC0203;
}
.AnyTagClassName
{
color: #CC0203;
}
</style>
background-color css
<style>
a { background-color: #CC0203; }
a { background-color: rgb(204,2,3); }
div.DivClassName
{
background-color: #CC0203;
}
.BgClassName
{
background-color: #CC0203;
}
</style>
border-color css
<style>
span { border-color: #CC0203; }
span { border-color: rgb(204,2,3); }
td.TdClassName
{
border-color: #CC0203;
}
.TagClassName
{
border-color: #CC0203;
}
</style>