Shades of Venetian Red #C8080E
Tints of Venetian Red #C8080E
RGB
CMYK
RGB Variations
Color information
#C8080E (or 0xC8080E) is known color: Venetian Red. HEX triplet: C8, 08 and 0E. RGB value is (200,8,14). Sum of RGB (Red+Green+Blue) = 200+8+14=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C8080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8080E is #37F7F1. Grayscale: #424242. Windows color (decimal): -3667954 or 919752. OLE color: 919752.
HSL color Cylindrical-coordinate representation of color #C8080E: hue angle of 358.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.22 |
| HSL | 358.13º | 0.92% | 0.41% | - |
| HSV(B) | 358.13º | 0.96% | 0.78% | - |
| XYZ | 23.99 | 12.48 | 1.56 | - |
| YUV | 66.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 14 | 0 | 0.96 | 0.93 | 0.22 | 358.13 | 0.92 | 0.41 |
| Hex | C8 | 8 | E | 0 | 60 | 5D | 16 | 166 | 5C | 29 |
| Octal | 310 | 10 | 16 | 0 | 140 | 135 | 26 | 546 | 134 | 51 |
| Binary | 11001000 | 1000 | 1110 | 0 | 1100000 | 1011101 | 10110 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C8080E
Complementary color
Monochromatic Colors of #C8080E
Black with #C8080E
Text Example
Text Example
White with #C8080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8080E; }
p { color: rgb(200,8,14); }
H1.HeaderClassName
{
color: #C8080E;
}
.AnyTagClassName
{
color: #C8080E;
}
</style>
background-color css
<style>
a { background-color: #C8080E; }
a { background-color: rgb(200,8,14); }
div.DivClassName
{
background-color: #C8080E;
}
.BgClassName
{
background-color: #C8080E;
}
</style>
border-color css
<style>
span { border-color: #C8080E; }
span { border-color: rgb(200,8,14); }
td.TdClassName
{
border-color: #C8080E;
}
.TagClassName
{
border-color: #C8080E;
}
</style>