Shades of Venetian Red #C10C0D
Tints of Venetian Red #C10C0D
RGB
CMYK
RGB Variations
Color information
#C10C0D (or 0xC10C0D) is known color: Venetian Red. HEX triplet: C1, 0C and 0D. RGB value is (193,12,13). Sum of RGB (Red+Green+Blue) = 193+12+13=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C0D is #3EF3F2. Grayscale: #424242. Windows color (decimal): -4125683 or 855233. OLE color: 855233.
HSL color Cylindrical-coordinate representation of color #C10C0D: hue angle of 359.67º 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 #C10C0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.24 |
| HSL | 359.67º | 0.88% | 0.4% | - |
| HSV(B) | 359.67º | 0.94% | 0.76% | - |
| XYZ | 22.2 | 11.63 | 1.46 | - |
| YUV | 66.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 13 | 0 | 0.94 | 0.93 | 0.24 | 359.67 | 0.88 | 0.4 |
| Hex | C1 | C | D | 0 | 5E | 5D | 18 | 168 | 58 | 28 |
| Octal | 301 | 14 | 15 | 0 | 136 | 135 | 30 | 550 | 130 | 50 |
| Binary | 11000001 | 1100 | 1101 | 0 | 1011110 | 1011101 | 11000 | 101101000 | 1011000 | 101000 |
Color Harmonies of #C10C0D
Complementary color
Monochromatic Colors of #C10C0D
Black with #C10C0D
Text Example
Text Example
White with #C10C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C0D; }
p { color: rgb(193,12,13); }
H1.HeaderClassName
{
color: #C10C0D;
}
.AnyTagClassName
{
color: #C10C0D;
}
</style>
background-color css
<style>
a { background-color: #C10C0D; }
a { background-color: rgb(193,12,13); }
div.DivClassName
{
background-color: #C10C0D;
}
.BgClassName
{
background-color: #C10C0D;
}
</style>
border-color css
<style>
span { border-color: #C10C0D; }
span { border-color: rgb(193,12,13); }
td.TdClassName
{
border-color: #C10C0D;
}
.TagClassName
{
border-color: #C10C0D;
}
</style>