Shades of Venetian Red #E10418
Tints of Venetian Red #E10418
RGB
CMYK
RGB Variations
Color information
#E10418 (or 0xE10418) is known color: Venetian Red. HEX triplet: E1, 04 and 18. RGB value is (225,4,24). Sum of RGB (Red+Green+Blue) = 225+4+24=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E10418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10418 is #1EFBE7. Grayscale: #484848. Windows color (decimal): -2030568 or 1574113. OLE color: 1574113.
HSL color Cylindrical-coordinate representation of color #E10418: hue angle of 354.57º degrees, saturation: 0.97, 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 #E10418 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.12 |
| HSL | 354.57º | 0.97% | 0.45% | - |
| HSV(B) | 354.57º | 0.98% | 0.88% | - |
| XYZ | 31.26 | 16.16 | 2.34 | - |
| YUV | 72.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 24 | 0 | 0.98 | 0.89 | 0.12 | 354.57 | 0.97 | 0.45 |
| Hex | E1 | 4 | 18 | 0 | 62 | 59 | C | 163 | 61 | 2D |
| Octal | 341 | 4 | 30 | 0 | 142 | 131 | 14 | 543 | 141 | 55 |
| Binary | 11100001 | 100 | 11000 | 0 | 1100010 | 1011001 | 1100 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E10418
Complementary color
Monochromatic Colors of #E10418
Black with #E10418
Text Example
Text Example
White with #E10418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10418; }
p { color: rgb(225,4,24); }
H1.HeaderClassName
{
color: #E10418;
}
.AnyTagClassName
{
color: #E10418;
}
</style>
background-color css
<style>
a { background-color: #E10418; }
a { background-color: rgb(225,4,24); }
div.DivClassName
{
background-color: #E10418;
}
.BgClassName
{
background-color: #E10418;
}
</style>
border-color css
<style>
span { border-color: #E10418; }
span { border-color: rgb(225,4,24); }
td.TdClassName
{
border-color: #E10418;
}
.TagClassName
{
border-color: #E10418;
}
</style>