Shades of Venetian Red #E9040F
Tints of Venetian Red #E9040F
RGB
CMYK
RGB Variations
Color information
#E9040F (or 0xE9040F) is known color: Venetian Red. HEX triplet: E9, 04 and 0F. RGB value is (233,4,15). Sum of RGB (Red+Green+Blue) = 233+4+15=252 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.46% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 233 - color contains mainly: red. Hex color #E9040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9040F is #16FBF0. Grayscale: #494949. Windows color (decimal): -1506289 or 984297. OLE color: 984297.
HSL color Cylindrical-coordinate representation of color #E9040F: hue angle of 357.12º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.09 |
| HSL | 357.12º | 0.97% | 0.46% | - |
| HSV(B) | 357.12º | 0.98% | 0.91% | - |
| XYZ | 33.73 | 17.44 | 2.04 | - |
| YUV | 73.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 15 | 0 | 0.98 | 0.94 | 0.09 | 357.12 | 0.97 | 0.46 |
| Hex | E9 | 4 | F | 0 | 62 | 5E | 9 | 165 | 61 | 2E |
| Octal | 351 | 4 | 17 | 0 | 142 | 136 | 11 | 545 | 141 | 56 |
| Binary | 11101001 | 100 | 1111 | 0 | 1100010 | 1011110 | 1001 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E9040F
Complementary color
Monochromatic Colors of #E9040F
Black with #E9040F
Text Example
Text Example
White with #E9040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9040F; }
p { color: rgb(233,4,15); }
H1.HeaderClassName
{
color: #E9040F;
}
.AnyTagClassName
{
color: #E9040F;
}
</style>
background-color css
<style>
a { background-color: #E9040F; }
a { background-color: rgb(233,4,15); }
div.DivClassName
{
background-color: #E9040F;
}
.BgClassName
{
background-color: #E9040F;
}
</style>
border-color css
<style>
span { border-color: #E9040F; }
span { border-color: rgb(233,4,15); }
td.TdClassName
{
border-color: #E9040F;
}
.TagClassName
{
border-color: #E9040F;
}
</style>