Html Css Color HEX #EE052C Torch Red

📋 copy color: '#EE052C'

red 238 ◦ green 5 ◦ blue 44

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

Shades of Torch Red #EE052C

Tints of Torch Red #EE052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 82.93%
G = 1.74%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE052C (or 0xEE052C) is known color: Torch Red. HEX triplet: EE, 05 and 2C. RGB value is (238,5,44). Sum of RGB (Red+Green+Blue) = 238+5+44=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE052C is #11FAD3. Grayscale: #4F4F4F. Windows color (decimal): -1178324 or 2885102. OLE color: 2885102.

HSL color Cylindrical-coordinate representation of color #EE052C: hue angle of 349.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE052C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 44 -
CMYK 0 0.98 0.82 0.07
HSL 349.96º 0.96% 0.48% -
HSV(B) 349.96º 0.98% 0.93% -
XYZ 35.77 18.47 4.06 -
YUV 79.11 108.19 241.33 -
System Red Green Blue C M Y K H S L
Decimal 238 5 44 0 0.98 0.82 0.07 349.96 0.96 0.48
Hex EE 5 2C 0 62 52 7 15E 60 30
Octal 356 5 54 0 142 122 7 536 140 60
Binary 11101110 101 101100 0 1100010 1010010 111 101011110 1100000 110000

Color Harmonies of #EE052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE052C

Black with #EE052C

Text Example


Text Example

White with #EE052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE052C; }

 p { color: rgb(238,5,44); }

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

background-color css

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

 a { background-color: rgb(238,5,44); }

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

border-color css

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

 span { border-color: rgb(238,5,44); }

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