Html Css Color HEX #EE1138 Torch Red

📋 copy color: '#EE1138'

red 238 ◦ green 17 ◦ blue 56

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

Shades of Torch Red #EE1138

Tints of Torch Red #EE1138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 76.53%
G = 5.47%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE1138 (or 0xEE1138) is known color: Torch Red. HEX triplet: EE, 11 and 38. RGB value is (238,17,56). Sum of RGB (Red+Green+Blue) = 238+17+56=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1138 is #11EEC7. Grayscale: #575757. Windows color (decimal): -1175240 or 3674606. OLE color: 3674606.

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

Color convert

RGB 238 17 56 -
CMYK 0 0.93 0.76 0.07
HSL 349.41º 0.87% 0.5% -
HSV(B) 349.41º 0.93% 0.93% -
XYZ 36.17 18.86 5.48 -
YUV 87.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 238 17 56 0 0.93 0.76 0.07 349.41 0.87 0.5
Hex EE 11 38 0 5D 4C 7 15D 57 32
Octal 356 21 70 0 135 114 7 535 127 62
Binary 11101110 10001 111000 0 1011101 1001100 111 101011101 1010111 110010

Color Harmonies of #EE1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1138

Black with #EE1138

Text Example


Text Example

White with #EE1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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