Html Css Color HEX #EE111F Torch Red

📋 copy color: '#EE111F'

red 238 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #EE111F

Tints of Torch Red #EE111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 83.22%
G = 5.94%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE111F (or 0xEE111F) is known color: Torch Red. HEX triplet: EE, 11 and 1F. RGB value is (238,17,31). Sum of RGB (Red+Green+Blue) = 238+17+31=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE111F is #11EEE0. Grayscale: #545454. Windows color (decimal): -1175265 or 2036206. OLE color: 2036206.

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

Color convert

RGB 238 17 31 -
CMYK 0 0.93 0.87 0.07
HSL 356.2º 0.87% 0.5% -
HSV(B) 356.2º 0.93% 0.93% -
XYZ 35.71 18.68 3.02 -
YUV 84.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 238 17 31 0 0.93 0.87 0.07 356.2 0.87 0.5
Hex EE 11 1F 0 5D 57 7 164 57 32
Octal 356 21 37 0 135 127 7 544 127 62
Binary 11101110 10001 11111 0 1011101 1010111 111 101100100 1010111 110010

Color Harmonies of #EE111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE111F

Black with #EE111F

Text Example


Text Example

White with #EE111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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