Shades of Venetian Red #C10E12
Tints of Venetian Red #C10E12
RGB
CMYK
RGB Variations
Color information
#C10E12 (or 0xC10E12) is known color: Venetian Red. HEX triplet: C1, 0E and 12. RGB value is (193,14,18). Sum of RGB (Red+Green+Blue) = 193+14+18=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E12 is #3EF1ED. Grayscale: #444444. Windows color (decimal): -4125166 or 1183425. OLE color: 1183425.
HSL color Cylindrical-coordinate representation of color #C10E12: hue angle of 358.66º 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 #C10E12 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 18 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.24 |
| HSL | 358.66º | 0.86% | 0.41% | - |
| HSV(B) | 358.66º | 0.93% | 0.76% | - |
| XYZ | 22.26 | 11.7 | 1.66 | - |
| YUV | 67.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 18 | 0 | 0.93 | 0.91 | 0.24 | 358.66 | 0.86 | 0.41 |
| Hex | C1 | E | 12 | 0 | 5D | 5B | 18 | 167 | 56 | 29 |
| Octal | 301 | 16 | 22 | 0 | 135 | 133 | 30 | 547 | 126 | 51 |
| Binary | 11000001 | 1110 | 10010 | 0 | 1011101 | 1011011 | 11000 | 101100111 | 1010110 | 101001 |
Color Harmonies of #C10E12
Complementary color
Monochromatic Colors of #C10E12
Black with #C10E12
Text Example
Text Example
White with #C10E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E12; }
p { color: rgb(193,14,18); }
H1.HeaderClassName
{
color: #C10E12;
}
.AnyTagClassName
{
color: #C10E12;
}
</style>
background-color css
<style>
a { background-color: #C10E12; }
a { background-color: rgb(193,14,18); }
div.DivClassName
{
background-color: #C10E12;
}
.BgClassName
{
background-color: #C10E12;
}
</style>
border-color css
<style>
span { border-color: #C10E12; }
span { border-color: rgb(193,14,18); }
td.TdClassName
{
border-color: #C10E12;
}
.TagClassName
{
border-color: #C10E12;
}
</style>