Html Css Color HEX #EE112A Torch Red

📋 copy color: '#EE112A'

red 238 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #EE112A

Tints of Torch Red #EE112A

RGB

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

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

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

R = 80.13%
G = 5.72%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE112A (or 0xEE112A) is known color: Torch Red. HEX triplet: EE, 11 and 2A. RGB value is (238,17,42). Sum of RGB (Red+Green+Blue) = 238+17+42=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE112A is #11EED5. Grayscale: #565656. Windows color (decimal): -1175254 or 2757102. OLE color: 2757102.

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

Color convert

RGB 238 17 42 -
CMYK 0 0.93 0.82 0.07
HSL 353.21º 0.87% 0.5% -
HSV(B) 353.21º 0.93% 0.93% -
XYZ 35.88 18.75 3.92 -
YUV 85.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 238 17 42 0 0.93 0.82 0.07 353.21 0.87 0.5
Hex EE 11 2A 0 5D 52 7 161 57 32
Octal 356 21 52 0 135 122 7 541 127 62
Binary 11101110 10001 101010 0 1011101 1010010 111 101100001 1010111 110010

Color Harmonies of #EE112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE112A

Black with #EE112A

Text Example


Text Example

White with #EE112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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