Shades of Venetian Red #C11018
Tints of Venetian Red #C11018
RGB
CMYK
RGB Variations
Color information
#C11018 (or 0xC11018) is known color: Venetian Red. HEX triplet: C1, 10 and 18. RGB value is (193,16,24). Sum of RGB (Red+Green+Blue) = 193+16+24=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C11018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11018 is #3EEFE7. Grayscale: #454545. Windows color (decimal): -4124648 or 1577153. OLE color: 1577153.
HSL color Cylindrical-coordinate representation of color #C11018: hue angle of 357.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11018 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 24 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.24 |
| HSL | 357.29º | 0.85% | 0.41% | - |
| HSV(B) | 357.29º | 0.92% | 0.76% | - |
| XYZ | 22.34 | 11.77 | 1.96 | - |
| YUV | 69.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 24 | 0 | 0.92 | 0.88 | 0.24 | 357.29 | 0.85 | 0.41 |
| Hex | C1 | 10 | 18 | 0 | 5C | 58 | 18 | 165 | 55 | 29 |
| Octal | 301 | 20 | 30 | 0 | 134 | 130 | 30 | 545 | 125 | 51 |
| Binary | 11000001 | 10000 | 11000 | 0 | 1011100 | 1011000 | 11000 | 101100101 | 1010101 | 101001 |
Color Harmonies of #C11018
Complementary color
Monochromatic Colors of #C11018
Black with #C11018
Text Example
Text Example
White with #C11018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11018; }
p { color: rgb(193,16,24); }
H1.HeaderClassName
{
color: #C11018;
}
.AnyTagClassName
{
color: #C11018;
}
</style>
background-color css
<style>
a { background-color: #C11018; }
a { background-color: rgb(193,16,24); }
div.DivClassName
{
background-color: #C11018;
}
.BgClassName
{
background-color: #C11018;
}
</style>
border-color css
<style>
span { border-color: #C11018; }
span { border-color: rgb(193,16,24); }
td.TdClassName
{
border-color: #C11018;
}
.TagClassName
{
border-color: #C11018;
}
</style>