#EE1239

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

Shades of Torch Red #EE1239

Tints of Torch Red #EE1239

Color information

#EE1239 (or 0xEE1239) is unknown color: approx Torch Red. HEX triplet: EE, 12 and 39. RGB value is (238,18,57). Sum of RGB (Red+Green+Blue) = 238+18+57=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1239 is #11EDC6. Grayscale: #585858. Windows color (decimal): -1174983 or 3740398. OLE color: 3740398.

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

Color convert

RGB2381857-
CMYK00.920.760.07
HSL349.36º86.61%50.2%-
HSV(B)349.36º92.44%93.33%-
XYZ36.2118.915.61-
YUV88.23110.39234.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 76.04%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 57 (22.66% from 255) = 18.21%
R=76.04%
G=5.75%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238185700.920.760.07349.3686.6150.2
HexEE123905C4C715d5732
Octal35622710134114753512762
Binary11101110100101110010101110010011001111010111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1239; }

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

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

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

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

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

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

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

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