Shades of Venetian Red #C2000E
Tints of Venetian Red #C2000E
RGB
CMYK
RGB Variations
Color information
#C2000E (or 0xC2000E) is known color: Venetian Red. HEX triplet: C2, 00 and 0E. RGB value is (194,0,14). Sum of RGB (Red+Green+Blue) = 194+0+14=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000E is #3DFFF1. Grayscale: #3B3B3B. Windows color (decimal): -4063218 or 917698. OLE color: 917698.
HSL color Cylindrical-coordinate representation of color #C2000E: hue angle of 355.67º 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 #C2000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.24 |
| HSL | 355.67º | 1% | 0.38% | - |
| HSV(B) | 355.67º | 1% | 0.76% | - |
| XYZ | 22.33 | 11.5 | 1.46 | - |
| YUV | 59.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 14 | 0 | 1 | 0.93 | 0.24 | 355.67 | 1 | 0.38 |
| Hex | C2 | 0 | E | 0 | 64 | 5D | 18 | 164 | 64 | 26 |
| Octal | 302 | 0 | 16 | 0 | 144 | 135 | 30 | 544 | 144 | 46 |
| Binary | 11000010 | 0 | 1110 | 0 | 1100100 | 1011101 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C2000E
Complementary color
Monochromatic Colors of #C2000E
Black with #C2000E
Text Example
Text Example
White with #C2000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2000E; }
p { color: rgb(194,0,14); }
H1.HeaderClassName
{
color: #C2000E;
}
.AnyTagClassName
{
color: #C2000E;
}
</style>
background-color css
<style>
a { background-color: #C2000E; }
a { background-color: rgb(194,0,14); }
div.DivClassName
{
background-color: #C2000E;
}
.BgClassName
{
background-color: #C2000E;
}
</style>
border-color css
<style>
span { border-color: #C2000E; }
span { border-color: rgb(194,0,14); }
td.TdClassName
{
border-color: #C2000E;
}
.TagClassName
{
border-color: #C2000E;
}
</style>