Shades of Venetian Red #C10D13
Tints of Venetian Red #C10D13
RGB
CMYK
RGB Variations
Color information
#C10D13 (or 0xC10D13) is known color: Venetian Red. HEX triplet: C1, 0D and 13. RGB value is (193,13,19). Sum of RGB (Red+Green+Blue) = 193+13+19=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D13 is #3EF2EC. Grayscale: #434343. Windows color (decimal): -4125421 or 1248705. OLE color: 1248705.
HSL color Cylindrical-coordinate representation of color #C10D13: hue angle of 358º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 19 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.24 |
| HSL | 358º | 0.87% | 0.4% | - |
| HSV(B) | 358º | 0.93% | 0.76% | - |
| XYZ | 22.25 | 11.67 | 1.7 | - |
| YUV | 67.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 19 | 0 | 0.93 | 0.90 | 0.24 | 358 | 0.87 | 0.4 |
| Hex | C1 | D | 13 | 0 | 5D | 5A | 18 | 166 | 57 | 28 |
| Octal | 301 | 15 | 23 | 0 | 135 | 132 | 30 | 546 | 127 | 50 |
| Binary | 11000001 | 1101 | 10011 | 0 | 1011101 | 1011010 | 11000 | 101100110 | 1010111 | 101000 |
Color Harmonies of #C10D13
Complementary color
Monochromatic Colors of #C10D13
Black with #C10D13
Text Example
Text Example
White with #C10D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D13; }
p { color: rgb(193,13,19); }
H1.HeaderClassName
{
color: #C10D13;
}
.AnyTagClassName
{
color: #C10D13;
}
</style>
background-color css
<style>
a { background-color: #C10D13; }
a { background-color: rgb(193,13,19); }
div.DivClassName
{
background-color: #C10D13;
}
.BgClassName
{
background-color: #C10D13;
}
</style>
border-color css
<style>
span { border-color: #C10D13; }
span { border-color: rgb(193,13,19); }
td.TdClassName
{
border-color: #C10D13;
}
.TagClassName
{
border-color: #C10D13;
}
</style>