Shades of Venetian Red #E10415
Tints of Venetian Red #E10415
RGB
CMYK
RGB Variations
Color information
#E10415 (or 0xE10415) is known color: Venetian Red. HEX triplet: E1, 04 and 15. RGB value is (225,4,21). Sum of RGB (Red+Green+Blue) = 225+4+21=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10415 is #1EFBEA. Grayscale: #484848. Windows color (decimal): -2030571 or 1377505. OLE color: 1377505.
HSL color Cylindrical-coordinate representation of color #E10415: hue angle of 355.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10415 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.12 |
| HSL | 355.38º | 0.97% | 0.45% | - |
| HSV(B) | 355.38º | 0.98% | 0.88% | - |
| XYZ | 31.23 | 16.15 | 2.18 | - |
| YUV | 72.02 | 99.22 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 21 | 0 | 0.98 | 0.91 | 0.12 | 355.38 | 0.97 | 0.45 |
| Hex | E1 | 4 | 15 | 0 | 62 | 5B | C | 163 | 61 | 2D |
| Octal | 341 | 4 | 25 | 0 | 142 | 133 | 14 | 543 | 141 | 55 |
| Binary | 11100001 | 100 | 10101 | 0 | 1100010 | 1011011 | 1100 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E10415
Complementary color
Monochromatic Colors of #E10415
Black with #E10415
Text Example
Text Example
White with #E10415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10415; }
p { color: rgb(225,4,21); }
H1.HeaderClassName
{
color: #E10415;
}
.AnyTagClassName
{
color: #E10415;
}
</style>
background-color css
<style>
a { background-color: #E10415; }
a { background-color: rgb(225,4,21); }
div.DivClassName
{
background-color: #E10415;
}
.BgClassName
{
background-color: #E10415;
}
</style>
border-color css
<style>
span { border-color: #E10415; }
span { border-color: rgb(225,4,21); }
td.TdClassName
{
border-color: #E10415;
}
.TagClassName
{
border-color: #E10415;
}
</style>