Shades of Venetian Red #E40008
Tints of Venetian Red #E40008
RGB
CMYK
RGB Variations
Color information
#E40008 (or 0xE40008) is known color: Venetian Red. HEX triplet: E4, 00 and 08. RGB value is (228,0,8). Sum of RGB (Red+Green+Blue) = 228+0+8=236 (31% of max value = 765). Red value is 228 (89.45% from 255 or 96.61% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 228 - color contains mainly: red. Hex color #E40008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40008 is #1BFFF7. Grayscale: #454545. Windows color (decimal): -1835000 or 524516. OLE color: 524516.
HSL color Cylindrical-coordinate representation of color #E40008: hue angle of 357.89º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.11 |
| HSL | 357.89º | 1% | 0.45% | - |
| HSV(B) | 357.89º | 1% | 0.89% | - |
| XYZ | 32.04 | 16.51 | 1.73 | - |
| YUV | 69.08 | 93.54 | 241.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 8 | 0 | 1 | 0.96 | 0.11 | 357.89 | 1 | 0.45 |
| Hex | E4 | 0 | 8 | 0 | 64 | 60 | B | 166 | 64 | 2D |
| Octal | 344 | 0 | 10 | 0 | 144 | 140 | 13 | 546 | 144 | 55 |
| Binary | 11100100 | 0 | 1000 | 0 | 1100100 | 1100000 | 1011 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E40008
Complementary color
Monochromatic Colors of #E40008
Black with #E40008
Text Example
Text Example
White with #E40008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40008; }
p { color: rgb(228,0,8); }
H1.HeaderClassName
{
color: #E40008;
}
.AnyTagClassName
{
color: #E40008;
}
</style>
background-color css
<style>
a { background-color: #E40008; }
a { background-color: rgb(228,0,8); }
div.DivClassName
{
background-color: #E40008;
}
.BgClassName
{
background-color: #E40008;
}
</style>
border-color css
<style>
span { border-color: #E40008; }
span { border-color: rgb(228,0,8); }
td.TdClassName
{
border-color: #E40008;
}
.TagClassName
{
border-color: #E40008;
}
</style>