Html Css Color HEX #EE092D Torch Red

📋 copy color: '#EE092D'

red 238 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #EE092D

Tints of Torch Red #EE092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 81.51%
G = 3.08%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE092D (or 0xEE092D) is known color: Torch Red. HEX triplet: EE, 09 and 2D. RGB value is (238,9,45). Sum of RGB (Red+Green+Blue) = 238+9+45=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE092D is #11F6D2. Grayscale: #515151. Windows color (decimal): -1177299 or 2951662. OLE color: 2951662.

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

Color convert

RGB 238 9 45 -
CMYK 0 0.96 0.81 0.07
HSL 350.57º 0.93% 0.48% -
HSV(B) 350.57º 0.96% 0.93% -
XYZ 35.83 18.56 4.18 -
YUV 81.58 107.37 239.57 -
System Red Green Blue C M Y K H S L
Decimal 238 9 45 0 0.96 0.81 0.07 350.57 0.93 0.48
Hex EE 9 2D 0 60 51 7 15F 5D 30
Octal 356 11 55 0 140 121 7 537 135 60
Binary 11101110 1001 101101 0 1100000 1010001 111 101011111 1011101 110000

Color Harmonies of #EE092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE092D

Black with #EE092D

Text Example


Text Example

White with #EE092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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