Shades of Venetian Red #CC0313
Tints of Venetian Red #CC0313
RGB
CMYK
RGB Variations
Color information
#CC0313 (or 0xCC0313) is known color: Venetian Red. HEX triplet: CC, 03 and 13. RGB value is (204,3,19). Sum of RGB (Red+Green+Blue) = 204+3+19=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0313 is #33FCEC. Grayscale: #414141. Windows color (decimal): -3407085 or 1246156. OLE color: 1246156.
HSL color Cylindrical-coordinate representation of color #CC0313: hue angle of 355.22º 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 #CC0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.2 |
| HSL | 355.22º | 0.97% | 0.41% | - |
| HSV(B) | 355.22º | 0.99% | 0.8% | - |
| XYZ | 25.05 | 12.95 | 1.8 | - |
| YUV | 64.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 19 | 0 | 0.99 | 0.91 | 0.2 | 355.22 | 0.97 | 0.41 |
| Hex | CC | 3 | 13 | 0 | 63 | 5B | 14 | 163 | 61 | 29 |
| Octal | 314 | 3 | 23 | 0 | 143 | 133 | 24 | 543 | 141 | 51 |
| Binary | 11001100 | 11 | 10011 | 0 | 1100011 | 1011011 | 10100 | 101100011 | 1100001 | 101001 |
Color Harmonies of #CC0313
Complementary color
Monochromatic Colors of #CC0313
Black with #CC0313
Text Example
Text Example
White with #CC0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0313; }
p { color: rgb(204,3,19); }
H1.HeaderClassName
{
color: #CC0313;
}
.AnyTagClassName
{
color: #CC0313;
}
</style>
background-color css
<style>
a { background-color: #CC0313; }
a { background-color: rgb(204,3,19); }
div.DivClassName
{
background-color: #CC0313;
}
.BgClassName
{
background-color: #CC0313;
}
</style>
border-color css
<style>
span { border-color: #CC0313; }
span { border-color: rgb(204,3,19); }
td.TdClassName
{
border-color: #CC0313;
}
.TagClassName
{
border-color: #CC0313;
}
</style>