Shades of Venetian Red #E4080E
Tints of Venetian Red #E4080E
RGB
CMYK
RGB Variations
Color information
#E4080E (or 0xE4080E) is known color: Venetian Red. HEX triplet: E4, 08 and 0E. RGB value is (228,8,14). Sum of RGB (Red+Green+Blue) = 228+8+14=250 (33% of max value = 765). Red value is 228 (89.45% from 255 or 91.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 228 - color contains mainly: red. Hex color #E4080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4080E is #1BF7F1. Grayscale: #4A4A4A. Windows color (decimal): -1832946 or 919780. OLE color: 919780.
HSL color Cylindrical-coordinate representation of color #E4080E: hue angle of 358.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.11 |
| HSL | 358.36º | 0.93% | 0.46% | - |
| HSV(B) | 358.36º | 0.96% | 0.89% | - |
| XYZ | 32.16 | 16.7 | 1.94 | - |
| YUV | 74.46 | 93.89 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 14 | 0 | 0.96 | 0.94 | 0.11 | 358.36 | 0.93 | 0.46 |
| Hex | E4 | 8 | E | 0 | 60 | 5E | B | 166 | 5D | 2E |
| Octal | 344 | 10 | 16 | 0 | 140 | 136 | 13 | 546 | 135 | 56 |
| Binary | 11100100 | 1000 | 1110 | 0 | 1100000 | 1011110 | 1011 | 101100110 | 1011101 | 101110 |
Color Harmonies of #E4080E
Complementary color
Monochromatic Colors of #E4080E
Black with #E4080E
Text Example
Text Example
White with #E4080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4080E; }
p { color: rgb(228,8,14); }
H1.HeaderClassName
{
color: #E4080E;
}
.AnyTagClassName
{
color: #E4080E;
}
</style>
background-color css
<style>
a { background-color: #E4080E; }
a { background-color: rgb(228,8,14); }
div.DivClassName
{
background-color: #E4080E;
}
.BgClassName
{
background-color: #E4080E;
}
</style>
border-color css
<style>
span { border-color: #E4080E; }
span { border-color: rgb(228,8,14); }
td.TdClassName
{
border-color: #E4080E;
}
.TagClassName
{
border-color: #E4080E;
}
</style>