Shades of Venetian Red #E10915
Tints of Venetian Red #E10915
RGB
CMYK
RGB Variations
Color information
#E10915 (or 0xE10915) is known color: Venetian Red. HEX triplet: E1, 09 and 15. RGB value is (225,9,21). Sum of RGB (Red+Green+Blue) = 225+9+21=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E10915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10915 is #1EF6EA. Grayscale: #4B4B4B. Windows color (decimal): -2029291 or 1378785. OLE color: 1378785.
HSL color Cylindrical-coordinate representation of color #E10915: hue angle of 356.67º degrees, saturation: 0.92, 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 #E10915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.12 |
| HSL | 356.67º | 0.92% | 0.46% | - |
| HSV(B) | 356.67º | 0.96% | 0.88% | - |
| XYZ | 31.28 | 16.26 | 2.2 | - |
| YUV | 74.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 21 | 0 | 0.96 | 0.91 | 0.12 | 356.67 | 0.92 | 0.46 |
| Hex | E1 | 9 | 15 | 0 | 60 | 5B | C | 165 | 5C | 2E |
| Octal | 341 | 11 | 25 | 0 | 140 | 133 | 14 | 545 | 134 | 56 |
| Binary | 11100001 | 1001 | 10101 | 0 | 1100000 | 1011011 | 1100 | 101100101 | 1011100 | 101110 |
Color Harmonies of #E10915
Complementary color
Monochromatic Colors of #E10915
Black with #E10915
Text Example
Text Example
White with #E10915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10915; }
p { color: rgb(225,9,21); }
H1.HeaderClassName
{
color: #E10915;
}
.AnyTagClassName
{
color: #E10915;
}
</style>
background-color css
<style>
a { background-color: #E10915; }
a { background-color: rgb(225,9,21); }
div.DivClassName
{
background-color: #E10915;
}
.BgClassName
{
background-color: #E10915;
}
</style>
border-color css
<style>
span { border-color: #E10915; }
span { border-color: rgb(225,9,21); }
td.TdClassName
{
border-color: #E10915;
}
.TagClassName
{
border-color: #E10915;
}
</style>