Shades of Venetian Red #C8060E
Tints of Venetian Red #C8060E
RGB
CMYK
RGB Variations
Color information
#C8060E (or 0xC8060E) is known color: Venetian Red. HEX triplet: C8, 06 and 0E. RGB value is (200,6,14). Sum of RGB (Red+Green+Blue) = 200+6+14=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C8060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8060E is #37F9F1. Grayscale: #414141. Windows color (decimal): -3668466 or 919240. OLE color: 919240.
HSL color Cylindrical-coordinate representation of color #C8060E: hue angle of 357.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.22 |
| HSL | 357.53º | 0.94% | 0.4% | - |
| HSV(B) | 357.53º | 0.97% | 0.78% | - |
| XYZ | 23.96 | 12.44 | 1.55 | - |
| YUV | 64.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 14 | 0 | 0.97 | 0.93 | 0.22 | 357.53 | 0.94 | 0.4 |
| Hex | C8 | 6 | E | 0 | 61 | 5D | 16 | 166 | 5E | 28 |
| Octal | 310 | 6 | 16 | 0 | 141 | 135 | 26 | 546 | 136 | 50 |
| Binary | 11001000 | 110 | 1110 | 0 | 1100001 | 1011101 | 10110 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C8060E
Complementary color
Monochromatic Colors of #C8060E
Black with #C8060E
Text Example
Text Example
White with #C8060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8060E; }
p { color: rgb(200,6,14); }
H1.HeaderClassName
{
color: #C8060E;
}
.AnyTagClassName
{
color: #C8060E;
}
</style>
background-color css
<style>
a { background-color: #C8060E; }
a { background-color: rgb(200,6,14); }
div.DivClassName
{
background-color: #C8060E;
}
.BgClassName
{
background-color: #C8060E;
}
</style>
border-color css
<style>
span { border-color: #C8060E; }
span { border-color: rgb(200,6,14); }
td.TdClassName
{
border-color: #C8060E;
}
.TagClassName
{
border-color: #C8060E;
}
</style>