Shades of Venetian Red #C10516
Tints of Venetian Red #C10516
RGB
CMYK
RGB Variations
Color information
#C10516 (or 0xC10516) is known color: Venetian Red. HEX triplet: C1, 05 and 16. RGB value is (193,5,22). Sum of RGB (Red+Green+Blue) = 193+5+22=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10516 is #3EFAE9. Grayscale: #3F3F3F. Windows color (decimal): -4127466 or 1443265. OLE color: 1443265.
HSL color Cylindrical-coordinate representation of color #C10516: hue angle of 354.57º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10516 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.24 |
| HSL | 354.57º | 0.95% | 0.39% | - |
| HSV(B) | 354.57º | 0.97% | 0.76% | - |
| XYZ | 22.19 | 11.5 | 1.81 | - |
| YUV | 63.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 22 | 0 | 0.97 | 0.89 | 0.24 | 354.57 | 0.95 | 0.39 |
| Hex | C1 | 5 | 16 | 0 | 61 | 59 | 18 | 163 | 5F | 27 |
| Octal | 301 | 5 | 26 | 0 | 141 | 131 | 30 | 543 | 137 | 47 |
| Binary | 11000001 | 101 | 10110 | 0 | 1100001 | 1011001 | 11000 | 101100011 | 1011111 | 100111 |
Color Harmonies of #C10516
Complementary color
Monochromatic Colors of #C10516
Black with #C10516
Text Example
Text Example
White with #C10516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10516; }
p { color: rgb(193,5,22); }
H1.HeaderClassName
{
color: #C10516;
}
.AnyTagClassName
{
color: #C10516;
}
</style>
background-color css
<style>
a { background-color: #C10516; }
a { background-color: rgb(193,5,22); }
div.DivClassName
{
background-color: #C10516;
}
.BgClassName
{
background-color: #C10516;
}
</style>
border-color css
<style>
span { border-color: #C10516; }
span { border-color: rgb(193,5,22); }
td.TdClassName
{
border-color: #C10516;
}
.TagClassName
{
border-color: #C10516;
}
</style>