Html Css Color HEX #EE1129 Torch Red

📋 copy color: '#EE1129'

red 238 ◦ green 17 ◦ blue 41

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

Shades of Torch Red #EE1129

Tints of Torch Red #EE1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 80.41%
G = 5.74%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE1129 (or 0xEE1129) is known color: Torch Red. HEX triplet: EE, 11 and 29. RGB value is (238,17,41). Sum of RGB (Red+Green+Blue) = 238+17+41=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1129 is #11EED6. Grayscale: #555555. Windows color (decimal): -1175255 or 2691566. OLE color: 2691566.

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

Color convert

RGB 238 17 41 -
CMYK 0 0.93 0.83 0.07
HSL 353.48º 0.87% 0.5% -
HSV(B) 353.48º 0.93% 0.93% -
XYZ 35.86 18.74 3.82 -
YUV 85.82 102.72 236.55 -
System Red Green Blue C M Y K H S L
Decimal 238 17 41 0 0.93 0.83 0.07 353.48 0.87 0.5
Hex EE 11 29 0 5D 53 7 161 57 32
Octal 356 21 51 0 135 123 7 541 127 62
Binary 11101110 10001 101001 0 1011101 1010011 111 101100001 1010111 110010

Color Harmonies of #EE1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1129

Black with #EE1129

Text Example


Text Example

White with #EE1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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