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