Html Css Color HEX #EE1532 Torch Red

📋 copy color: '#EE1532'

red 238 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #EE1532

Tints of Torch Red #EE1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 77.02%
G = 6.8%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE1532 (or 0xEE1532) is known color: Torch Red. HEX triplet: EE, 15 and 32. RGB value is (238,21,50). Sum of RGB (Red+Green+Blue) = 238+21+50=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1532 is #11EACD. Grayscale: #595959. Windows color (decimal): -1174222 or 3282414. OLE color: 3282414.

HSL color Cylindrical-coordinate representation of color #EE1532: hue angle of 351.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1532 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 50 -
CMYK 0 0.91 0.79 0.07
HSL 351.98º 0.86% 0.51% -
HSV(B) 351.98º 0.91% 0.93% -
XYZ 36.1 18.94 4.77 -
YUV 89.19 105.89 234.14 -
System Red Green Blue C M Y K H S L
Decimal 238 21 50 0 0.91 0.79 0.07 351.98 0.86 0.51
Hex EE 15 32 0 5B 4F 7 160 56 33
Octal 356 25 62 0 133 117 7 540 126 63
Binary 11101110 10101 110010 0 1011011 1001111 111 101100000 1010110 110011

Color Harmonies of #EE1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1532

Black with #EE1532

Text Example


Text Example

White with #EE1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1532; }

 p { color: rgb(238,21,50); }

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

background-color css

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

 a { background-color: rgb(238,21,50); }

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

border-color css

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

 span { border-color: rgb(238,21,50); }

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