Shades of Venetian Red #C2080E
Tints of Venetian Red #C2080E
RGB
CMYK
RGB Variations
Color information
#C2080E (or 0xC2080E) is known color: Venetian Red. HEX triplet: C2, 08 and 0E. RGB value is (194,8,14). Sum of RGB (Red+Green+Blue) = 194+8+14=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C2080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2080E is #3DF7F1. Grayscale: #404040. Windows color (decimal): -4061170 or 919746. OLE color: 919746.
HSL color Cylindrical-coordinate representation of color #C2080E: hue angle of 358.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.24 |
| HSL | 358.06º | 0.92% | 0.4% | - |
| HSV(B) | 358.06º | 0.96% | 0.76% | - |
| XYZ | 22.41 | 11.67 | 1.49 | - |
| YUV | 64.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 14 | 0 | 0.96 | 0.93 | 0.24 | 358.06 | 0.92 | 0.4 |
| Hex | C2 | 8 | E | 0 | 60 | 5D | 18 | 166 | 5C | 28 |
| Octal | 302 | 10 | 16 | 0 | 140 | 135 | 30 | 546 | 134 | 50 |
| Binary | 11000010 | 1000 | 1110 | 0 | 1100000 | 1011101 | 11000 | 101100110 | 1011100 | 101000 |
Color Harmonies of #C2080E
Complementary color
Monochromatic Colors of #C2080E
Black with #C2080E
Text Example
Text Example
White with #C2080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2080E; }
p { color: rgb(194,8,14); }
H1.HeaderClassName
{
color: #C2080E;
}
.AnyTagClassName
{
color: #C2080E;
}
</style>
background-color css
<style>
a { background-color: #C2080E; }
a { background-color: rgb(194,8,14); }
div.DivClassName
{
background-color: #C2080E;
}
.BgClassName
{
background-color: #C2080E;
}
</style>
border-color css
<style>
span { border-color: #C2080E; }
span { border-color: rgb(194,8,14); }
td.TdClassName
{
border-color: #C2080E;
}
.TagClassName
{
border-color: #C2080E;
}
</style>