#ee1111

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

Shades of Red #EE1111

Tints of Red #EE1111

Color information

#EE1111 (or 0xEE1111) is unknown color: approx Red. HEX triplet: EE, 11 and 11. RGB value is (238,17,17). Sum of RGB (Red+Green+Blue) = 238+17+17=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1111 is #11EEEE. Grayscale: #535353. Windows color (decimal): -1175279 or 1118702. OLE color: 1118702.

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

Color convert

RGB2381717-
CMYK00.930.930.07
HSL86.67%50%-
HSV(B)92.86%93.33%-
XYZ35.5618.622.25-
YUV83.0890.72238.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 87.5%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=87.5%
G=6.25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238171700.930.930.07086.6750
HexEE111105D5D705732
Octal356212101351357012762
Binary11101110100011000101011101101110111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee1111; }

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

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

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

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

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

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

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

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