Shades of Venetian Red #CC0304
Tints of Venetian Red #CC0304
RGB
CMYK
RGB Variations
Color information
#CC0304 (or 0xCC0304) is known color: Venetian Red. HEX triplet: CC, 03 and 04. RGB value is (204,3,4). Sum of RGB (Red+Green+Blue) = 204+3+4=211 (27% of max value = 765). Red value is 204 (80.08% from 255 or 96.68% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0304 is #33FCFB. Grayscale: #3F3F3F. Windows color (decimal): -3407100 or 263116. OLE color: 263116.
HSL color Cylindrical-coordinate representation of color #CC0304: hue angle of 359.7º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.2 |
| HSL | 359.7º | 0.97% | 0.41% | - |
| HSV(B) | 359.7º | 0.99% | 0.8% | - |
| XYZ | 24.96 | 12.91 | 1.29 | - |
| YUV | 63.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 4 | 0 | 0.99 | 0.98 | 0.2 | 359.7 | 0.97 | 0.41 |
| Hex | CC | 3 | 4 | 0 | 63 | 62 | 14 | 168 | 61 | 29 |
| Octal | 314 | 3 | 4 | 0 | 143 | 142 | 24 | 550 | 141 | 51 |
| Binary | 11001100 | 11 | 100 | 0 | 1100011 | 1100010 | 10100 | 101101000 | 1100001 | 101001 |
Color Harmonies of #CC0304
Complementary color
Monochromatic Colors of #CC0304
Black with #CC0304
Text Example
Text Example
White with #CC0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0304; }
p { color: rgb(204,3,4); }
H1.HeaderClassName
{
color: #CC0304;
}
.AnyTagClassName
{
color: #CC0304;
}
</style>
background-color css
<style>
a { background-color: #CC0304; }
a { background-color: rgb(204,3,4); }
div.DivClassName
{
background-color: #CC0304;
}
.BgClassName
{
background-color: #CC0304;
}
</style>
border-color css
<style>
span { border-color: #CC0304; }
span { border-color: rgb(204,3,4); }
td.TdClassName
{
border-color: #CC0304;
}
.TagClassName
{
border-color: #CC0304;
}
</style>