Html Css Color HEX #EE052A Torch Red

📋 copy color: '#EE052A'

red 238 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #EE052A

Tints of Torch Red #EE052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 83.51%
G = 1.75%
B = 14.74%

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

#EE052A (or 0xEE052A) is known color: Torch Red. HEX triplet: EE, 05 and 2A. RGB value is (238,5,42). Sum of RGB (Red+Green+Blue) = 238+5+42=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE052A is #11FAD5. Grayscale: #4E4E4E. Windows color (decimal): -1178326 or 2754030. OLE color: 2754030.

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

Color convert

RGB 238 5 42 -
CMYK 0 0.98 0.82 0.07
HSL 350.47º 0.96% 0.48% -
HSV(B) 350.47º 0.98% 0.93% -
XYZ 35.73 18.45 3.87 -
YUV 78.89 107.19 241.49 -
System Red Green Blue C M Y K H S L
Decimal 238 5 42 0 0.98 0.82 0.07 350.47 0.96 0.48
Hex EE 5 2A 0 62 52 7 15E 60 30
Octal 356 5 52 0 142 122 7 536 140 60
Binary 11101110 101 101010 0 1100010 1010010 111 101011110 1100000 110000

Color Harmonies of #EE052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE052A

Black with #EE052A

Text Example


Text Example

White with #EE052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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