Shades of Venetian Red #EE090C
Tints of Venetian Red #EE090C
RGB
CMYK
RGB Variations
Color information
#EE090C (or 0xEE090C) is known color: Venetian Red. HEX triplet: EE, 09 and 0C. RGB value is (238,9,12). Sum of RGB (Red+Green+Blue) = 238+9+12=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE090C is #11F6F3. Grayscale: #4E4E4E. Windows color (decimal): -1177332 or 788974. OLE color: 788974.
HSL color Cylindrical-coordinate representation of color #EE090C: hue angle of 359.21º 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 #EE090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.07 |
| HSL | 359.21º | 0.93% | 0.48% | - |
| HSV(B) | 359.21º | 0.96% | 0.93% | - |
| XYZ | 35.42 | 18.4 | 2.03 | - |
| YUV | 77.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 12 | 0 | 0.96 | 0.95 | 0.07 | 359.21 | 0.93 | 0.48 |
| Hex | EE | 9 | C | 0 | 60 | 5F | 7 | 167 | 5D | 30 |
| Octal | 356 | 11 | 14 | 0 | 140 | 137 | 7 | 547 | 135 | 60 |
| Binary | 11101110 | 1001 | 1100 | 0 | 1100000 | 1011111 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EE090C
Complementary color
Monochromatic Colors of #EE090C
Black with #EE090C
Text Example
Text Example
White with #EE090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE090C; }
p { color: rgb(238,9,12); }
H1.HeaderClassName
{
color: #EE090C;
}
.AnyTagClassName
{
color: #EE090C;
}
</style>
background-color css
<style>
a { background-color: #EE090C; }
a { background-color: rgb(238,9,12); }
div.DivClassName
{
background-color: #EE090C;
}
.BgClassName
{
background-color: #EE090C;
}
</style>
border-color css
<style>
span { border-color: #EE090C; }
span { border-color: rgb(238,9,12); }
td.TdClassName
{
border-color: #EE090C;
}
.TagClassName
{
border-color: #EE090C;
}
</style>