Shades of Venetian Red #C10615
Tints of Venetian Red #C10615
RGB
CMYK
RGB Variations
Color information
#C10615 (or 0xC10615) is known color: Venetian Red. HEX triplet: C1, 06 and 15. RGB value is (193,6,21). Sum of RGB (Red+Green+Blue) = 193+6+21=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10615 is #3EF9EA. Grayscale: #3F3F3F. Windows color (decimal): -4127211 or 1377985. OLE color: 1377985.
HSL color Cylindrical-coordinate representation of color #C10615: hue angle of 355.19º degrees, saturation: 0.94, 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 #C10615 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 21 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.24 |
| HSL | 355.19º | 0.94% | 0.39% | - |
| HSV(B) | 355.19º | 0.97% | 0.76% | - |
| XYZ | 22.19 | 11.52 | 1.76 | - |
| YUV | 63.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 21 | 0 | 0.97 | 0.89 | 0.24 | 355.19 | 0.94 | 0.39 |
| Hex | C1 | 6 | 15 | 0 | 61 | 59 | 18 | 163 | 5E | 27 |
| Octal | 301 | 6 | 25 | 0 | 141 | 131 | 30 | 543 | 136 | 47 |
| Binary | 11000001 | 110 | 10101 | 0 | 1100001 | 1011001 | 11000 | 101100011 | 1011110 | 100111 |
Color Harmonies of #C10615
Complementary color
Monochromatic Colors of #C10615
Black with #C10615
Text Example
Text Example
White with #C10615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10615; }
p { color: rgb(193,6,21); }
H1.HeaderClassName
{
color: #C10615;
}
.AnyTagClassName
{
color: #C10615;
}
</style>
background-color css
<style>
a { background-color: #C10615; }
a { background-color: rgb(193,6,21); }
div.DivClassName
{
background-color: #C10615;
}
.BgClassName
{
background-color: #C10615;
}
</style>
border-color css
<style>
span { border-color: #C10615; }
span { border-color: rgb(193,6,21); }
td.TdClassName
{
border-color: #C10615;
}
.TagClassName
{
border-color: #C10615;
}
</style>