Shades of Venetian Red #EE090E
Tints of Venetian Red #EE090E
RGB
CMYK
RGB Variations
Color information
#EE090E (or 0xEE090E) is known color: Venetian Red. HEX triplet: EE, 09 and 0E. RGB value is (238,9,14). Sum of RGB (Red+Green+Blue) = 238+9+14=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE090E is #11F6F1. Grayscale: #4E4E4E. Windows color (decimal): -1177330 or 920046. OLE color: 920046.
HSL color Cylindrical-coordinate representation of color #EE090E: hue angle of 358.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.07 |
| HSL | 358.69º | 0.93% | 0.48% | - |
| HSV(B) | 358.69º | 0.96% | 0.93% | - |
| XYZ | 35.44 | 18.4 | 2.1 | - |
| YUV | 78.04 | 91.87 | 242.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 14 | 0 | 0.96 | 0.94 | 0.07 | 358.69 | 0.93 | 0.48 |
| Hex | EE | 9 | E | 0 | 60 | 5E | 7 | 167 | 5D | 30 |
| Octal | 356 | 11 | 16 | 0 | 140 | 136 | 7 | 547 | 135 | 60 |
| Binary | 11101110 | 1001 | 1110 | 0 | 1100000 | 1011110 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EE090E
Complementary color
Monochromatic Colors of #EE090E
Black with #EE090E
Text Example
Text Example
White with #EE090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE090E; }
p { color: rgb(238,9,14); }
H1.HeaderClassName
{
color: #EE090E;
}
.AnyTagClassName
{
color: #EE090E;
}
</style>
background-color css
<style>
a { background-color: #EE090E; }
a { background-color: rgb(238,9,14); }
div.DivClassName
{
background-color: #EE090E;
}
.BgClassName
{
background-color: #EE090E;
}
</style>
border-color css
<style>
span { border-color: #EE090E; }
span { border-color: rgb(238,9,14); }
td.TdClassName
{
border-color: #EE090E;
}
.TagClassName
{
border-color: #EE090E;
}
</style>