Shades of Venetian Red #E20518
Tints of Venetian Red #E20518
RGB
CMYK
RGB Variations
Color information
#E20518 (or 0xE20518) is known color: Venetian Red. HEX triplet: E2, 05 and 18. RGB value is (226,5,24). Sum of RGB (Red+Green+Blue) = 226+5+24=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E20518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20518 is #1DFAE7. Grayscale: #494949. Windows color (decimal): -1964776 or 1574370. OLE color: 1574370.
HSL color Cylindrical-coordinate representation of color #E20518: hue angle of 354.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20518 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.11 |
| HSL | 354.84º | 0.96% | 0.45% | - |
| HSV(B) | 354.84º | 0.98% | 0.89% | - |
| XYZ | 31.58 | 16.34 | 2.35 | - |
| YUV | 73.25 | 100.22 | 236.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 24 | 0 | 0.98 | 0.89 | 0.11 | 354.84 | 0.96 | 0.45 |
| Hex | E2 | 5 | 18 | 0 | 62 | 59 | B | 163 | 60 | 2D |
| Octal | 342 | 5 | 30 | 0 | 142 | 131 | 13 | 543 | 140 | 55 |
| Binary | 11100010 | 101 | 11000 | 0 | 1100010 | 1011001 | 1011 | 101100011 | 1100000 | 101101 |
Color Harmonies of #E20518
Complementary color
Monochromatic Colors of #E20518
Black with #E20518
Text Example
Text Example
White with #E20518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20518; }
p { color: rgb(226,5,24); }
H1.HeaderClassName
{
color: #E20518;
}
.AnyTagClassName
{
color: #E20518;
}
</style>
background-color css
<style>
a { background-color: #E20518; }
a { background-color: rgb(226,5,24); }
div.DivClassName
{
background-color: #E20518;
}
.BgClassName
{
background-color: #E20518;
}
</style>
border-color css
<style>
span { border-color: #E20518; }
span { border-color: rgb(226,5,24); }
td.TdClassName
{
border-color: #E20518;
}
.TagClassName
{
border-color: #E20518;
}
</style>