Shades of Venetian Red #E1000A
Tints of Venetian Red #E1000A
RGB
CMYK
RGB Variations
Color information
#E1000A (or 0xE1000A) is known color: Venetian Red. HEX triplet: E1, 00 and 0A. RGB value is (225,0,10). Sum of RGB (Red+Green+Blue) = 225+0+10=235 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.74% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 225 - color contains mainly: red. Hex color #E1000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1000A is #1EFFF5. Grayscale: #444444. Windows color (decimal): -2031606 or 655585. OLE color: 655585.
HSL color Cylindrical-coordinate representation of color #E1000A: hue angle of 357.33º 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 #E1000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.12 |
| HSL | 357.33º | 1% | 0.44% | - |
| HSV(B) | 357.33º | 1% | 0.88% | - |
| XYZ | 31.11 | 16.03 | 1.74 | - |
| YUV | 68.42 | 95.04 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 10 | 0 | 1 | 0.96 | 0.12 | 357.33 | 1 | 0.44 |
| Hex | E1 | 0 | A | 0 | 64 | 60 | C | 165 | 64 | 2C |
| Octal | 341 | 0 | 12 | 0 | 144 | 140 | 14 | 545 | 144 | 54 |
| Binary | 11100001 | 0 | 1010 | 0 | 1100100 | 1100000 | 1100 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E1000A
Complementary color
Monochromatic Colors of #E1000A
Black with #E1000A
Text Example
Text Example
White with #E1000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1000A; }
p { color: rgb(225,0,10); }
H1.HeaderClassName
{
color: #E1000A;
}
.AnyTagClassName
{
color: #E1000A;
}
</style>
background-color css
<style>
a { background-color: #E1000A; }
a { background-color: rgb(225,0,10); }
div.DivClassName
{
background-color: #E1000A;
}
.BgClassName
{
background-color: #E1000A;
}
</style>
border-color css
<style>
span { border-color: #E1000A; }
span { border-color: rgb(225,0,10); }
td.TdClassName
{
border-color: #E1000A;
}
.TagClassName
{
border-color: #E1000A;
}
</style>