Shades of Venetian Red #E00813
Tints of Venetian Red #E00813
RGB
CMYK
RGB Variations
Color information
#E00813 (or 0xE00813) is known color: Venetian Red. HEX triplet: E0, 08 and 13. RGB value is (224,8,19). Sum of RGB (Red+Green+Blue) = 224+8+19=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00813 is #1FF7EC. Grayscale: #4A4A4A. Windows color (decimal): -2095085 or 1247456. OLE color: 1247456.
HSL color Cylindrical-coordinate representation of color #E00813: hue angle of 356.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00813 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 19 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.12 |
| HSL | 356.94º | 0.93% | 0.45% | - |
| HSV(B) | 356.94º | 0.96% | 0.88% | - |
| XYZ | 30.94 | 16.07 | 2.09 | - |
| YUV | 73.84 | 97.06 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 19 | 0 | 0.96 | 0.92 | 0.12 | 356.94 | 0.93 | 0.45 |
| Hex | E0 | 8 | 13 | 0 | 60 | 5C | C | 165 | 5D | 2D |
| Octal | 340 | 10 | 23 | 0 | 140 | 134 | 14 | 545 | 135 | 55 |
| Binary | 11100000 | 1000 | 10011 | 0 | 1100000 | 1011100 | 1100 | 101100101 | 1011101 | 101101 |
Color Harmonies of #E00813
Complementary color
Monochromatic Colors of #E00813
Black with #E00813
Text Example
Text Example
White with #E00813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00813; }
p { color: rgb(224,8,19); }
H1.HeaderClassName
{
color: #E00813;
}
.AnyTagClassName
{
color: #E00813;
}
</style>
background-color css
<style>
a { background-color: #E00813; }
a { background-color: rgb(224,8,19); }
div.DivClassName
{
background-color: #E00813;
}
.BgClassName
{
background-color: #E00813;
}
</style>
border-color css
<style>
span { border-color: #E00813; }
span { border-color: rgb(224,8,19); }
td.TdClassName
{
border-color: #E00813;
}
.TagClassName
{
border-color: #E00813;
}
</style>