Html Css Color HEX #EE022B Torch Red

📋 copy color: '#EE022B'

red 238 ◦ green 2 ◦ blue 43

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

Shades of Torch Red #EE022B

Tints of Torch Red #EE022B

RGB

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

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

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

R = 84.1%
G = 0.71%
B = 15.19%

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

#EE022B (or 0xEE022B) is known color: Torch Red. HEX triplet: EE, 02 and 2B. RGB value is (238,2,43). Sum of RGB (Red+Green+Blue) = 238+2+43=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE022B is #11FDD4. Grayscale: #4D4D4D. Windows color (decimal): -1179093 or 2818798. OLE color: 2818798.

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

Color convert

RGB 238 2 43 -
CMYK 0 0.99 0.82 0.07
HSL 349.58º 0.98% 0.47% -
HSV(B) 349.58º 0.99% 0.93% -
XYZ 35.72 18.39 3.95 -
YUV 77.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 238 2 43 0 0.99 0.82 0.07 349.58 0.98 0.47
Hex EE 2 2B 0 63 52 7 15E 62 2F
Octal 356 2 53 0 143 122 7 536 142 57
Binary 11101110 10 101011 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #EE022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE022B

Black with #EE022B

Text Example


Text Example

White with #EE022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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