Html Css Color HEX #EE052B Torch Red

📋 copy color: '#EE052B'

red 238 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #EE052B

Tints of Torch Red #EE052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 83.22%
G = 1.75%
B = 15.03%

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

#EE052B (or 0xEE052B) is known color: Torch Red. HEX triplet: EE, 05 and 2B. RGB value is (238,5,43). Sum of RGB (Red+Green+Blue) = 238+5+43=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE052B is #11FAD4. Grayscale: #4F4F4F. Windows color (decimal): -1178325 or 2819566. OLE color: 2819566.

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

Color convert

RGB 238 5 43 -
CMYK 0 0.98 0.82 0.07
HSL 350.21º 0.96% 0.48% -
HSV(B) 350.21º 0.98% 0.93% -
XYZ 35.75 18.46 3.96 -
YUV 79 107.69 241.41 -
System Red Green Blue C M Y K H S L
Decimal 238 5 43 0 0.98 0.82 0.07 350.21 0.96 0.48
Hex EE 5 2B 0 62 52 7 15E 60 30
Octal 356 5 53 0 142 122 7 536 140 60
Binary 11101110 101 101011 0 1100010 1010010 111 101011110 1100000 110000

Color Harmonies of #EE052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE052B

Black with #EE052B

Text Example


Text Example

White with #EE052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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