Shades of Venetian Red #EE0710
Tints of Venetian Red #EE0710
RGB
CMYK
RGB Variations
Color information
#EE0710 (or 0xEE0710) is known color: Venetian Red. HEX triplet: EE, 07 and 10. RGB value is (238,7,16). Sum of RGB (Red+Green+Blue) = 238+7+16=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0710 is #11F8EF. Grayscale: #4D4D4D. Windows color (decimal): -1177840 or 1050606. OLE color: 1050606.
HSL color Cylindrical-coordinate representation of color #EE0710: hue angle of 357.66º 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 #EE0710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.07 |
| HSL | 357.66º | 0.94% | 0.48% | - |
| HSV(B) | 357.66º | 0.97% | 0.93% | - |
| XYZ | 35.43 | 18.37 | 2.17 | - |
| YUV | 77.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 16 | 0 | 0.97 | 0.93 | 0.07 | 357.66 | 0.94 | 0.48 |
| Hex | EE | 7 | 10 | 0 | 61 | 5D | 7 | 166 | 5E | 30 |
| Octal | 356 | 7 | 20 | 0 | 141 | 135 | 7 | 546 | 136 | 60 |
| Binary | 11101110 | 111 | 10000 | 0 | 1100001 | 1011101 | 111 | 101100110 | 1011110 | 110000 |
Color Harmonies of #EE0710
Complementary color
Monochromatic Colors of #EE0710
Black with #EE0710
Text Example
Text Example
White with #EE0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0710; }
p { color: rgb(238,7,16); }
H1.HeaderClassName
{
color: #EE0710;
}
.AnyTagClassName
{
color: #EE0710;
}
</style>
background-color css
<style>
a { background-color: #EE0710; }
a { background-color: rgb(238,7,16); }
div.DivClassName
{
background-color: #EE0710;
}
.BgClassName
{
background-color: #EE0710;
}
</style>
border-color css
<style>
span { border-color: #EE0710; }
span { border-color: rgb(238,7,16); }
td.TdClassName
{
border-color: #EE0710;
}
.TagClassName
{
border-color: #EE0710;
}
</style>