Shades of Venetian Red #E50415
Tints of Venetian Red #E50415
RGB
CMYK
RGB Variations
Color information
#E50415 (or 0xE50415) is known color: Venetian Red. HEX triplet: E5, 04 and 15. RGB value is (229,4,21). Sum of RGB (Red+Green+Blue) = 229+4+21=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50415 is #1AFBEA. Grayscale: #494949. Windows color (decimal): -1768427 or 1377509. OLE color: 1377509.
HSL color Cylindrical-coordinate representation of color #E50415: hue angle of 355.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50415 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.10 |
| HSL | 355.47º | 0.97% | 0.46% | - |
| HSV(B) | 355.47º | 0.98% | 0.9% | - |
| XYZ | 32.49 | 16.8 | 2.24 | - |
| YUV | 73.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 21 | 0 | 0.98 | 0.91 | 0.10 | 355.47 | 0.97 | 0.46 |
| Hex | E5 | 4 | 15 | 0 | 62 | 5B | A | 163 | 61 | 2E |
| Octal | 345 | 4 | 25 | 0 | 142 | 133 | 12 | 543 | 141 | 56 |
| Binary | 11100101 | 100 | 10101 | 0 | 1100010 | 1011011 | 1010 | 101100011 | 1100001 | 101110 |
Color Harmonies of #E50415
Complementary color
Monochromatic Colors of #E50415
Black with #E50415
Text Example
Text Example
White with #E50415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50415; }
p { color: rgb(229,4,21); }
H1.HeaderClassName
{
color: #E50415;
}
.AnyTagClassName
{
color: #E50415;
}
</style>
background-color css
<style>
a { background-color: #E50415; }
a { background-color: rgb(229,4,21); }
div.DivClassName
{
background-color: #E50415;
}
.BgClassName
{
background-color: #E50415;
}
</style>
border-color css
<style>
span { border-color: #E50415; }
span { border-color: rgb(229,4,21); }
td.TdClassName
{
border-color: #E50415;
}
.TagClassName
{
border-color: #E50415;
}
</style>