Shades of Venetian Red #C10217
Tints of Venetian Red #C10217
RGB
CMYK
RGB Variations
Color information
#C10217 (or 0xC10217) is known color: Venetian Red. HEX triplet: C1, 02 and 17. RGB value is (193,2,23). Sum of RGB (Red+Green+Blue) = 193+2+23=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10217 is #3EFDE8. Grayscale: #3D3D3D. Windows color (decimal): -4128233 or 1508033. OLE color: 1508033.
HSL color Cylindrical-coordinate representation of color #C10217: hue angle of 353.4º degrees, saturation: 0.98, 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 #C10217 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.24 |
| HSL | 353.4º | 0.98% | 0.38% | - |
| HSV(B) | 353.4º | 0.99% | 0.76% | - |
| XYZ | 22.17 | 11.44 | 1.85 | - |
| YUV | 61.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 23 | 0 | 0.99 | 0.88 | 0.24 | 353.4 | 0.98 | 0.38 |
| Hex | C1 | 2 | 17 | 0 | 63 | 58 | 18 | 161 | 62 | 26 |
| Octal | 301 | 2 | 27 | 0 | 143 | 130 | 30 | 541 | 142 | 46 |
| Binary | 11000001 | 10 | 10111 | 0 | 1100011 | 1011000 | 11000 | 101100001 | 1100010 | 100110 |
Color Harmonies of #C10217
Complementary color
Monochromatic Colors of #C10217
Black with #C10217
Text Example
Text Example
White with #C10217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10217; }
p { color: rgb(193,2,23); }
H1.HeaderClassName
{
color: #C10217;
}
.AnyTagClassName
{
color: #C10217;
}
</style>
background-color css
<style>
a { background-color: #C10217; }
a { background-color: rgb(193,2,23); }
div.DivClassName
{
background-color: #C10217;
}
.BgClassName
{
background-color: #C10217;
}
</style>
border-color css
<style>
span { border-color: #C10217; }
span { border-color: rgb(193,2,23); }
td.TdClassName
{
border-color: #C10217;
}
.TagClassName
{
border-color: #C10217;
}
</style>