Html Css Color HEX #EE022C Torch Red

📋 copy color: '#EE022C'

red 238 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #EE022C

Tints of Torch Red #EE022C

RGB

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

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

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

R = 83.8%
G = 0.7%
B = 15.49%

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

#EE022C (or 0xEE022C) is known color: Torch Red. HEX triplet: EE, 02 and 2C. RGB value is (238,2,44). Sum of RGB (Red+Green+Blue) = 238+2+44=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE022C is #11FDD3. Grayscale: #4D4D4D. Windows color (decimal): -1179092 or 2884334. OLE color: 2884334.

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

Color convert

RGB 238 2 44 -
CMYK 0 0.99 0.82 0.07
HSL 349.32º 0.98% 0.47% -
HSV(B) 349.32º 0.99% 0.93% -
XYZ 35.74 18.4 4.05 -
YUV 77.35 109.19 242.58 -
System Red Green Blue C M Y K H S L
Decimal 238 2 44 0 0.99 0.82 0.07 349.32 0.98 0.47
Hex EE 2 2C 0 63 52 7 15D 62 2F
Octal 356 2 54 0 143 122 7 535 142 57
Binary 11101110 10 101100 0 1100011 1010010 111 101011101 1100010 101111

Color Harmonies of #EE022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE022C

Black with #EE022C

Text Example


Text Example

White with #EE022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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