Shades of Venetian Red #C00E20
Tints of Venetian Red #C00E20
RGB
CMYK
RGB Variations
Color information
#C00E20 (or 0xC00E20) is known color: Venetian Red. HEX triplet: C0, 0E and 20. RGB value is (192,14,32). Sum of RGB (Red+Green+Blue) = 192+14+32=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E20 is #3FF1DF. Grayscale: #454545. Windows color (decimal): -4190688 or 2100928. OLE color: 2100928.
HSL color Cylindrical-coordinate representation of color #C00E20: hue angle of 353.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E20 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 32 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.25 |
| HSL | 353.93º | 0.86% | 0.4% | - |
| HSV(B) | 353.93º | 0.93% | 0.75% | - |
| XYZ | 22.16 | 11.62 | 2.44 | - |
| YUV | 69.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 32 | 0 | 0.93 | 0.83 | 0.25 | 353.93 | 0.86 | 0.4 |
| Hex | C0 | E | 20 | 0 | 5D | 53 | 19 | 162 | 56 | 28 |
| Octal | 300 | 16 | 40 | 0 | 135 | 123 | 31 | 542 | 126 | 50 |
| Binary | 11000000 | 1110 | 100000 | 0 | 1011101 | 1010011 | 11001 | 101100010 | 1010110 | 101000 |
Color Harmonies of #C00E20
Complementary color
Monochromatic Colors of #C00E20
Black with #C00E20
Text Example
Text Example
White with #C00E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E20; }
p { color: rgb(192,14,32); }
H1.HeaderClassName
{
color: #C00E20;
}
.AnyTagClassName
{
color: #C00E20;
}
</style>
background-color css
<style>
a { background-color: #C00E20; }
a { background-color: rgb(192,14,32); }
div.DivClassName
{
background-color: #C00E20;
}
.BgClassName
{
background-color: #C00E20;
}
</style>
border-color css
<style>
span { border-color: #C00E20; }
span { border-color: rgb(192,14,32); }
td.TdClassName
{
border-color: #C00E20;
}
.TagClassName
{
border-color: #C00E20;
}
</style>