Shades of Venetian Red #E50D0E
Tints of Venetian Red #E50D0E
RGB
CMYK
RGB Variations
Color information
#E50D0E (or 0xE50D0E) is known color: Venetian Red. HEX triplet: E5, 0D and 0E. RGB value is (229,13,14). Sum of RGB (Red+Green+Blue) = 229+13+14=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50D0E is #1AF2F1. Grayscale: #4D4D4D. Windows color (decimal): -1766130 or 921061. OLE color: 921061.
HSL color Cylindrical-coordinate representation of color #E50D0E: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.10 |
| HSL | 359.72º | 0.89% | 0.47% | - |
| HSV(B) | 359.72º | 0.94% | 0.9% | - |
| XYZ | 32.54 | 16.98 | 1.98 | - |
| YUV | 77.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 14 | 0 | 0.94 | 0.94 | 0.10 | 359.72 | 0.89 | 0.47 |
| Hex | E5 | D | E | 0 | 5E | 5E | A | 168 | 59 | 2F |
| Octal | 345 | 15 | 16 | 0 | 136 | 136 | 12 | 550 | 131 | 57 |
| Binary | 11100101 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1010 | 101101000 | 1011001 | 101111 |
Color Harmonies of #E50D0E
Complementary color
Monochromatic Colors of #E50D0E
Black with #E50D0E
Text Example
Text Example
White with #E50D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D0E; }
p { color: rgb(229,13,14); }
H1.HeaderClassName
{
color: #E50D0E;
}
.AnyTagClassName
{
color: #E50D0E;
}
</style>
background-color css
<style>
a { background-color: #E50D0E; }
a { background-color: rgb(229,13,14); }
div.DivClassName
{
background-color: #E50D0E;
}
.BgClassName
{
background-color: #E50D0E;
}
</style>
border-color css
<style>
span { border-color: #E50D0E; }
span { border-color: rgb(229,13,14); }
td.TdClassName
{
border-color: #E50D0E;
}
.TagClassName
{
border-color: #E50D0E;
}
</style>