Html Css Color HEX #EE022A Torch Red

📋 copy color: '#EE022A'

red 238 ◦ green 2 ◦ blue 42

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

Shades of Torch Red #EE022A

Tints of Torch Red #EE022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 84.4%
G = 0.71%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE022A (or 0xEE022A) is known color: Torch Red. HEX triplet: EE, 02 and 2A. RGB value is (238,2,42). Sum of RGB (Red+Green+Blue) = 238+2+42=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE022A is #11FDD5. Grayscale: #4D4D4D. Windows color (decimal): -1179094 or 2753262. OLE color: 2753262.

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

Color convert

RGB 238 2 42 -
CMYK 0 0.99 0.82 0.07
HSL 349.83º 0.98% 0.47% -
HSV(B) 349.83º 0.99% 0.93% -
XYZ 35.7 18.39 3.86 -
YUV 77.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 238 2 42 0 0.99 0.82 0.07 349.83 0.98 0.47
Hex EE 2 2A 0 63 52 7 15E 62 2F
Octal 356 2 52 0 143 122 7 536 142 57
Binary 11101110 10 101010 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #EE022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE022A

Black with #EE022A

Text Example


Text Example

White with #EE022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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