Shades of Venetian Red #C10316
Tints of Venetian Red #C10316
RGB
CMYK
RGB Variations
Color information
#C10316 (or 0xC10316) is known color: Venetian Red. HEX triplet: C1, 03 and 16. RGB value is (193,3,22). Sum of RGB (Red+Green+Blue) = 193+3+22=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10316 is #3EFCE9. Grayscale: #3E3E3E. Windows color (decimal): -4127978 or 1442753. OLE color: 1442753.
HSL color Cylindrical-coordinate representation of color #C10316: hue angle of 354º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10316 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.24 |
| HSL | 354º | 0.97% | 0.38% | - |
| HSV(B) | 354º | 0.98% | 0.76% | - |
| XYZ | 22.17 | 11.46 | 1.8 | - |
| YUV | 61.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 22 | 0 | 0.98 | 0.89 | 0.24 | 354 | 0.97 | 0.38 |
| Hex | C1 | 3 | 16 | 0 | 62 | 59 | 18 | 162 | 61 | 26 |
| Octal | 301 | 3 | 26 | 0 | 142 | 131 | 30 | 542 | 141 | 46 |
| Binary | 11000001 | 11 | 10110 | 0 | 1100010 | 1011001 | 11000 | 101100010 | 1100001 | 100110 |
Color Harmonies of #C10316
Complementary color
Monochromatic Colors of #C10316
Black with #C10316
Text Example
Text Example
White with #C10316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10316; }
p { color: rgb(193,3,22); }
H1.HeaderClassName
{
color: #C10316;
}
.AnyTagClassName
{
color: #C10316;
}
</style>
background-color css
<style>
a { background-color: #C10316; }
a { background-color: rgb(193,3,22); }
div.DivClassName
{
background-color: #C10316;
}
.BgClassName
{
background-color: #C10316;
}
</style>
border-color css
<style>
span { border-color: #C10316; }
span { border-color: rgb(193,3,22); }
td.TdClassName
{
border-color: #C10316;
}
.TagClassName
{
border-color: #C10316;
}
</style>