Shades of Venetian Red #E00719
Tints of Venetian Red #E00719
RGB
CMYK
RGB Variations
Color information
#E00719 (or 0xE00719) is known color: Venetian Red. HEX triplet: E0, 07 and 19. RGB value is (224,7,25). Sum of RGB (Red+Green+Blue) = 224+7+25=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E00719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00719 is #1FF8E6. Grayscale: #4A4A4A. Windows color (decimal): -2095335 or 1640416. OLE color: 1640416.
HSL color Cylindrical-coordinate representation of color #E00719: hue angle of 355.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00719 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.12 |
| HSL | 355.02º | 0.94% | 0.45% | - |
| HSV(B) | 355.02º | 0.97% | 0.88% | - |
| XYZ | 30.99 | 16.07 | 2.39 | - |
| YUV | 73.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 25 | 0 | 0.97 | 0.89 | 0.12 | 355.02 | 0.94 | 0.45 |
| Hex | E0 | 7 | 19 | 0 | 61 | 59 | C | 163 | 5E | 2D |
| Octal | 340 | 7 | 31 | 0 | 141 | 131 | 14 | 543 | 136 | 55 |
| Binary | 11100000 | 111 | 11001 | 0 | 1100001 | 1011001 | 1100 | 101100011 | 1011110 | 101101 |
Color Harmonies of #E00719
Complementary color
Monochromatic Colors of #E00719
Black with #E00719
Text Example
Text Example
White with #E00719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00719; }
p { color: rgb(224,7,25); }
H1.HeaderClassName
{
color: #E00719;
}
.AnyTagClassName
{
color: #E00719;
}
</style>
background-color css
<style>
a { background-color: #E00719; }
a { background-color: rgb(224,7,25); }
div.DivClassName
{
background-color: #E00719;
}
.BgClassName
{
background-color: #E00719;
}
</style>
border-color css
<style>
span { border-color: #E00719; }
span { border-color: rgb(224,7,25); }
td.TdClassName
{
border-color: #E00719;
}
.TagClassName
{
border-color: #E00719;
}
</style>