Shades of Venetian Red #E50008
Tints of Venetian Red #E50008
RGB
CMYK
RGB Variations
Color information
#E50008 (or 0xE50008) is known color: Venetian Red. HEX triplet: E5, 00 and 08. RGB value is (229,0,8). Sum of RGB (Red+Green+Blue) = 229+0+8=237 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.62% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 229 - color contains mainly: red. Hex color #E50008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50008 is #1AFFF7. Grayscale: #454545. Windows color (decimal): -1769464 or 524517. OLE color: 524517.
HSL color Cylindrical-coordinate representation of color #E50008: hue angle of 357.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50008 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.97 | 0.10 |
| HSL | 357.9º | 1% | 0.45% | - |
| HSV(B) | 357.9º | 1% | 0.9% | - |
| XYZ | 32.36 | 16.68 | 1.74 | - |
| YUV | 69.38 | 93.37 | 241.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 8 | 0 | 1 | 0.97 | 0.10 | 357.9 | 1 | 0.45 |
| Hex | E5 | 0 | 8 | 0 | 64 | 61 | A | 166 | 64 | 2D |
| Octal | 345 | 0 | 10 | 0 | 144 | 141 | 12 | 546 | 144 | 55 |
| Binary | 11100101 | 0 | 1000 | 0 | 1100100 | 1100001 | 1010 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E50008
Complementary color
Monochromatic Colors of #E50008
Black with #E50008
Text Example
Text Example
White with #E50008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50008; }
p { color: rgb(229,0,8); }
H1.HeaderClassName
{
color: #E50008;
}
.AnyTagClassName
{
color: #E50008;
}
</style>
background-color css
<style>
a { background-color: #E50008; }
a { background-color: rgb(229,0,8); }
div.DivClassName
{
background-color: #E50008;
}
.BgClassName
{
background-color: #E50008;
}
</style>
border-color css
<style>
span { border-color: #E50008; }
span { border-color: rgb(229,0,8); }
td.TdClassName
{
border-color: #E50008;
}
.TagClassName
{
border-color: #E50008;
}
</style>