#EE0E2C

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

Shades of Torch Red #EE0E2C

Tints of Torch Red #EE0E2C

Color information

#EE0E2C (or 0xEE0E2C) is unknown color: approx Torch Red. HEX triplet: EE, 0E and 2C. RGB value is (238,14,44). Sum of RGB (Red+Green+Blue) = 238+14+44=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E2C is #11F1D3. Grayscale: #545454. Windows color (decimal): -1176020 or 2887406. OLE color: 2887406.

HSL color Cylindrical-coordinate representation of color #EE0E2C: hue angle of 351.96º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E2C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2381444-
CMYK00.940.820.07
HSL351.96º88.89%49.41%-
HSV(B)351.96º94.12%93.33%-
XYZ35.8718.674.1-
YUV84.4105.21237.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.41%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=80.41%
G=4.73%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238144400.940.820.07351.9688.8949.41
HexEEE2C05E5271605931
Octal35616540136122754013161
Binary1110111011101011000101111010100101111011000001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0E2C; }

 p { color: rgb(238,14,44); }

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

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

 a { background-color: rgb(238,14,44); }

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

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

 span { border-color: rgb(238,14,44); }

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