Shades of Venetian Red #E10507
Tints of Venetian Red #E10507
RGB
CMYK
RGB Variations
Color information
#E10507 (or 0xE10507) is known color: Venetian Red. HEX triplet: E1, 05 and 07. RGB value is (225,5,7). Sum of RGB (Red+Green+Blue) = 225+5+7=237 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.94% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 225 - color contains mainly: red. Hex color #E10507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10507 is #1EFAF8. Grayscale: #474747. Windows color (decimal): -2030329 or 460257. OLE color: 460257.
HSL color Cylindrical-coordinate representation of color #E10507: hue angle of 359.45º 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 #E10507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.12 |
| HSL | 359.45º | 0.96% | 0.45% | - |
| HSV(B) | 359.45º | 0.98% | 0.88% | - |
| XYZ | 31.14 | 16.13 | 1.67 | - |
| YUV | 71.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 7 | 0 | 0.98 | 0.97 | 0.12 | 359.45 | 0.96 | 0.45 |
| Hex | E1 | 5 | 7 | 0 | 62 | 61 | C | 167 | 60 | 2D |
| Octal | 341 | 5 | 7 | 0 | 142 | 141 | 14 | 547 | 140 | 55 |
| Binary | 11100001 | 101 | 111 | 0 | 1100010 | 1100001 | 1100 | 101100111 | 1100000 | 101101 |
Color Harmonies of #E10507
Complementary color
Monochromatic Colors of #E10507
Black with #E10507
Text Example
Text Example
White with #E10507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10507; }
p { color: rgb(225,5,7); }
H1.HeaderClassName
{
color: #E10507;
}
.AnyTagClassName
{
color: #E10507;
}
</style>
background-color css
<style>
a { background-color: #E10507; }
a { background-color: rgb(225,5,7); }
div.DivClassName
{
background-color: #E10507;
}
.BgClassName
{
background-color: #E10507;
}
</style>
border-color css
<style>
span { border-color: #E10507; }
span { border-color: rgb(225,5,7); }
td.TdClassName
{
border-color: #E10507;
}
.TagClassName
{
border-color: #E10507;
}
</style>