Shades of Venetian Red #CC0328
Tints of Venetian Red #CC0328
RGB
CMYK
RGB Variations
Color information
#CC0328 (or 0xCC0328) is known color: Venetian Red. HEX triplet: CC, 03 and 28. RGB value is (204,3,40). Sum of RGB (Red+Green+Blue) = 204+3+40=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0328 is #33FCD7. Grayscale: #434343. Windows color (decimal): -3407064 or 2622412. OLE color: 2622412.
HSL color Cylindrical-coordinate representation of color #CC0328: hue angle of 348.96º 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 #CC0328 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.2 |
| HSL | 348.96º | 0.97% | 0.41% | - |
| HSV(B) | 348.96º | 0.99% | 0.8% | - |
| XYZ | 25.32 | 13.06 | 3.19 | - |
| YUV | 67.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 40 | 0 | 0.99 | 0.80 | 0.2 | 348.96 | 0.97 | 0.41 |
| Hex | CC | 3 | 28 | 0 | 63 | 50 | 14 | 15D | 61 | 29 |
| Octal | 314 | 3 | 50 | 0 | 143 | 120 | 24 | 535 | 141 | 51 |
| Binary | 11001100 | 11 | 101000 | 0 | 1100011 | 1010000 | 10100 | 101011101 | 1100001 | 101001 |
Color Harmonies of #CC0328
Complementary color
Monochromatic Colors of #CC0328
Black with #CC0328
Text Example
Text Example
White with #CC0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0328; }
p { color: rgb(204,3,40); }
H1.HeaderClassName
{
color: #CC0328;
}
.AnyTagClassName
{
color: #CC0328;
}
</style>
background-color css
<style>
a { background-color: #CC0328; }
a { background-color: rgb(204,3,40); }
div.DivClassName
{
background-color: #CC0328;
}
.BgClassName
{
background-color: #CC0328;
}
</style>
border-color css
<style>
span { border-color: #CC0328; }
span { border-color: rgb(204,3,40); }
td.TdClassName
{
border-color: #CC0328;
}
.TagClassName
{
border-color: #CC0328;
}
</style>