Shades of Venetian Red #C10915
Tints of Venetian Red #C10915
RGB
CMYK
RGB Variations
Color information
#C10915 (or 0xC10915) is known color: Venetian Red. HEX triplet: C1, 09 and 15. RGB value is (193,9,21). Sum of RGB (Red+Green+Blue) = 193+9+21=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C10915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10915 is #3EF6EA. Grayscale: #414141. Windows color (decimal): -4126443 or 1378753. OLE color: 1378753.
HSL color Cylindrical-coordinate representation of color #C10915: hue angle of 356.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.24 |
| HSL | 356.09º | 0.91% | 0.4% | - |
| HSV(B) | 356.09º | 0.95% | 0.76% | - |
| XYZ | 22.23 | 11.59 | 1.77 | - |
| YUV | 65.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 21 | 0 | 0.95 | 0.89 | 0.24 | 356.09 | 0.91 | 0.4 |
| Hex | C1 | 9 | 15 | 0 | 5F | 59 | 18 | 164 | 5B | 28 |
| Octal | 301 | 11 | 25 | 0 | 137 | 131 | 30 | 544 | 133 | 50 |
| Binary | 11000001 | 1001 | 10101 | 0 | 1011111 | 1011001 | 11000 | 101100100 | 1011011 | 101000 |
Color Harmonies of #C10915
Complementary color
Monochromatic Colors of #C10915
Black with #C10915
Text Example
Text Example
White with #C10915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10915; }
p { color: rgb(193,9,21); }
H1.HeaderClassName
{
color: #C10915;
}
.AnyTagClassName
{
color: #C10915;
}
</style>
background-color css
<style>
a { background-color: #C10915; }
a { background-color: rgb(193,9,21); }
div.DivClassName
{
background-color: #C10915;
}
.BgClassName
{
background-color: #C10915;
}
</style>
border-color css
<style>
span { border-color: #C10915; }
span { border-color: rgb(193,9,21); }
td.TdClassName
{
border-color: #C10915;
}
.TagClassName
{
border-color: #C10915;
}
</style>