#EE0924

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

Shades of Torch Red #EE0924

Tints of Torch Red #EE0924

Color information

#EE0924 (or 0xEE0924) is unknown color: approx Torch Red. HEX triplet: EE, 09 and 24. RGB value is (238,9,36). Sum of RGB (Red+Green+Blue) = 238+9+36=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0924 is #11F6DB. Grayscale: #505050. Windows color (decimal): -1177308 or 2361838. OLE color: 2361838.

HSL color Cylindrical-coordinate representation of color #EE0924: hue angle of 352.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0924 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB238936-
CMYK00.960.850.07
HSL352.93º92.71%48.43%-
HSV(B)352.93º96.22%93.33%-
XYZ35.6818.53.36-
YUV80.55102.87240.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 84.10%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=84.10%
G=3.18%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23893600.960.850.07352.9392.7148.43
HexEE9240605571615d30
Octal35611440140125754113560
Binary1110111010011001000110000010101011111011000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0924; }

 p { color: rgb(238,9,36); }

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

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

 a { background-color: rgb(238,9,36); }

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

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

 span { border-color: rgb(238,9,36); }

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