Shades of Venetian Red #E80006
Tints of Venetian Red #E80006
RGB
CMYK
RGB Variations
Color information
#E80006 (or 0xE80006) is known color: Venetian Red. HEX triplet: E8, 00 and 06. RGB value is (232,0,6). Sum of RGB (Red+Green+Blue) = 232+0+6=238 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.48% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 232 - color contains mainly: red. Hex color #E80006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80006 is #17FFF9. Grayscale: #464646. Windows color (decimal): -1572858 or 393448. OLE color: 393448.
HSL color Cylindrical-coordinate representation of color #E80006: hue angle of 358.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.09 |
| HSL | 358.45º | 1% | 0.45% | - |
| HSV(B) | 358.45º | 1% | 0.91% | - |
| XYZ | 33.31 | 17.17 | 1.73 | - |
| YUV | 70.05 | 91.86 | 243.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 6 | 0 | 1 | 0.97 | 0.09 | 358.45 | 1 | 0.45 |
| Hex | E8 | 0 | 6 | 0 | 64 | 61 | 9 | 166 | 64 | 2D |
| Octal | 350 | 0 | 6 | 0 | 144 | 141 | 11 | 546 | 144 | 55 |
| Binary | 11101000 | 0 | 110 | 0 | 1100100 | 1100001 | 1001 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E80006
Complementary color
Monochromatic Colors of #E80006
Black with #E80006
Text Example
Text Example
White with #E80006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80006; }
p { color: rgb(232,0,6); }
H1.HeaderClassName
{
color: #E80006;
}
.AnyTagClassName
{
color: #E80006;
}
</style>
background-color css
<style>
a { background-color: #E80006; }
a { background-color: rgb(232,0,6); }
div.DivClassName
{
background-color: #E80006;
}
.BgClassName
{
background-color: #E80006;
}
</style>
border-color css
<style>
span { border-color: #E80006; }
span { border-color: rgb(232,0,6); }
td.TdClassName
{
border-color: #E80006;
}
.TagClassName
{
border-color: #E80006;
}
</style>