#EE013A

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

Shades of Torch Red #EE013A

Tints of Torch Red #EE013A

Color information

#EE013A (or 0xEE013A) is unknown color: approx Torch Red. HEX triplet: EE, 01 and 3A. RGB value is (238,1,58). Sum of RGB (Red+Green+Blue) = 238+1+58=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE013A is #11FEC5. Grayscale: #4E4E4E. Windows color (decimal): -1179334 or 3801582. OLE color: 3801582.

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

Color convert

RGB238158-
CMYK01.000.760.07
HSL345.57º99.16%46.86%-
HSV(B)345.57º99.58%93.33%-
XYZ36.0318.55.68-
YUV78.36116.52241.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.13%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=80.13%
G=0.34%
B=19.53%

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
Decimal23815801.000.760.07345.5799.1646.86
HexEE13A0644C715a632f
Octal3561720144114753214357
Binary1110111011110100110010010011001111010110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE013A; }

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

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

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

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

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

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

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

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