Shades of Venetian Red #C11113
Tints of Venetian Red #C11113
RGB
CMYK
RGB Variations
Color information
#C11113 (or 0xC11113) is known color: Venetian Red. HEX triplet: C1, 11 and 13. RGB value is (193,17,19). Sum of RGB (Red+Green+Blue) = 193+17+19=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C11113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11113 is #3EEEEC. Grayscale: #464646. Windows color (decimal): -4124397 or 1249729. OLE color: 1249729.
HSL color Cylindrical-coordinate representation of color #C11113: hue angle of 359.32º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11113 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.24 |
| HSL | 359.32º | 0.84% | 0.41% | - |
| HSV(B) | 359.32º | 0.91% | 0.76% | - |
| XYZ | 22.31 | 11.79 | 1.72 | - |
| YUV | 69.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 19 | 0 | 0.91 | 0.90 | 0.24 | 359.32 | 0.84 | 0.41 |
| Hex | C1 | 11 | 13 | 0 | 5B | 5A | 18 | 167 | 54 | 29 |
| Octal | 301 | 21 | 23 | 0 | 133 | 132 | 30 | 547 | 124 | 51 |
| Binary | 11000001 | 10001 | 10011 | 0 | 1011011 | 1011010 | 11000 | 101100111 | 1010100 | 101001 |
Color Harmonies of #C11113
Complementary color
Monochromatic Colors of #C11113
Black with #C11113
Text Example
Text Example
White with #C11113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11113; }
p { color: rgb(193,17,19); }
H1.HeaderClassName
{
color: #C11113;
}
.AnyTagClassName
{
color: #C11113;
}
</style>
background-color css
<style>
a { background-color: #C11113; }
a { background-color: rgb(193,17,19); }
div.DivClassName
{
background-color: #C11113;
}
.BgClassName
{
background-color: #C11113;
}
</style>
border-color css
<style>
span { border-color: #C11113; }
span { border-color: rgb(193,17,19); }
td.TdClassName
{
border-color: #C11113;
}
.TagClassName
{
border-color: #C11113;
}
</style>