#EE1222

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

Shades of Torch Red #EE1222

Tints of Torch Red #EE1222

Color information

#EE1222 (or 0xEE1222) is unknown color: approx Torch Red. HEX triplet: EE, 12 and 22. RGB value is (238,18,34). Sum of RGB (Red+Green+Blue) = 238+18+34=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1222 is #11EDDD. Grayscale: #555555. Windows color (decimal): -1175006 or 2233070. OLE color: 2233070.

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

Color convert

RGB2381834-
CMYK00.920.860.07
HSL355.64º86.61%50.2%-
HSV(B)355.64º92.44%93.33%-
XYZ35.7618.733.24-
YUV85.698.89236.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 82.07%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=82.07%
G=6.21%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238183400.920.860.07355.6486.6150.2
HexEE122205C5671645732
Octal35622420134126754412762
Binary11101110100101000100101110010101101111011001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1222; }

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

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

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

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

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

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

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

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