Shades of Venetian Red #E10004
Tints of Venetian Red #E10004
RGB
CMYK
RGB Variations
Color information
#E10004 (or 0xE10004) is known color: Venetian Red. HEX triplet: E1, 00 and 04. RGB value is (225,0,4). Sum of RGB (Red+Green+Blue) = 225+0+4=229 (30% of max value = 765). Red value is 225 (88.28% from 255 or 98.25% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 225 - color contains mainly: red. Hex color #E10004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10004 is #1EFFFB. Grayscale: #434343. Windows color (decimal): -2031612 or 262369. OLE color: 262369.
HSL color Cylindrical-coordinate representation of color #E10004: hue angle of 358.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.12 |
| HSL | 358.93º | 1% | 0.44% | - |
| HSV(B) | 358.93º | 1% | 0.88% | - |
| XYZ | 31.07 | 16.02 | 1.57 | - |
| YUV | 67.73 | 92.04 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 4 | 0 | 1 | 0.98 | 0.12 | 358.93 | 1 | 0.44 |
| Hex | E1 | 0 | 4 | 0 | 64 | 62 | C | 167 | 64 | 2C |
| Octal | 341 | 0 | 4 | 0 | 144 | 142 | 14 | 547 | 144 | 54 |
| Binary | 11100001 | 0 | 100 | 0 | 1100100 | 1100010 | 1100 | 101100111 | 1100100 | 101100 |
Color Harmonies of #E10004
Complementary color
Monochromatic Colors of #E10004
Black with #E10004
Text Example
Text Example
White with #E10004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10004; }
p { color: rgb(225,0,4); }
H1.HeaderClassName
{
color: #E10004;
}
.AnyTagClassName
{
color: #E10004;
}
</style>
background-color css
<style>
a { background-color: #E10004; }
a { background-color: rgb(225,0,4); }
div.DivClassName
{
background-color: #E10004;
}
.BgClassName
{
background-color: #E10004;
}
</style>
border-color css
<style>
span { border-color: #E10004; }
span { border-color: rgb(225,0,4); }
td.TdClassName
{
border-color: #E10004;
}
.TagClassName
{
border-color: #E10004;
}
</style>