Shades of Venetian Red #E1050B
Tints of Venetian Red #E1050B
RGB
CMYK
RGB Variations
Color information
#E1050B (or 0xE1050B) is known color: Venetian Red. HEX triplet: E1, 05 and 0B. RGB value is (225,5,11). Sum of RGB (Red+Green+Blue) = 225+5+11=241 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.36% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 225 - color contains mainly: red. Hex color #E1050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1050B is #1EFAF4. Grayscale: #474747. Windows color (decimal): -2030325 or 722401. OLE color: 722401.
HSL color Cylindrical-coordinate representation of color #E1050B: hue angle of 358.36º degrees, saturation: 0.96, 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 #E1050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.12 |
| HSL | 358.36º | 0.96% | 0.45% | - |
| HSV(B) | 358.36º | 0.98% | 0.88% | - |
| XYZ | 31.17 | 16.14 | 1.79 | - |
| YUV | 71.46 | 93.89 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 11 | 0 | 0.98 | 0.95 | 0.12 | 358.36 | 0.96 | 0.45 |
| Hex | E1 | 5 | B | 0 | 62 | 5F | C | 166 | 60 | 2D |
| Octal | 341 | 5 | 13 | 0 | 142 | 137 | 14 | 546 | 140 | 55 |
| Binary | 11100001 | 101 | 1011 | 0 | 1100010 | 1011111 | 1100 | 101100110 | 1100000 | 101101 |
Color Harmonies of #E1050B
Complementary color
Monochromatic Colors of #E1050B
Black with #E1050B
Text Example
Text Example
White with #E1050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1050B; }
p { color: rgb(225,5,11); }
H1.HeaderClassName
{
color: #E1050B;
}
.AnyTagClassName
{
color: #E1050B;
}
</style>
background-color css
<style>
a { background-color: #E1050B; }
a { background-color: rgb(225,5,11); }
div.DivClassName
{
background-color: #E1050B;
}
.BgClassName
{
background-color: #E1050B;
}
</style>
border-color css
<style>
span { border-color: #E1050B; }
span { border-color: rgb(225,5,11); }
td.TdClassName
{
border-color: #E1050B;
}
.TagClassName
{
border-color: #E1050B;
}
</style>