Shades of Venetian Red #C10916
Tints of Venetian Red #C10916
RGB
CMYK
RGB Variations
Color information
#C10916 (or 0xC10916) is known color: Venetian Red. HEX triplet: C1, 09 and 16. RGB value is (193,9,22). Sum of RGB (Red+Green+Blue) = 193+9+22=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C10916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10916 is #3EF6E9. Grayscale: #414141. Windows color (decimal): -4126442 or 1444289. OLE color: 1444289.
HSL color Cylindrical-coordinate representation of color #C10916: hue angle of 355.76º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10916 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 22 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.24 |
| HSL | 355.76º | 0.91% | 0.4% | - |
| HSV(B) | 355.76º | 0.95% | 0.76% | - |
| XYZ | 22.23 | 11.59 | 1.82 | - |
| YUV | 65.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 22 | 0 | 0.95 | 0.89 | 0.24 | 355.76 | 0.91 | 0.4 |
| Hex | C1 | 9 | 16 | 0 | 5F | 59 | 18 | 164 | 5B | 28 |
| Octal | 301 | 11 | 26 | 0 | 137 | 131 | 30 | 544 | 133 | 50 |
| Binary | 11000001 | 1001 | 10110 | 0 | 1011111 | 1011001 | 11000 | 101100100 | 1011011 | 101000 |
Color Harmonies of #C10916
Complementary color
Monochromatic Colors of #C10916
Black with #C10916
Text Example
Text Example
White with #C10916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10916; }
p { color: rgb(193,9,22); }
H1.HeaderClassName
{
color: #C10916;
}
.AnyTagClassName
{
color: #C10916;
}
</style>
background-color css
<style>
a { background-color: #C10916; }
a { background-color: rgb(193,9,22); }
div.DivClassName
{
background-color: #C10916;
}
.BgClassName
{
background-color: #C10916;
}
</style>
border-color css
<style>
span { border-color: #C10916; }
span { border-color: rgb(193,9,22); }
td.TdClassName
{
border-color: #C10916;
}
.TagClassName
{
border-color: #C10916;
}
</style>