#EE0711

Color #EE0711 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #EE0711

Tints of Venetian Red #EE0711

Color information

#EE0711 (or 0xEE0711) is unknown color: approx Venetian Red. HEX triplet: EE, 07 and 11. RGB value is (238,7,17). Sum of RGB (Red+Green+Blue) = 238+7+17=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0711 is #11F8EE. Grayscale: #4D4D4D. Windows color (decimal): -1177839 or 1116142. OLE color: 1116142.

HSL color Cylindrical-coordinate representation of color #EE0711: hue angle of 357.4º 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 #EE0711 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB238717-
CMYK00.970.930.07
HSL357.4º94.29%48.04%-
HSV(B)357.4º97.06%93.33%-
XYZ35.4418.372.21-
YUV77.2194.03242.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 90.84%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=90.84%
G=2.67%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23871700.970.930.07357.494.2948.04
HexEE7110615D71655e30
Octal3567210141135754513660
Binary11101110111100010110000110111011111011001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0711; }

 p { color: rgb(238,7,17); }

 H1.HeaderClassName
 {
   color: #EE0711;
 }
 .AnyTagClassName
 {
   color: #EE0711;
 }
</style>
background-color css

<style>
 a { background-color: #EE0711; }

 a { background-color: rgb(238,7,17); }

 div.DivClassName
 {
   background-color: #EE0711;
 }
 .BgClassName
 {
   background-color: #EE0711;
 }
</style>
border-color css

<style>
 span { border-color: #EE0711; }

 span { border-color: rgb(238,7,17); }

 td.TdClassName
 {
   border-color: #EE0711;
 }
 .TagClassName
 {
   border-color: #EE0711;
 }
</style>