Shades of Venetian Red #E00D0E
Tints of Venetian Red #E00D0E
RGB
CMYK
RGB Variations
Color information
#E00D0E (or 0xE00D0E) is known color: Venetian Red. HEX triplet: E0, 0D and 0E. RGB value is (224,13,14). Sum of RGB (Red+Green+Blue) = 224+13+14=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00D0E is #1FF2F1. Grayscale: #4C4C4C. Windows color (decimal): -2093810 or 921056. OLE color: 921056.
HSL color Cylindrical-coordinate representation of color #E00D0E: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.12 |
| HSL | 359.72º | 0.89% | 0.46% | - |
| HSV(B) | 359.72º | 0.94% | 0.88% | - |
| XYZ | 30.96 | 16.17 | 1.9 | - |
| YUV | 76.2 | 92.9 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 14 | 0 | 0.94 | 0.94 | 0.12 | 359.72 | 0.89 | 0.46 |
| Hex | E0 | D | E | 0 | 5E | 5E | C | 168 | 59 | 2E |
| Octal | 340 | 15 | 16 | 0 | 136 | 136 | 14 | 550 | 131 | 56 |
| Binary | 11100000 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1100 | 101101000 | 1011001 | 101110 |
Color Harmonies of #E00D0E
Complementary color
Monochromatic Colors of #E00D0E
Black with #E00D0E
Text Example
Text Example
White with #E00D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D0E; }
p { color: rgb(224,13,14); }
H1.HeaderClassName
{
color: #E00D0E;
}
.AnyTagClassName
{
color: #E00D0E;
}
</style>
background-color css
<style>
a { background-color: #E00D0E; }
a { background-color: rgb(224,13,14); }
div.DivClassName
{
background-color: #E00D0E;
}
.BgClassName
{
background-color: #E00D0E;
}
</style>
border-color css
<style>
span { border-color: #E00D0E; }
span { border-color: rgb(224,13,14); }
td.TdClassName
{
border-color: #E00D0E;
}
.TagClassName
{
border-color: #E00D0E;
}
</style>