Shades of Venetian Red #E00019
Tints of Venetian Red #E00019
RGB
CMYK
RGB Variations
Color information
#E00019 (or 0xE00019) is known color: Venetian Red. HEX triplet: E0, 00 and 19. RGB value is (224,0,25). Sum of RGB (Red+Green+Blue) = 224+0+25=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00019 is #1FFFE6. Grayscale: #454545. Windows color (decimal): -2097127 or 1638624. OLE color: 1638624.
HSL color Cylindrical-coordinate representation of color #E00019: hue angle of 353.3º 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 #E00019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.12 |
| HSL | 353.3º | 1% | 0.44% | - |
| HSV(B) | 353.3º | 1% | 0.88% | - |
| XYZ | 30.92 | 15.92 | 2.36 | - |
| YUV | 69.83 | 102.71 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 25 | 0 | 1 | 0.89 | 0.12 | 353.3 | 1 | 0.44 |
| Hex | E0 | 0 | 19 | 0 | 64 | 59 | C | 161 | 64 | 2C |
| Octal | 340 | 0 | 31 | 0 | 144 | 131 | 14 | 541 | 144 | 54 |
| Binary | 11100000 | 0 | 11001 | 0 | 1100100 | 1011001 | 1100 | 101100001 | 1100100 | 101100 |
Color Harmonies of #E00019
Complementary color
Monochromatic Colors of #E00019
Black with #E00019
Text Example
Text Example
White with #E00019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00019; }
p { color: rgb(224,0,25); }
H1.HeaderClassName
{
color: #E00019;
}
.AnyTagClassName
{
color: #E00019;
}
</style>
background-color css
<style>
a { background-color: #E00019; }
a { background-color: rgb(224,0,25); }
div.DivClassName
{
background-color: #E00019;
}
.BgClassName
{
background-color: #E00019;
}
</style>
border-color css
<style>
span { border-color: #E00019; }
span { border-color: rgb(224,0,25); }
td.TdClassName
{
border-color: #E00019;
}
.TagClassName
{
border-color: #E00019;
}
</style>