Html Css Color HEX #EE112E Torch Red

📋 copy color: '#EE112E'

red 238 ◦ green 17 ◦ blue 46

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

Shades of Torch Red #EE112E

Tints of Torch Red #EE112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 79.07%
G = 5.65%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE112E (or 0xEE112E) is known color: Torch Red. HEX triplet: EE, 11 and 2E. RGB value is (238,17,46). Sum of RGB (Red+Green+Blue) = 238+17+46=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE112E is #11EED1. Grayscale: #565656. Windows color (decimal): -1175250 or 3019246. OLE color: 3019246.

HSL color Cylindrical-coordinate representation of color #EE112E: hue angle of 352.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE112E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 17 46 -
CMYK 0 0.93 0.81 0.07
HSL 352.13º 0.87% 0.5% -
HSV(B) 352.13º 0.93% 0.93% -
XYZ 35.95 18.78 4.31 -
YUV 86.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 238 17 46 0 0.93 0.81 0.07 352.13 0.87 0.5
Hex EE 11 2E 0 5D 51 7 160 57 32
Octal 356 21 56 0 135 121 7 540 127 62
Binary 11101110 10001 101110 0 1011101 1010001 111 101100000 1010111 110010

Color Harmonies of #EE112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE112E

Black with #EE112E

Text Example


Text Example

White with #EE112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE112E; }

 p { color: rgb(238,17,46); }

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

background-color css

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

 a { background-color: rgb(238,17,46); }

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

border-color css

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

 span { border-color: rgb(238,17,46); }

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