Shades of Venetian Red #EE070E
Tints of Venetian Red #EE070E
RGB
CMYK
RGB Variations
Color information
#EE070E (or 0xEE070E) is known color: Venetian Red. HEX triplet: EE, 07 and 0E. RGB value is (238,7,14). Sum of RGB (Red+Green+Blue) = 238+7+14=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE070E is #11F8F1. Grayscale: #4D4D4D. Windows color (decimal): -1177842 or 919534. OLE color: 919534.
HSL color Cylindrical-coordinate representation of color #EE070E: hue angle of 358.18º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.07 |
| HSL | 358.18º | 0.94% | 0.48% | - |
| HSV(B) | 358.18º | 0.97% | 0.93% | - |
| XYZ | 35.42 | 18.36 | 2.09 | - |
| YUV | 76.87 | 92.53 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 14 | 0 | 0.97 | 0.94 | 0.07 | 358.18 | 0.94 | 0.48 |
| Hex | EE | 7 | E | 0 | 61 | 5E | 7 | 166 | 5E | 30 |
| Octal | 356 | 7 | 16 | 0 | 141 | 136 | 7 | 546 | 136 | 60 |
| Binary | 11101110 | 111 | 1110 | 0 | 1100001 | 1011110 | 111 | 101100110 | 1011110 | 110000 |
Color Harmonies of #EE070E
Complementary color
Monochromatic Colors of #EE070E
Black with #EE070E
Text Example
Text Example
White with #EE070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE070E; }
p { color: rgb(238,7,14); }
H1.HeaderClassName
{
color: #EE070E;
}
.AnyTagClassName
{
color: #EE070E;
}
</style>
background-color css
<style>
a { background-color: #EE070E; }
a { background-color: rgb(238,7,14); }
div.DivClassName
{
background-color: #EE070E;
}
.BgClassName
{
background-color: #EE070E;
}
</style>
border-color css
<style>
span { border-color: #EE070E; }
span { border-color: rgb(238,7,14); }
td.TdClassName
{
border-color: #EE070E;
}
.TagClassName
{
border-color: #EE070E;
}
</style>