Shades of Venetian Red #E5040B
Tints of Venetian Red #E5040B
RGB
CMYK
RGB Variations
Color information
#E5040B (or 0xE5040B) is known color: Venetian Red. HEX triplet: E5, 04 and 0B. RGB value is (229,4,11). Sum of RGB (Red+Green+Blue) = 229+4+11=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E5040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5040B is #1AFBF4. Grayscale: #484848. Windows color (decimal): -1768437 or 722149. OLE color: 722149.
HSL color Cylindrical-coordinate representation of color #E5040B: hue angle of 358.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.10 |
| HSL | 358.13º | 0.97% | 0.46% | - |
| HSV(B) | 358.13º | 0.98% | 0.9% | - |
| XYZ | 32.42 | 16.77 | 1.84 | - |
| YUV | 72.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 11 | 0 | 0.98 | 0.95 | 0.10 | 358.13 | 0.97 | 0.46 |
| Hex | E5 | 4 | B | 0 | 62 | 5F | A | 166 | 61 | 2E |
| Octal | 345 | 4 | 13 | 0 | 142 | 137 | 12 | 546 | 141 | 56 |
| Binary | 11100101 | 100 | 1011 | 0 | 1100010 | 1011111 | 1010 | 101100110 | 1100001 | 101110 |
Color Harmonies of #E5040B
Complementary color
Monochromatic Colors of #E5040B
Black with #E5040B
Text Example
Text Example
White with #E5040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5040B; }
p { color: rgb(229,4,11); }
H1.HeaderClassName
{
color: #E5040B;
}
.AnyTagClassName
{
color: #E5040B;
}
</style>
background-color css
<style>
a { background-color: #E5040B; }
a { background-color: rgb(229,4,11); }
div.DivClassName
{
background-color: #E5040B;
}
.BgClassName
{
background-color: #E5040B;
}
</style>
border-color css
<style>
span { border-color: #E5040B; }
span { border-color: rgb(229,4,11); }
td.TdClassName
{
border-color: #E5040B;
}
.TagClassName
{
border-color: #E5040B;
}
</style>