Shades of Venetian Red #C10510
Tints of Venetian Red #C10510
RGB
CMYK
RGB Variations
Color information
#C10510 (or 0xC10510) is known color: Venetian Red. HEX triplet: C1, 05 and 10. RGB value is (193,5,16). Sum of RGB (Red+Green+Blue) = 193+5+16=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10510 is #3EFAEF. Grayscale: #3E3E3E. Windows color (decimal): -4127472 or 1050049. OLE color: 1050049.
HSL color Cylindrical-coordinate representation of color #C10510: hue angle of 356.49º degrees, saturation: 0.95, 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 #C10510 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.24 |
| HSL | 356.49º | 0.95% | 0.39% | - |
| HSV(B) | 356.49º | 0.97% | 0.76% | - |
| XYZ | 22.14 | 11.48 | 1.54 | - |
| YUV | 62.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 16 | 0 | 0.97 | 0.92 | 0.24 | 356.49 | 0.95 | 0.39 |
| Hex | C1 | 5 | 10 | 0 | 61 | 5C | 18 | 164 | 5F | 27 |
| Octal | 301 | 5 | 20 | 0 | 141 | 134 | 30 | 544 | 137 | 47 |
| Binary | 11000001 | 101 | 10000 | 0 | 1100001 | 1011100 | 11000 | 101100100 | 1011111 | 100111 |
Color Harmonies of #C10510
Complementary color
Monochromatic Colors of #C10510
Black with #C10510
Text Example
Text Example
White with #C10510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10510; }
p { color: rgb(193,5,16); }
H1.HeaderClassName
{
color: #C10510;
}
.AnyTagClassName
{
color: #C10510;
}
</style>
background-color css
<style>
a { background-color: #C10510; }
a { background-color: rgb(193,5,16); }
div.DivClassName
{
background-color: #C10510;
}
.BgClassName
{
background-color: #C10510;
}
</style>
border-color css
<style>
span { border-color: #C10510; }
span { border-color: rgb(193,5,16); }
td.TdClassName
{
border-color: #C10510;
}
.TagClassName
{
border-color: #C10510;
}
</style>