Html Css Color HEX #EE052D Torch Red

📋 copy color: '#EE052D'

red 238 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #EE052D

Tints of Torch Red #EE052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 82.64%
G = 1.74%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE052D (or 0xEE052D) is known color: Torch Red. HEX triplet: EE, 05 and 2D. RGB value is (238,5,45). Sum of RGB (Red+Green+Blue) = 238+5+45=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE052D is #11FAD2. Grayscale: #4F4F4F. Windows color (decimal): -1178323 or 2950638. OLE color: 2950638.

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

Color convert

RGB 238 5 45 -
CMYK 0 0.98 0.81 0.07
HSL 349.7º 0.96% 0.48% -
HSV(B) 349.7º 0.98% 0.93% -
XYZ 35.79 18.48 4.16 -
YUV 79.23 108.69 241.25 -
System Red Green Blue C M Y K H S L
Decimal 238 5 45 0 0.98 0.81 0.07 349.7 0.96 0.48
Hex EE 5 2D 0 62 51 7 15E 60 30
Octal 356 5 55 0 142 121 7 536 140 60
Binary 11101110 101 101101 0 1100010 1010001 111 101011110 1100000 110000

Color Harmonies of #EE052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE052D

Black with #EE052D

Text Example


Text Example

White with #EE052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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