Shades of Venetian Red #E00A10
Tints of Venetian Red #E00A10
RGB
CMYK
RGB Variations
Color information
#E00A10 (or 0xE00A10) is known color: Venetian Red. HEX triplet: E0, 0A and 10. RGB value is (224,10,16). Sum of RGB (Red+Green+Blue) = 224+10+16=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A10 is #1FF5EF. Grayscale: #4A4A4A. Windows color (decimal): -2094576 or 1051360. OLE color: 1051360.
HSL color Cylindrical-coordinate representation of color #E00A10: hue angle of 358.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A10 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.12 |
| HSL | 358.32º | 0.91% | 0.46% | - |
| HSV(B) | 358.32º | 0.96% | 0.88% | - |
| XYZ | 30.94 | 16.1 | 1.97 | - |
| YUV | 74.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 16 | 0 | 0.96 | 0.93 | 0.12 | 358.32 | 0.91 | 0.46 |
| Hex | E0 | A | 10 | 0 | 60 | 5D | C | 166 | 5B | 2E |
| Octal | 340 | 12 | 20 | 0 | 140 | 135 | 14 | 546 | 133 | 56 |
| Binary | 11100000 | 1010 | 10000 | 0 | 1100000 | 1011101 | 1100 | 101100110 | 1011011 | 101110 |
Color Harmonies of #E00A10
Complementary color
Monochromatic Colors of #E00A10
Black with #E00A10
Text Example
Text Example
White with #E00A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A10; }
p { color: rgb(224,10,16); }
H1.HeaderClassName
{
color: #E00A10;
}
.AnyTagClassName
{
color: #E00A10;
}
</style>
background-color css
<style>
a { background-color: #E00A10; }
a { background-color: rgb(224,10,16); }
div.DivClassName
{
background-color: #E00A10;
}
.BgClassName
{
background-color: #E00A10;
}
</style>
border-color css
<style>
span { border-color: #E00A10; }
span { border-color: rgb(224,10,16); }
td.TdClassName
{
border-color: #E00A10;
}
.TagClassName
{
border-color: #E00A10;
}
</style>