Shades of Venetian Red #E10B10
Tints of Venetian Red #E10B10
RGB
CMYK
RGB Variations
Color information
#E10B10 (or 0xE10B10) is known color: Venetian Red. HEX triplet: E1, 0B and 10. RGB value is (225,11,16). Sum of RGB (Red+Green+Blue) = 225+11+16=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10B10 is #1EF4EF. Grayscale: #4B4B4B. Windows color (decimal): -2028784 or 1051617. OLE color: 1051617.
HSL color Cylindrical-coordinate representation of color #E10B10: hue angle of 358.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.12 |
| HSL | 358.6º | 0.91% | 0.46% | - |
| HSV(B) | 358.6º | 0.95% | 0.88% | - |
| XYZ | 31.26 | 16.28 | 1.99 | - |
| YUV | 75.56 | 94.4 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 16 | 0 | 0.95 | 0.93 | 0.12 | 358.6 | 0.91 | 0.46 |
| Hex | E1 | B | 10 | 0 | 5F | 5D | C | 167 | 5B | 2E |
| Octal | 341 | 13 | 20 | 0 | 137 | 135 | 14 | 547 | 133 | 56 |
| Binary | 11100001 | 1011 | 10000 | 0 | 1011111 | 1011101 | 1100 | 101100111 | 1011011 | 101110 |
Color Harmonies of #E10B10
Complementary color
Monochromatic Colors of #E10B10
Black with #E10B10
Text Example
Text Example
White with #E10B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B10; }
p { color: rgb(225,11,16); }
H1.HeaderClassName
{
color: #E10B10;
}
.AnyTagClassName
{
color: #E10B10;
}
</style>
background-color css
<style>
a { background-color: #E10B10; }
a { background-color: rgb(225,11,16); }
div.DivClassName
{
background-color: #E10B10;
}
.BgClassName
{
background-color: #E10B10;
}
</style>
border-color css
<style>
span { border-color: #E10B10; }
span { border-color: rgb(225,11,16); }
td.TdClassName
{
border-color: #E10B10;
}
.TagClassName
{
border-color: #E10B10;
}
</style>