Shades of Venetian Red #C10610
Tints of Venetian Red #C10610
RGB
CMYK
RGB Variations
Color information
#C10610 (or 0xC10610) is known color: Venetian Red. HEX triplet: C1, 06 and 10. RGB value is (193,6,16). Sum of RGB (Red+Green+Blue) = 193+6+16=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10610 is #3EF9EF. Grayscale: #3F3F3F. Windows color (decimal): -4127216 or 1050305. OLE color: 1050305.
HSL color Cylindrical-coordinate representation of color #C10610: hue angle of 356.79º 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 #C10610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.24 |
| HSL | 356.79º | 0.94% | 0.39% | - |
| HSV(B) | 356.79º | 0.97% | 0.76% | - |
| XYZ | 22.15 | 11.51 | 1.54 | - |
| YUV | 63.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 16 | 0 | 0.97 | 0.92 | 0.24 | 356.79 | 0.94 | 0.39 |
| Hex | C1 | 6 | 10 | 0 | 61 | 5C | 18 | 165 | 5E | 27 |
| Octal | 301 | 6 | 20 | 0 | 141 | 134 | 30 | 545 | 136 | 47 |
| Binary | 11000001 | 110 | 10000 | 0 | 1100001 | 1011100 | 11000 | 101100101 | 1011110 | 100111 |
Color Harmonies of #C10610
Complementary color
Monochromatic Colors of #C10610
Black with #C10610
Text Example
Text Example
White with #C10610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10610; }
p { color: rgb(193,6,16); }
H1.HeaderClassName
{
color: #C10610;
}
.AnyTagClassName
{
color: #C10610;
}
</style>
background-color css
<style>
a { background-color: #C10610; }
a { background-color: rgb(193,6,16); }
div.DivClassName
{
background-color: #C10610;
}
.BgClassName
{
background-color: #C10610;
}
</style>
border-color css
<style>
span { border-color: #C10610; }
span { border-color: rgb(193,6,16); }
td.TdClassName
{
border-color: #C10610;
}
.TagClassName
{
border-color: #C10610;
}
</style>