Html Css Color HEX #EE113B Torch Red

📋 copy color: '#EE113B'

red 238 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #EE113B

Tints of Torch Red #EE113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 75.8%
G = 5.41%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE113B (or 0xEE113B) is known color: Torch Red. HEX triplet: EE, 11 and 3B. RGB value is (238,17,59). Sum of RGB (Red+Green+Blue) = 238+17+59=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE113B is #11EEC4. Grayscale: #575757. Windows color (decimal): -1175237 or 3871214. OLE color: 3871214.

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

Color convert

RGB 238 17 59 -
CMYK 0 0.93 0.75 0.07
HSL 348.6º 0.87% 0.5% -
HSV(B) 348.6º 0.93% 0.93% -
XYZ 36.25 18.89 5.87 -
YUV 87.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 238 17 59 0 0.93 0.75 0.07 348.6 0.87 0.5
Hex EE 11 3B 0 5D 4B 7 15D 57 32
Octal 356 21 73 0 135 113 7 535 127 62
Binary 11101110 10001 111011 0 1011101 1001011 111 101011101 1010111 110010

Color Harmonies of #EE113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE113B

Black with #EE113B

Text Example


Text Example

White with #EE113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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