Shades of Venetian Red #E00011
Tints of Venetian Red #E00011
RGB
CMYK
RGB Variations
Color information
#E00011 (or 0xE00011) is known color: Venetian Red. HEX triplet: E0, 00 and 11. RGB value is (224,0,17). Sum of RGB (Red+Green+Blue) = 224+0+17=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00011 is #1FFFEE. Grayscale: #454545. Windows color (decimal): -2097135 or 1114336. OLE color: 1114336.
HSL color Cylindrical-coordinate representation of color #E00011: hue angle of 355.45º 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 #E00011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.12 |
| HSL | 355.45º | 1% | 0.44% | - |
| HSV(B) | 355.45º | 1% | 0.88% | - |
| XYZ | 30.84 | 15.89 | 1.97 | - |
| YUV | 68.91 | 98.71 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 17 | 0 | 1 | 0.92 | 0.12 | 355.45 | 1 | 0.44 |
| Hex | E0 | 0 | 11 | 0 | 64 | 5C | C | 163 | 64 | 2C |
| Octal | 340 | 0 | 21 | 0 | 144 | 134 | 14 | 543 | 144 | 54 |
| Binary | 11100000 | 0 | 10001 | 0 | 1100100 | 1011100 | 1100 | 101100011 | 1100100 | 101100 |
Color Harmonies of #E00011
Complementary color
Monochromatic Colors of #E00011
Black with #E00011
Text Example
Text Example
White with #E00011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00011; }
p { color: rgb(224,0,17); }
H1.HeaderClassName
{
color: #E00011;
}
.AnyTagClassName
{
color: #E00011;
}
</style>
background-color css
<style>
a { background-color: #E00011; }
a { background-color: rgb(224,0,17); }
div.DivClassName
{
background-color: #E00011;
}
.BgClassName
{
background-color: #E00011;
}
</style>
border-color css
<style>
span { border-color: #E00011; }
span { border-color: rgb(224,0,17); }
td.TdClassName
{
border-color: #E00011;
}
.TagClassName
{
border-color: #E00011;
}
</style>