Shades of Venetian Red #E4040F
Tints of Venetian Red #E4040F
RGB
CMYK
RGB Variations
Color information
#E4040F (or 0xE4040F) is known color: Venetian Red. HEX triplet: E4, 04 and 0F. RGB value is (228,4,15). Sum of RGB (Red+Green+Blue) = 228+4+15=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E4040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4040F is #1BFBF0. Grayscale: #484848. Windows color (decimal): -1833969 or 984292. OLE color: 984292.
HSL color Cylindrical-coordinate representation of color #E4040F: hue angle of 357.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4040F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.11 |
| HSL | 357.05º | 0.97% | 0.45% | - |
| HSV(B) | 357.05º | 0.98% | 0.89% | - |
| XYZ | 32.12 | 16.62 | 1.97 | - |
| YUV | 72.23 | 95.71 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 15 | 0 | 0.98 | 0.93 | 0.11 | 357.05 | 0.97 | 0.45 |
| Hex | E4 | 4 | F | 0 | 62 | 5D | B | 165 | 61 | 2D |
| Octal | 344 | 4 | 17 | 0 | 142 | 135 | 13 | 545 | 141 | 55 |
| Binary | 11100100 | 100 | 1111 | 0 | 1100010 | 1011101 | 1011 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E4040F
Complementary color
Monochromatic Colors of #E4040F
Black with #E4040F
Text Example
Text Example
White with #E4040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4040F; }
p { color: rgb(228,4,15); }
H1.HeaderClassName
{
color: #E4040F;
}
.AnyTagClassName
{
color: #E4040F;
}
</style>
background-color css
<style>
a { background-color: #E4040F; }
a { background-color: rgb(228,4,15); }
div.DivClassName
{
background-color: #E4040F;
}
.BgClassName
{
background-color: #E4040F;
}
</style>
border-color css
<style>
span { border-color: #E4040F; }
span { border-color: rgb(228,4,15); }
td.TdClassName
{
border-color: #E4040F;
}
.TagClassName
{
border-color: #E4040F;
}
</style>