Shades of Venetian Red #E00018
Tints of Venetian Red #E00018
RGB
CMYK
RGB Variations
Color information
#E00018 (or 0xE00018) is known color: Venetian Red. HEX triplet: E0, 00 and 18. RGB value is (224,0,24). Sum of RGB (Red+Green+Blue) = 224+0+24=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00018 is #1FFFE7. Grayscale: #454545. Windows color (decimal): -2097128 or 1573088. OLE color: 1573088.
HSL color Cylindrical-coordinate representation of color #E00018: hue angle of 353.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00018 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.89 | 0.12 |
| HSL | 353.57º | 1% | 0.44% | - |
| HSV(B) | 353.57º | 1% | 0.88% | - |
| XYZ | 30.91 | 15.91 | 2.31 | - |
| YUV | 69.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 24 | 0 | 1 | 0.89 | 0.12 | 353.57 | 1 | 0.44 |
| Hex | E0 | 0 | 18 | 0 | 64 | 59 | C | 162 | 64 | 2C |
| Octal | 340 | 0 | 30 | 0 | 144 | 131 | 14 | 542 | 144 | 54 |
| Binary | 11100000 | 0 | 11000 | 0 | 1100100 | 1011001 | 1100 | 101100010 | 1100100 | 101100 |
Color Harmonies of #E00018
Complementary color
Monochromatic Colors of #E00018
Black with #E00018
Text Example
Text Example
White with #E00018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00018; }
p { color: rgb(224,0,24); }
H1.HeaderClassName
{
color: #E00018;
}
.AnyTagClassName
{
color: #E00018;
}
</style>
background-color css
<style>
a { background-color: #E00018; }
a { background-color: rgb(224,0,24); }
div.DivClassName
{
background-color: #E00018;
}
.BgClassName
{
background-color: #E00018;
}
</style>
border-color css
<style>
span { border-color: #E00018; }
span { border-color: rgb(224,0,24); }
td.TdClassName
{
border-color: #E00018;
}
.TagClassName
{
border-color: #E00018;
}
</style>