Shades of Venetian Red #C00511
Tints of Venetian Red #C00511
RGB
CMYK
RGB Variations
Color information
#C00511 (or 0xC00511) is known color: Venetian Red. HEX triplet: C0, 05 and 11. RGB value is (192,5,17). Sum of RGB (Red+Green+Blue) = 192+5+17=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00511 is #3FFAEE. Grayscale: #3E3E3E. Windows color (decimal): -4193007 or 1115584. OLE color: 1115584.
HSL color Cylindrical-coordinate representation of color #C00511: hue angle of 356.15º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00511 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.25 |
| HSL | 356.15º | 0.95% | 0.39% | - |
| HSV(B) | 356.15º | 0.97% | 0.75% | - |
| XYZ | 21.89 | 11.36 | 1.57 | - |
| YUV | 62.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 17 | 0 | 0.97 | 0.91 | 0.25 | 356.15 | 0.95 | 0.39 |
| Hex | C0 | 5 | 11 | 0 | 61 | 5B | 19 | 164 | 5F | 27 |
| Octal | 300 | 5 | 21 | 0 | 141 | 133 | 31 | 544 | 137 | 47 |
| Binary | 11000000 | 101 | 10001 | 0 | 1100001 | 1011011 | 11001 | 101100100 | 1011111 | 100111 |
Color Harmonies of #C00511
Complementary color
Monochromatic Colors of #C00511
Black with #C00511
Text Example
Text Example
White with #C00511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00511; }
p { color: rgb(192,5,17); }
H1.HeaderClassName
{
color: #C00511;
}
.AnyTagClassName
{
color: #C00511;
}
</style>
background-color css
<style>
a { background-color: #C00511; }
a { background-color: rgb(192,5,17); }
div.DivClassName
{
background-color: #C00511;
}
.BgClassName
{
background-color: #C00511;
}
</style>
border-color css
<style>
span { border-color: #C00511; }
span { border-color: rgb(192,5,17); }
td.TdClassName
{
border-color: #C00511;
}
.TagClassName
{
border-color: #C00511;
}
</style>