Html Css Color HEX #EE093F Torch Red

📋 copy color: '#EE093F'

red 238 ◦ green 9 ◦ blue 63

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

Shades of Torch Red #EE093F

Tints of Torch Red #EE093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 76.77%
G = 2.9%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE093F (or 0xEE093F) is known color: Torch Red. HEX triplet: EE, 09 and 3F. RGB value is (238,9,63). Sum of RGB (Red+Green+Blue) = 238+9+63=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE093F is #11F6C0. Grayscale: #535353. Windows color (decimal): -1177281 or 4131310. OLE color: 4131310.

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

Color convert

RGB 238 9 63 -
CMYK 0 0.96 0.74 0.07
HSL 345.85º 0.93% 0.48% -
HSV(B) 345.85º 0.96% 0.93% -
XYZ 36.25 18.73 6.41 -
YUV 83.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 238 9 63 0 0.96 0.74 0.07 345.85 0.93 0.48
Hex EE 9 3F 0 60 4A 7 15A 5D 30
Octal 356 11 77 0 140 112 7 532 135 60
Binary 11101110 1001 111111 0 1100000 1001010 111 101011010 1011101 110000

Color Harmonies of #EE093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE093F

Black with #EE093F

Text Example


Text Example

White with #EE093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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