Shades of Venetian Red #C10E19
Tints of Venetian Red #C10E19
RGB
CMYK
RGB Variations
Color information
#C10E19 (or 0xC10E19) is known color: Venetian Red. HEX triplet: C1, 0E and 19. RGB value is (193,14,25). Sum of RGB (Red+Green+Blue) = 193+14+25=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E19 is #3EF1E6. Grayscale: #444444. Windows color (decimal): -4125159 or 1642177. OLE color: 1642177.
HSL color Cylindrical-coordinate representation of color #C10E19: hue angle of 356.31º 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 #C10E19 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 25 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.24 |
| HSL | 356.31º | 0.86% | 0.41% | - |
| HSV(B) | 356.31º | 0.93% | 0.76% | - |
| XYZ | 22.32 | 11.72 | 2.01 | - |
| YUV | 68.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 25 | 0 | 0.93 | 0.87 | 0.24 | 356.31 | 0.86 | 0.41 |
| Hex | C1 | E | 19 | 0 | 5D | 57 | 18 | 164 | 56 | 29 |
| Octal | 301 | 16 | 31 | 0 | 135 | 127 | 30 | 544 | 126 | 51 |
| Binary | 11000001 | 1110 | 11001 | 0 | 1011101 | 1010111 | 11000 | 101100100 | 1010110 | 101001 |
Color Harmonies of #C10E19
Complementary color
Monochromatic Colors of #C10E19
Black with #C10E19
Text Example
Text Example
White with #C10E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E19; }
p { color: rgb(193,14,25); }
H1.HeaderClassName
{
color: #C10E19;
}
.AnyTagClassName
{
color: #C10E19;
}
</style>
background-color css
<style>
a { background-color: #C10E19; }
a { background-color: rgb(193,14,25); }
div.DivClassName
{
background-color: #C10E19;
}
.BgClassName
{
background-color: #C10E19;
}
</style>
border-color css
<style>
span { border-color: #C10E19; }
span { border-color: rgb(193,14,25); }
td.TdClassName
{
border-color: #C10E19;
}
.TagClassName
{
border-color: #C10E19;
}
</style>