Shades of Venetian Red #E9040B
Tints of Venetian Red #E9040B
RGB
CMYK
RGB Variations
Color information
#E9040B (or 0xE9040B) is known color: Venetian Red. HEX triplet: E9, 04 and 0B. RGB value is (233,4,11). Sum of RGB (Red+Green+Blue) = 233+4+11=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E9040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9040B is #16FBF4. Grayscale: #494949. Windows color (decimal): -1506293 or 722153. OLE color: 722153.
HSL color Cylindrical-coordinate representation of color #E9040B: hue angle of 358.17º 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 #E9040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.09 |
| HSL | 358.17º | 0.97% | 0.46% | - |
| HSV(B) | 358.17º | 0.98% | 0.91% | - |
| XYZ | 33.71 | 17.43 | 1.91 | - |
| YUV | 73.27 | 92.87 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 11 | 0 | 0.98 | 0.95 | 0.09 | 358.17 | 0.97 | 0.46 |
| Hex | E9 | 4 | B | 0 | 62 | 5F | 9 | 166 | 61 | 2E |
| Octal | 351 | 4 | 13 | 0 | 142 | 137 | 11 | 546 | 141 | 56 |
| Binary | 11101001 | 100 | 1011 | 0 | 1100010 | 1011111 | 1001 | 101100110 | 1100001 | 101110 |
Color Harmonies of #E9040B
Complementary color
Monochromatic Colors of #E9040B
Black with #E9040B
Text Example
Text Example
White with #E9040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9040B; }
p { color: rgb(233,4,11); }
H1.HeaderClassName
{
color: #E9040B;
}
.AnyTagClassName
{
color: #E9040B;
}
</style>
background-color css
<style>
a { background-color: #E9040B; }
a { background-color: rgb(233,4,11); }
div.DivClassName
{
background-color: #E9040B;
}
.BgClassName
{
background-color: #E9040B;
}
</style>
border-color css
<style>
span { border-color: #E9040B; }
span { border-color: rgb(233,4,11); }
td.TdClassName
{
border-color: #E9040B;
}
.TagClassName
{
border-color: #E9040B;
}
</style>