Shades of Venetian Red #CC0319
Tints of Venetian Red #CC0319
RGB
CMYK
RGB Variations
Color information
#CC0319 (or 0xCC0319) is known color: Venetian Red. HEX triplet: CC, 03 and 19. RGB value is (204,3,25). Sum of RGB (Red+Green+Blue) = 204+3+25=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0319 is #33FCE6. Grayscale: #414141. Windows color (decimal): -3407079 or 1639372. OLE color: 1639372.
HSL color Cylindrical-coordinate representation of color #CC0319: hue angle of 353.43º 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 #CC0319 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.2 |
| HSL | 353.43º | 0.97% | 0.41% | - |
| HSV(B) | 353.43º | 0.99% | 0.8% | - |
| XYZ | 25.11 | 12.97 | 2.1 | - |
| YUV | 65.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 25 | 0 | 0.99 | 0.88 | 0.2 | 353.43 | 0.97 | 0.41 |
| Hex | CC | 3 | 19 | 0 | 63 | 58 | 14 | 161 | 61 | 29 |
| Octal | 314 | 3 | 31 | 0 | 143 | 130 | 24 | 541 | 141 | 51 |
| Binary | 11001100 | 11 | 11001 | 0 | 1100011 | 1011000 | 10100 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CC0319
Complementary color
Monochromatic Colors of #CC0319
Black with #CC0319
Text Example
Text Example
White with #CC0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0319; }
p { color: rgb(204,3,25); }
H1.HeaderClassName
{
color: #CC0319;
}
.AnyTagClassName
{
color: #CC0319;
}
</style>
background-color css
<style>
a { background-color: #CC0319; }
a { background-color: rgb(204,3,25); }
div.DivClassName
{
background-color: #CC0319;
}
.BgClassName
{
background-color: #CC0319;
}
</style>
border-color css
<style>
span { border-color: #CC0319; }
span { border-color: rgb(204,3,25); }
td.TdClassName
{
border-color: #CC0319;
}
.TagClassName
{
border-color: #CC0319;
}
</style>