Shades of Venetian Red #E00414
Tints of Venetian Red #E00414
RGB
CMYK
RGB Variations
Color information
#E00414 (or 0xE00414) is known color: Venetian Red. HEX triplet: E0, 04 and 14. RGB value is (224,4,20). Sum of RGB (Red+Green+Blue) = 224+4+20=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00414 is #1FFBEB. Grayscale: #474747. Windows color (decimal): -2096108 or 1311968. OLE color: 1311968.
HSL color Cylindrical-coordinate representation of color #E00414: hue angle of 355.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00414 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.12 |
| HSL | 355.64º | 0.96% | 0.45% | - |
| HSV(B) | 355.64º | 0.98% | 0.88% | - |
| XYZ | 30.91 | 15.98 | 2.12 | - |
| YUV | 71.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 20 | 0 | 0.98 | 0.91 | 0.12 | 355.64 | 0.96 | 0.45 |
| Hex | E0 | 4 | 14 | 0 | 62 | 5B | C | 164 | 60 | 2D |
| Octal | 340 | 4 | 24 | 0 | 142 | 133 | 14 | 544 | 140 | 55 |
| Binary | 11100000 | 100 | 10100 | 0 | 1100010 | 1011011 | 1100 | 101100100 | 1100000 | 101101 |
Color Harmonies of #E00414
Complementary color
Monochromatic Colors of #E00414
Black with #E00414
Text Example
Text Example
White with #E00414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00414; }
p { color: rgb(224,4,20); }
H1.HeaderClassName
{
color: #E00414;
}
.AnyTagClassName
{
color: #E00414;
}
</style>
background-color css
<style>
a { background-color: #E00414; }
a { background-color: rgb(224,4,20); }
div.DivClassName
{
background-color: #E00414;
}
.BgClassName
{
background-color: #E00414;
}
</style>
border-color css
<style>
span { border-color: #E00414; }
span { border-color: rgb(224,4,20); }
td.TdClassName
{
border-color: #E00414;
}
.TagClassName
{
border-color: #E00414;
}
</style>