Html Css Color HEX #EE022D Torch Red

📋 copy color: '#EE022D'

red 238 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #EE022D

Tints of Torch Red #EE022D

RGB

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

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

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

R = 83.51%
G = 0.7%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE022D (or 0xEE022D) is known color: Torch Red. HEX triplet: EE, 02 and 2D. RGB value is (238,2,45). Sum of RGB (Red+Green+Blue) = 238+2+45=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE022D is #11FDD2. Grayscale: #4D4D4D. Windows color (decimal): -1179091 or 2949870. OLE color: 2949870.

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

Color convert

RGB 238 2 45 -
CMYK 0 0.99 0.81 0.07
HSL 349.07º 0.98% 0.47% -
HSV(B) 349.07º 0.99% 0.93% -
XYZ 35.76 18.41 4.15 -
YUV 77.47 109.69 242.5 -
System Red Green Blue C M Y K H S L
Decimal 238 2 45 0 0.99 0.81 0.07 349.07 0.98 0.47
Hex EE 2 2D 0 63 51 7 15D 62 2F
Octal 356 2 55 0 143 121 7 535 142 57
Binary 11101110 10 101101 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #EE022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE022D

Black with #EE022D

Text Example


Text Example

White with #EE022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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