Shades of Venetian Red #C10B17
Tints of Venetian Red #C10B17
RGB
CMYK
RGB Variations
Color information
#C10B17 (or 0xC10B17) is known color: Venetian Red. HEX triplet: C1, 0B and 17. RGB value is (193,11,23). Sum of RGB (Red+Green+Blue) = 193+11+23=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B17 is #3EF4E8. Grayscale: #424242. Windows color (decimal): -4125929 or 1510337. OLE color: 1510337.
HSL color Cylindrical-coordinate representation of color #C10B17: hue angle of 356.04º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 23 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.24 |
| HSL | 356.04º | 0.89% | 0.4% | - |
| HSV(B) | 356.04º | 0.94% | 0.76% | - |
| XYZ | 22.27 | 11.64 | 1.88 | - |
| YUV | 66.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 23 | 0 | 0.94 | 0.88 | 0.24 | 356.04 | 0.89 | 0.4 |
| Hex | C1 | B | 17 | 0 | 5E | 58 | 18 | 164 | 59 | 28 |
| Octal | 301 | 13 | 27 | 0 | 136 | 130 | 30 | 544 | 131 | 50 |
| Binary | 11000001 | 1011 | 10111 | 0 | 1011110 | 1011000 | 11000 | 101100100 | 1011001 | 101000 |
Color Harmonies of #C10B17
Complementary color
Monochromatic Colors of #C10B17
Black with #C10B17
Text Example
Text Example
White with #C10B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B17; }
p { color: rgb(193,11,23); }
H1.HeaderClassName
{
color: #C10B17;
}
.AnyTagClassName
{
color: #C10B17;
}
</style>
background-color css
<style>
a { background-color: #C10B17; }
a { background-color: rgb(193,11,23); }
div.DivClassName
{
background-color: #C10B17;
}
.BgClassName
{
background-color: #C10B17;
}
</style>
border-color css
<style>
span { border-color: #C10B17; }
span { border-color: rgb(193,11,23); }
td.TdClassName
{
border-color: #C10B17;
}
.TagClassName
{
border-color: #C10B17;
}
</style>