Shades of Venetian Red #CC0327
Tints of Venetian Red #CC0327
RGB
CMYK
RGB Variations
Color information
#CC0327 (or 0xCC0327) is known color: Venetian Red. HEX triplet: CC, 03 and 27. RGB value is (204,3,39). Sum of RGB (Red+Green+Blue) = 204+3+39=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0327 is #33FCD8. Grayscale: #434343. Windows color (decimal): -3407065 or 2556876. OLE color: 2556876.
HSL color Cylindrical-coordinate representation of color #CC0327: hue angle of 349.25º 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 #CC0327 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.2 |
| HSL | 349.25º | 0.97% | 0.41% | - |
| HSV(B) | 349.25º | 0.99% | 0.8% | - |
| XYZ | 25.3 | 13.05 | 3.1 | - |
| YUV | 67.2 | 112.09 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 39 | 0 | 0.99 | 0.81 | 0.2 | 349.25 | 0.97 | 0.41 |
| Hex | CC | 3 | 27 | 0 | 63 | 51 | 14 | 15D | 61 | 29 |
| Octal | 314 | 3 | 47 | 0 | 143 | 121 | 24 | 535 | 141 | 51 |
| Binary | 11001100 | 11 | 100111 | 0 | 1100011 | 1010001 | 10100 | 101011101 | 1100001 | 101001 |
Color Harmonies of #CC0327
Complementary color
Monochromatic Colors of #CC0327
Black with #CC0327
Text Example
Text Example
White with #CC0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0327; }
p { color: rgb(204,3,39); }
H1.HeaderClassName
{
color: #CC0327;
}
.AnyTagClassName
{
color: #CC0327;
}
</style>
background-color css
<style>
a { background-color: #CC0327; }
a { background-color: rgb(204,3,39); }
div.DivClassName
{
background-color: #CC0327;
}
.BgClassName
{
background-color: #CC0327;
}
</style>
border-color css
<style>
span { border-color: #CC0327; }
span { border-color: rgb(204,3,39); }
td.TdClassName
{
border-color: #CC0327;
}
.TagClassName
{
border-color: #CC0327;
}
</style>