Shades of Venetian Red #E1040B
Tints of Venetian Red #E1040B
RGB
CMYK
RGB Variations
Color information
#E1040B (or 0xE1040B) is known color: Venetian Red. HEX triplet: E1, 04 and 0B. RGB value is (225,4,11). Sum of RGB (Red+Green+Blue) = 225+4+11=240 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 225 - color contains mainly: red. Hex color #E1040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1040B is #1EFBF4. Grayscale: #474747. Windows color (decimal): -2030581 or 722145. OLE color: 722145.
HSL color Cylindrical-coordinate representation of color #E1040B: hue angle of 358.1º degrees, saturation: 0.97, 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 #E1040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.12 |
| HSL | 358.1º | 0.97% | 0.45% | - |
| HSV(B) | 358.1º | 0.98% | 0.88% | - |
| XYZ | 31.16 | 16.12 | 1.79 | - |
| YUV | 70.88 | 94.22 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 11 | 0 | 0.98 | 0.95 | 0.12 | 358.1 | 0.97 | 0.45 |
| Hex | E1 | 4 | B | 0 | 62 | 5F | C | 166 | 61 | 2D |
| Octal | 341 | 4 | 13 | 0 | 142 | 137 | 14 | 546 | 141 | 55 |
| Binary | 11100001 | 100 | 1011 | 0 | 1100010 | 1011111 | 1100 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E1040B
Complementary color
Monochromatic Colors of #E1040B
Black with #E1040B
Text Example
Text Example
White with #E1040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1040B; }
p { color: rgb(225,4,11); }
H1.HeaderClassName
{
color: #E1040B;
}
.AnyTagClassName
{
color: #E1040B;
}
</style>
background-color css
<style>
a { background-color: #E1040B; }
a { background-color: rgb(225,4,11); }
div.DivClassName
{
background-color: #E1040B;
}
.BgClassName
{
background-color: #E1040B;
}
</style>
border-color css
<style>
span { border-color: #E1040B; }
span { border-color: rgb(225,4,11); }
td.TdClassName
{
border-color: #E1040B;
}
.TagClassName
{
border-color: #E1040B;
}
</style>