Shades of Venetian Red #C20013
Tints of Venetian Red #C20013
RGB
CMYK
RGB Variations
Color information
#C20013 (or 0xC20013) is known color: Venetian Red. HEX triplet: C2, 00 and 13. RGB value is (194,0,19). Sum of RGB (Red+Green+Blue) = 194+0+19=213 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.08% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 194 - color contains mainly: red. Hex color #C20013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20013 is #3DFFEC. Grayscale: #3C3C3C. Windows color (decimal): -4063213 or 1245378. OLE color: 1245378.
HSL color Cylindrical-coordinate representation of color #C20013: hue angle of 354.12º 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 #C20013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.24 |
| HSL | 354.12º | 1% | 0.38% | - |
| HSV(B) | 354.12º | 1% | 0.76% | - |
| XYZ | 22.37 | 11.52 | 1.66 | - |
| YUV | 60.17 | 104.77 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 19 | 0 | 1 | 0.90 | 0.24 | 354.12 | 1 | 0.38 |
| Hex | C2 | 0 | 13 | 0 | 64 | 5A | 18 | 162 | 64 | 26 |
| Octal | 302 | 0 | 23 | 0 | 144 | 132 | 30 | 542 | 144 | 46 |
| Binary | 11000010 | 0 | 10011 | 0 | 1100100 | 1011010 | 11000 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C20013
Complementary color
Monochromatic Colors of #C20013
Black with #C20013
Text Example
Text Example
White with #C20013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20013; }
p { color: rgb(194,0,19); }
H1.HeaderClassName
{
color: #C20013;
}
.AnyTagClassName
{
color: #C20013;
}
</style>
background-color css
<style>
a { background-color: #C20013; }
a { background-color: rgb(194,0,19); }
div.DivClassName
{
background-color: #C20013;
}
.BgClassName
{
background-color: #C20013;
}
</style>
border-color css
<style>
span { border-color: #C20013; }
span { border-color: rgb(194,0,19); }
td.TdClassName
{
border-color: #C20013;
}
.TagClassName
{
border-color: #C20013;
}
</style>