Shades of Venetian Red #C10111
Tints of Venetian Red #C10111
RGB
CMYK
RGB Variations
Color information
#C10111 (or 0xC10111) is known color: Venetian Red. HEX triplet: C1, 01 and 11. RGB value is (193,1,17). Sum of RGB (Red+Green+Blue) = 193+1+17=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C10111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10111 is #3EFEEE. Grayscale: #3C3C3C. Windows color (decimal): -4128495 or 1114561. OLE color: 1114561.
HSL color Cylindrical-coordinate representation of color #C10111: hue angle of 355º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10111 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.24 |
| HSL | 355º | 0.99% | 0.38% | - |
| HSV(B) | 355º | 0.99% | 0.76% | - |
| XYZ | 22.1 | 11.4 | 1.57 | - |
| YUV | 60.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 17 | 0 | 0.99 | 0.91 | 0.24 | 355 | 0.99 | 0.38 |
| Hex | C1 | 1 | 11 | 0 | 63 | 5B | 18 | 163 | 63 | 26 |
| Octal | 301 | 1 | 21 | 0 | 143 | 133 | 30 | 543 | 143 | 46 |
| Binary | 11000001 | 1 | 10001 | 0 | 1100011 | 1011011 | 11000 | 101100011 | 1100011 | 100110 |
Color Harmonies of #C10111
Complementary color
Monochromatic Colors of #C10111
Black with #C10111
Text Example
Text Example
White with #C10111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10111; }
p { color: rgb(193,1,17); }
H1.HeaderClassName
{
color: #C10111;
}
.AnyTagClassName
{
color: #C10111;
}
</style>
background-color css
<style>
a { background-color: #C10111; }
a { background-color: rgb(193,1,17); }
div.DivClassName
{
background-color: #C10111;
}
.BgClassName
{
background-color: #C10111;
}
</style>
border-color css
<style>
span { border-color: #C10111; }
span { border-color: rgb(193,1,17); }
td.TdClassName
{
border-color: #C10111;
}
.TagClassName
{
border-color: #C10111;
}
</style>