Shades of Venetian Red #CC0003
Tints of Venetian Red #CC0003
RGB
CMYK
RGB Variations
Color information
#CC0003 (or 0xCC0003) is known color: Venetian Red. HEX triplet: CC, 00 and 03. RGB value is (204,0,3). Sum of RGB (Red+Green+Blue) = 204+0+3=207 (27% of max value = 765). Red value is 204 (80.08% from 255 or 98.55% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0003 is #33FFFC. Grayscale: #3D3D3D. Windows color (decimal): -3407869 or 196812. OLE color: 196812.
HSL color Cylindrical-coordinate representation of color #CC0003: hue angle of 359.12º 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 #CC0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.2 |
| HSL | 359.12º | 1% | 0.4% | - |
| HSV(B) | 359.12º | 1% | 0.8% | - |
| XYZ | 24.92 | 12.84 | 1.25 | - |
| YUV | 61.34 | 95.09 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 3 | 0 | 1 | 0.99 | 0.2 | 359.12 | 1 | 0.4 |
| Hex | CC | 0 | 3 | 0 | 64 | 63 | 14 | 167 | 64 | 28 |
| Octal | 314 | 0 | 3 | 0 | 144 | 143 | 24 | 547 | 144 | 50 |
| Binary | 11001100 | 0 | 11 | 0 | 1100100 | 1100011 | 10100 | 101100111 | 1100100 | 101000 |
Color Harmonies of #CC0003
Complementary color
Monochromatic Colors of #CC0003
Black with #CC0003
Text Example
Text Example
White with #CC0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0003; }
p { color: rgb(204,0,3); }
H1.HeaderClassName
{
color: #CC0003;
}
.AnyTagClassName
{
color: #CC0003;
}
</style>
background-color css
<style>
a { background-color: #CC0003; }
a { background-color: rgb(204,0,3); }
div.DivClassName
{
background-color: #CC0003;
}
.BgClassName
{
background-color: #CC0003;
}
</style>
border-color css
<style>
span { border-color: #CC0003; }
span { border-color: rgb(204,0,3); }
td.TdClassName
{
border-color: #CC0003;
}
.TagClassName
{
border-color: #CC0003;
}
</style>