#EE0011

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

Shades of Venetian Red #EE0011

Tints of Venetian Red #EE0011

Color information

#EE0011 (or 0xEE0011) is unknown color: approx Venetian Red. HEX triplet: EE, 00 and 11. RGB value is (238,0,17). Sum of RGB (Red+Green+Blue) = 238+0+17=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0011 is #11FFEE. Grayscale: #494949. Windows color (decimal): -1179631 or 1114350. OLE color: 1114350.

HSL color Cylindrical-coordinate representation of color #EE0011: hue angle of 355.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB238017-
CMYK010.930.07
HSL355.71º100%46.67%-
HSV(B)355.71º100%93.33%-
XYZ35.3618.222.18-
YUV73.196.35245.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 93.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=93.33%
G=0%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238017010.930.07355.7110046.67
HexEE0110645D7164642f
Octal3560210144135754414457
Binary111011100100010110010010111011111011001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0011; }

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

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

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

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

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

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

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

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