Html Css Color HEX #EE093A Torch Red

📋 copy color: '#EE093A'

red 238 ◦ green 9 ◦ blue 58

#EE093A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EE093A

Tints of Torch Red #EE093A

RGB

 RED value IS 238 (93.36% from 255) = 78.03%

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 78.03%
G = 2.95%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE093A (or 0xEE093A) is known color: Torch Red. HEX triplet: EE, 09 and 3A. RGB value is (238,9,58). Sum of RGB (Red+Green+Blue) = 238+9+58=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE093A is #11F6C5. Grayscale: #535353. Windows color (decimal): -1177286 or 3803630. OLE color: 3803630.

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

Color convert

RGB 238 9 58 -
CMYK 0 0.96 0.76 0.07
HSL 347.16º 0.93% 0.48% -
HSV(B) 347.16º 0.96% 0.93% -
XYZ 36.12 18.68 5.7 -
YUV 83.06 113.87 238.52 -
System Red Green Blue C M Y K H S L
Decimal 238 9 58 0 0.96 0.76 0.07 347.16 0.93 0.48
Hex EE 9 3A 0 60 4C 7 15B 5D 30
Octal 356 11 72 0 140 114 7 533 135 60
Binary 11101110 1001 111010 0 1100000 1001100 111 101011011 1011101 110000

Color Harmonies of #EE093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE093A

Black with #EE093A

Text Example


Text Example

White with #EE093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE093A; }

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

 H1.HeaderClassName
 {
   color: #EE093A;
 }
 .AnyTagClassName
 {
   color: #EE093A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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