Shades of Venetian Red #C10115
Tints of Venetian Red #C10115
RGB
CMYK
RGB Variations
Color information
#C10115 (or 0xC10115) is known color: Venetian Red. HEX triplet: C1, 01 and 15. RGB value is (193,1,21). Sum of RGB (Red+Green+Blue) = 193+1+21=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10115 is #3EFEEA. Grayscale: #3C3C3C. Windows color (decimal): -4128491 or 1376705. OLE color: 1376705.
HSL color Cylindrical-coordinate representation of color #C10115: hue angle of 353.75º 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 #C10115 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.24 |
| HSL | 353.75º | 0.99% | 0.38% | - |
| HSV(B) | 353.75º | 0.99% | 0.76% | - |
| XYZ | 22.14 | 11.41 | 1.75 | - |
| YUV | 60.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 21 | 0 | 0.99 | 0.89 | 0.24 | 353.75 | 0.99 | 0.38 |
| Hex | C1 | 1 | 15 | 0 | 63 | 59 | 18 | 162 | 63 | 26 |
| Octal | 301 | 1 | 25 | 0 | 143 | 131 | 30 | 542 | 143 | 46 |
| Binary | 11000001 | 1 | 10101 | 0 | 1100011 | 1011001 | 11000 | 101100010 | 1100011 | 100110 |
Color Harmonies of #C10115
Complementary color
Monochromatic Colors of #C10115
Black with #C10115
Text Example
Text Example
White with #C10115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10115; }
p { color: rgb(193,1,21); }
H1.HeaderClassName
{
color: #C10115;
}
.AnyTagClassName
{
color: #C10115;
}
</style>
background-color css
<style>
a { background-color: #C10115; }
a { background-color: rgb(193,1,21); }
div.DivClassName
{
background-color: #C10115;
}
.BgClassName
{
background-color: #C10115;
}
</style>
border-color css
<style>
span { border-color: #C10115; }
span { border-color: rgb(193,1,21); }
td.TdClassName
{
border-color: #C10115;
}
.TagClassName
{
border-color: #C10115;
}
</style>