Shades of Venetian Red #E10407
Tints of Venetian Red #E10407
RGB
CMYK
RGB Variations
Color information
#E10407 (or 0xE10407) is known color: Venetian Red. HEX triplet: E1, 04 and 07. RGB value is (225,4,7). Sum of RGB (Red+Green+Blue) = 225+4+7=236 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.34% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 225 - color contains mainly: red. Hex color #E10407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10407 is #1EFBF8. Grayscale: #464646. Windows color (decimal): -2030585 or 460001. OLE color: 460001.
HSL color Cylindrical-coordinate representation of color #E10407: hue angle of 359.19º 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 #E10407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.12 |
| HSL | 359.19º | 0.97% | 0.45% | - |
| HSV(B) | 359.19º | 0.98% | 0.88% | - |
| XYZ | 31.13 | 16.11 | 1.67 | - |
| YUV | 70.42 | 92.22 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 7 | 0 | 0.98 | 0.97 | 0.12 | 359.19 | 0.97 | 0.45 |
| Hex | E1 | 4 | 7 | 0 | 62 | 61 | C | 167 | 61 | 2D |
| Octal | 341 | 4 | 7 | 0 | 142 | 141 | 14 | 547 | 141 | 55 |
| Binary | 11100001 | 100 | 111 | 0 | 1100010 | 1100001 | 1100 | 101100111 | 1100001 | 101101 |
Color Harmonies of #E10407
Complementary color
Monochromatic Colors of #E10407
Black with #E10407
Text Example
Text Example
White with #E10407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10407; }
p { color: rgb(225,4,7); }
H1.HeaderClassName
{
color: #E10407;
}
.AnyTagClassName
{
color: #E10407;
}
</style>
background-color css
<style>
a { background-color: #E10407; }
a { background-color: rgb(225,4,7); }
div.DivClassName
{
background-color: #E10407;
}
.BgClassName
{
background-color: #E10407;
}
</style>
border-color css
<style>
span { border-color: #E10407; }
span { border-color: rgb(225,4,7); }
td.TdClassName
{
border-color: #E10407;
}
.TagClassName
{
border-color: #E10407;
}
</style>