#EE2222

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

Shades of Red Orange #EE2222

Tints of Red Orange #EE2222

Color information

#EE2222 (or 0xEE2222) is unknown color: approx Red Orange. HEX triplet: EE, 22 and 22. RGB value is (238,34,34). Sum of RGB (Red+Green+Blue) = 238+34+34=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2222 is #11DDDD. Grayscale: #5F5F5F. Windows color (decimal): -1170910 or 2237166. OLE color: 2237166.

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

Color convert

RGB2383434-
CMYK00.860.860.07
HSL85.71%53.33%-
HSV(B)85.71%93.33%-
XYZ36.1219.443.36-
YUV9593.59230-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 77.78%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=77.78%
G=11.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238343400.860.860.07085.7153.33
HexEE222205656705635
Octal356424201261267012665
Binary1110111010001010001001010110101011011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2222; }

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

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

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

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

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

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

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

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