Shades of Venetian Red #C10E11
Tints of Venetian Red #C10E11
RGB
CMYK
RGB Variations
Color information
#C10E11 (or 0xC10E11) is known color: Venetian Red. HEX triplet: C1, 0E and 11. RGB value is (193,14,17). Sum of RGB (Red+Green+Blue) = 193+14+17=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E11 is #3EF1EE. Grayscale: #444444. Windows color (decimal): -4125167 or 1117889. OLE color: 1117889.
HSL color Cylindrical-coordinate representation of color #C10E11: hue angle of 358.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E11 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 17 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.24 |
| HSL | 358.99º | 0.86% | 0.41% | - |
| HSV(B) | 358.99º | 0.93% | 0.76% | - |
| XYZ | 22.25 | 11.69 | 1.61 | - |
| YUV | 67.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 17 | 0 | 0.93 | 0.91 | 0.24 | 358.99 | 0.86 | 0.41 |
| Hex | C1 | E | 11 | 0 | 5D | 5B | 18 | 167 | 56 | 29 |
| Octal | 301 | 16 | 21 | 0 | 135 | 133 | 30 | 547 | 126 | 51 |
| Binary | 11000001 | 1110 | 10001 | 0 | 1011101 | 1011011 | 11000 | 101100111 | 1010110 | 101001 |
Color Harmonies of #C10E11
Complementary color
Monochromatic Colors of #C10E11
Black with #C10E11
Text Example
Text Example
White with #C10E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E11; }
p { color: rgb(193,14,17); }
H1.HeaderClassName
{
color: #C10E11;
}
.AnyTagClassName
{
color: #C10E11;
}
</style>
background-color css
<style>
a { background-color: #C10E11; }
a { background-color: rgb(193,14,17); }
div.DivClassName
{
background-color: #C10E11;
}
.BgClassName
{
background-color: #C10E11;
}
</style>
border-color css
<style>
span { border-color: #C10E11; }
span { border-color: rgb(193,14,17); }
td.TdClassName
{
border-color: #C10E11;
}
.TagClassName
{
border-color: #C10E11;
}
</style>