Shades of Venetian Red #E10506
Tints of Venetian Red #E10506
RGB
CMYK
RGB Variations
Color information
#E10506 (or 0xE10506) is known color: Venetian Red. HEX triplet: E1, 05 and 06. RGB value is (225,5,6). Sum of RGB (Red+Green+Blue) = 225+5+6=236 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.34% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 225 - color contains mainly: red. Hex color #E10506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10506 is #1EFAF9. Grayscale: #474747. Windows color (decimal): -2030330 or 394721. OLE color: 394721.
HSL color Cylindrical-coordinate representation of color #E10506: hue angle of 359.73º degrees, saturation: 0.96, 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 #E10506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.12 |
| HSL | 359.73º | 0.96% | 0.45% | - |
| HSV(B) | 359.73º | 0.98% | 0.88% | - |
| XYZ | 31.14 | 16.13 | 1.64 | - |
| YUV | 70.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 6 | 0 | 0.98 | 0.97 | 0.12 | 359.73 | 0.96 | 0.45 |
| Hex | E1 | 5 | 6 | 0 | 62 | 61 | C | 168 | 60 | 2D |
| Octal | 341 | 5 | 6 | 0 | 142 | 141 | 14 | 550 | 140 | 55 |
| Binary | 11100001 | 101 | 110 | 0 | 1100010 | 1100001 | 1100 | 101101000 | 1100000 | 101101 |
Color Harmonies of #E10506
Complementary color
Monochromatic Colors of #E10506
Black with #E10506
Text Example
Text Example
White with #E10506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10506; }
p { color: rgb(225,5,6); }
H1.HeaderClassName
{
color: #E10506;
}
.AnyTagClassName
{
color: #E10506;
}
</style>
background-color css
<style>
a { background-color: #E10506; }
a { background-color: rgb(225,5,6); }
div.DivClassName
{
background-color: #E10506;
}
.BgClassName
{
background-color: #E10506;
}
</style>
border-color css
<style>
span { border-color: #E10506; }
span { border-color: rgb(225,5,6); }
td.TdClassName
{
border-color: #E10506;
}
.TagClassName
{
border-color: #E10506;
}
</style>