Shades of Venetian Red #C10C22
Tints of Venetian Red #C10C22
RGB
CMYK
RGB Variations
Color information
#C10C22 (or 0xC10C22) is known color: Venetian Red. HEX triplet: C1, 0C and 22. RGB value is (193,12,34). Sum of RGB (Red+Green+Blue) = 193+12+34=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C22 is #3EF3DD. Grayscale: #444444. Windows color (decimal): -4125662 or 2231489. OLE color: 2231489.
HSL color Cylindrical-coordinate representation of color #C10C22: hue angle of 352.71º degrees, saturation: 0.88, 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 #C10C22 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 34 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.24 |
| HSL | 352.71º | 0.88% | 0.4% | - |
| HSV(B) | 352.71º | 0.94% | 0.76% | - |
| XYZ | 22.41 | 11.72 | 2.59 | - |
| YUV | 68.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 34 | 0 | 0.94 | 0.82 | 0.24 | 352.71 | 0.88 | 0.4 |
| Hex | C1 | C | 22 | 0 | 5E | 52 | 18 | 161 | 58 | 28 |
| Octal | 301 | 14 | 42 | 0 | 136 | 122 | 30 | 541 | 130 | 50 |
| Binary | 11000001 | 1100 | 100010 | 0 | 1011110 | 1010010 | 11000 | 101100001 | 1011000 | 101000 |
Color Harmonies of #C10C22
Complementary color
Monochromatic Colors of #C10C22
Black with #C10C22
Text Example
Text Example
White with #C10C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C22; }
p { color: rgb(193,12,34); }
H1.HeaderClassName
{
color: #C10C22;
}
.AnyTagClassName
{
color: #C10C22;
}
</style>
background-color css
<style>
a { background-color: #C10C22; }
a { background-color: rgb(193,12,34); }
div.DivClassName
{
background-color: #C10C22;
}
.BgClassName
{
background-color: #C10C22;
}
</style>
border-color css
<style>
span { border-color: #C10C22; }
span { border-color: rgb(193,12,34); }
td.TdClassName
{
border-color: #C10C22;
}
.TagClassName
{
border-color: #C10C22;
}
</style>