Shades of Venetian Red #C10910
Tints of Venetian Red #C10910
RGB
CMYK
RGB Variations
Color information
#C10910 (or 0xC10910) is known color: Venetian Red. HEX triplet: C1, 09 and 10. RGB value is (193,9,16). Sum of RGB (Red+Green+Blue) = 193+9+16=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10910 is #3EF6EF. Grayscale: #404040. Windows color (decimal): -4126448 or 1051073. OLE color: 1051073.
HSL color Cylindrical-coordinate representation of color #C10910: hue angle of 357.72º 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 #C10910 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 16 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.24 |
| HSL | 357.72º | 0.91% | 0.4% | - |
| HSV(B) | 357.72º | 0.95% | 0.76% | - |
| XYZ | 22.18 | 11.57 | 1.55 | - |
| YUV | 64.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 16 | 0 | 0.95 | 0.92 | 0.24 | 357.72 | 0.91 | 0.4 |
| Hex | C1 | 9 | 10 | 0 | 5F | 5C | 18 | 166 | 5B | 28 |
| Octal | 301 | 11 | 20 | 0 | 137 | 134 | 30 | 546 | 133 | 50 |
| Binary | 11000001 | 1001 | 10000 | 0 | 1011111 | 1011100 | 11000 | 101100110 | 1011011 | 101000 |
Color Harmonies of #C10910
Complementary color
Monochromatic Colors of #C10910
Black with #C10910
Text Example
Text Example
White with #C10910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10910; }
p { color: rgb(193,9,16); }
H1.HeaderClassName
{
color: #C10910;
}
.AnyTagClassName
{
color: #C10910;
}
</style>
background-color css
<style>
a { background-color: #C10910; }
a { background-color: rgb(193,9,16); }
div.DivClassName
{
background-color: #C10910;
}
.BgClassName
{
background-color: #C10910;
}
</style>
border-color css
<style>
span { border-color: #C10910; }
span { border-color: rgb(193,9,16); }
td.TdClassName
{
border-color: #C10910;
}
.TagClassName
{
border-color: #C10910;
}
</style>