Html Css Color HEX #EE092A Torch Red

📋 copy color: '#EE092A'

red 238 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #EE092A

Tints of Torch Red #EE092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 82.35%
G = 3.11%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE092A (or 0xEE092A) is known color: Torch Red. HEX triplet: EE, 09 and 2A. RGB value is (238,9,42). Sum of RGB (Red+Green+Blue) = 238+9+42=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE092A is #11F6D5. Grayscale: #515151. Windows color (decimal): -1177302 or 2755054. OLE color: 2755054.

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

Color convert

RGB 238 9 42 -
CMYK 0 0.96 0.82 0.07
HSL 351.35º 0.93% 0.48% -
HSV(B) 351.35º 0.96% 0.93% -
XYZ 35.78 18.54 3.88 -
YUV 81.23 105.87 239.82 -
System Red Green Blue C M Y K H S L
Decimal 238 9 42 0 0.96 0.82 0.07 351.35 0.93 0.48
Hex EE 9 2A 0 60 52 7 15F 5D 30
Octal 356 11 52 0 140 122 7 537 135 60
Binary 11101110 1001 101010 0 1100000 1010010 111 101011111 1011101 110000

Color Harmonies of #EE092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE092A

Black with #EE092A

Text Example


Text Example

White with #EE092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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