Shades of Venetian Red #C10013
Tints of Venetian Red #C10013
RGB
CMYK
RGB Variations
Color information
#C10013 (or 0xC10013) is known color: Venetian Red. HEX triplet: C1, 00 and 13. RGB value is (193,0,19). Sum of RGB (Red+Green+Blue) = 193+0+19=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10013 is #3EFFEC. Grayscale: #3B3B3B. Windows color (decimal): -4128749 or 1245377. OLE color: 1245377.
HSL color Cylindrical-coordinate representation of color #C10013: hue angle of 354.09º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.24 |
| HSL | 354.09º | 1% | 0.38% | - |
| HSV(B) | 354.09º | 1% | 0.76% | - |
| XYZ | 22.11 | 11.38 | 1.65 | - |
| YUV | 59.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 19 | 0 | 1 | 0.90 | 0.24 | 354.09 | 1 | 0.38 |
| Hex | C1 | 0 | 13 | 0 | 64 | 5A | 18 | 162 | 64 | 26 |
| Octal | 301 | 0 | 23 | 0 | 144 | 132 | 30 | 542 | 144 | 46 |
| Binary | 11000001 | 0 | 10011 | 0 | 1100100 | 1011010 | 11000 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C10013
Complementary color
Monochromatic Colors of #C10013
Black with #C10013
Text Example
Text Example
White with #C10013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10013; }
p { color: rgb(193,0,19); }
H1.HeaderClassName
{
color: #C10013;
}
.AnyTagClassName
{
color: #C10013;
}
</style>
background-color css
<style>
a { background-color: #C10013; }
a { background-color: rgb(193,0,19); }
div.DivClassName
{
background-color: #C10013;
}
.BgClassName
{
background-color: #C10013;
}
</style>
border-color css
<style>
span { border-color: #C10013; }
span { border-color: rgb(193,0,19); }
td.TdClassName
{
border-color: #C10013;
}
.TagClassName
{
border-color: #C10013;
}
</style>