#EE0139

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

Shades of Torch Red #EE0139

Tints of Torch Red #EE0139

Color information

#EE0139 (or 0xEE0139) is unknown color: approx Torch Red. HEX triplet: EE, 01 and 39. RGB value is (238,1,57). Sum of RGB (Red+Green+Blue) = 238+1+57=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0139 is #11FEC6. Grayscale: #4E4E4E. Windows color (decimal): -1179335 or 3736046. OLE color: 3736046.

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

Color convert

RGB238157-
CMYK01.000.760.07
HSL345.82º99.16%46.86%-
HSV(B)345.82º99.58%93.33%-
XYZ36.0118.495.54-
YUV78.25116.02241.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.41%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=80.41%
G=0.34%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815701.000.760.07345.8299.1646.86
HexEE1390644C715a632f
Octal3561710144114753214357
Binary1110111011110010110010010011001111010110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0139; }

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

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

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

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

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

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

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

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