Shades of Venetian Red #E00010
Tints of Venetian Red #E00010
RGB
CMYK
RGB Variations
Color information
#E00010 (or 0xE00010) is known color: Venetian Red. HEX triplet: E0, 00 and 10. RGB value is (224,0,16). Sum of RGB (Red+Green+Blue) = 224+0+16=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E00010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00010 is #1FFFEF. Grayscale: #444444. Windows color (decimal): -2097136 or 1048800. OLE color: 1048800.
HSL color Cylindrical-coordinate representation of color #E00010: hue angle of 355.71º 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 #E00010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.12 |
| HSL | 355.71º | 1% | 0.44% | - |
| HSV(B) | 355.71º | 1% | 0.88% | - |
| XYZ | 30.83 | 15.88 | 1.93 | - |
| YUV | 68.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 16 | 0 | 1 | 0.93 | 0.12 | 355.71 | 1 | 0.44 |
| Hex | E0 | 0 | 10 | 0 | 64 | 5D | C | 164 | 64 | 2C |
| Octal | 340 | 0 | 20 | 0 | 144 | 135 | 14 | 544 | 144 | 54 |
| Binary | 11100000 | 0 | 10000 | 0 | 1100100 | 1011101 | 1100 | 101100100 | 1100100 | 101100 |
Color Harmonies of #E00010
Complementary color
Monochromatic Colors of #E00010
Black with #E00010
Text Example
Text Example
White with #E00010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00010; }
p { color: rgb(224,0,16); }
H1.HeaderClassName
{
color: #E00010;
}
.AnyTagClassName
{
color: #E00010;
}
</style>
background-color css
<style>
a { background-color: #E00010; }
a { background-color: rgb(224,0,16); }
div.DivClassName
{
background-color: #E00010;
}
.BgClassName
{
background-color: #E00010;
}
</style>
border-color css
<style>
span { border-color: #E00010; }
span { border-color: rgb(224,0,16); }
td.TdClassName
{
border-color: #E00010;
}
.TagClassName
{
border-color: #E00010;
}
</style>