Html Css Color HEX #EE093C Torch Red

📋 copy color: '#EE093C'

red 238 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #EE093C

Tints of Torch Red #EE093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 77.52%
G = 2.93%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE093C (or 0xEE093C) is known color: Torch Red. HEX triplet: EE, 09 and 3C. RGB value is (238,9,60). Sum of RGB (Red+Green+Blue) = 238+9+60=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE093C is #11F6C3. Grayscale: #535353. Windows color (decimal): -1177284 or 3934702. OLE color: 3934702.

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

Color convert

RGB 238 9 60 -
CMYK 0 0.96 0.75 0.07
HSL 346.64º 0.93% 0.48% -
HSV(B) 346.64º 0.96% 0.93% -
XYZ 36.17 18.7 5.98 -
YUV 83.29 114.87 238.35 -
System Red Green Blue C M Y K H S L
Decimal 238 9 60 0 0.96 0.75 0.07 346.64 0.93 0.48
Hex EE 9 3C 0 60 4B 7 15B 5D 30
Octal 356 11 74 0 140 113 7 533 135 60
Binary 11101110 1001 111100 0 1100000 1001011 111 101011011 1011101 110000

Color Harmonies of #EE093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE093C

Black with #EE093C

Text Example


Text Example

White with #EE093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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