Shades of Venetian Red #C10A11
Tints of Venetian Red #C10A11
RGB
CMYK
RGB Variations
Color information
#C10A11 (or 0xC10A11) is known color: Venetian Red. HEX triplet: C1, 0A and 11. RGB value is (193,10,17). Sum of RGB (Red+Green+Blue) = 193+10+17=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A11 is #3EF5EE. Grayscale: #414141. Windows color (decimal): -4126191 or 1116865. OLE color: 1116865.
HSL color Cylindrical-coordinate representation of color #C10A11: hue angle of 357.7º degrees, saturation: 0.9, 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 #C10A11 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 17 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.24 |
| HSL | 357.7º | 0.9% | 0.4% | - |
| HSV(B) | 357.7º | 0.95% | 0.76% | - |
| XYZ | 22.2 | 11.6 | 1.6 | - |
| YUV | 65.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 17 | 0 | 0.95 | 0.91 | 0.24 | 357.7 | 0.9 | 0.4 |
| Hex | C1 | A | 11 | 0 | 5F | 5B | 18 | 166 | 5A | 28 |
| Octal | 301 | 12 | 21 | 0 | 137 | 133 | 30 | 546 | 132 | 50 |
| Binary | 11000001 | 1010 | 10001 | 0 | 1011111 | 1011011 | 11000 | 101100110 | 1011010 | 101000 |
Color Harmonies of #C10A11
Complementary color
Monochromatic Colors of #C10A11
Black with #C10A11
Text Example
Text Example
White with #C10A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A11; }
p { color: rgb(193,10,17); }
H1.HeaderClassName
{
color: #C10A11;
}
.AnyTagClassName
{
color: #C10A11;
}
</style>
background-color css
<style>
a { background-color: #C10A11; }
a { background-color: rgb(193,10,17); }
div.DivClassName
{
background-color: #C10A11;
}
.BgClassName
{
background-color: #C10A11;
}
</style>
border-color css
<style>
span { border-color: #C10A11; }
span { border-color: rgb(193,10,17); }
td.TdClassName
{
border-color: #C10A11;
}
.TagClassName
{
border-color: #C10A11;
}
</style>