#EE0140

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

Shades of Torch Red #EE0140

Tints of Torch Red #EE0140

Color information

#EE0140 (or 0xEE0140) is unknown color: approx Torch Red. HEX triplet: EE, 01 and 40. RGB value is (238,1,64). Sum of RGB (Red+Green+Blue) = 238+1+64=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0140 is #11FEBF. Grayscale: #4F4F4F. Windows color (decimal): -1179328 or 4194798. OLE color: 4194798.

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

Color convert

RGB238164-
CMYK01.000.730.07
HSL344.05º99.16%46.86%-
HSV(B)344.05º99.58%93.33%-
XYZ36.218.576.53-
YUV79.04119.52241.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 78.55%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=78.55%
G=0.33%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816401.000.730.07344.0599.1646.86
HexEE140064497158632f
Octal35611000144111753014357
Binary11101110110000000110010010010011111010110001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0140; }

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

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

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

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

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

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

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

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