Html Css Color HEX #EE0221 Torch Red

📋 copy color: '#EE0221'

red 238 ◦ green 2 ◦ blue 33

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

Shades of Torch Red #EE0221

Tints of Torch Red #EE0221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 87.18%
G = 0.73%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE0221 (or 0xEE0221) is known color: Torch Red. HEX triplet: EE, 02 and 21. RGB value is (238,2,33). Sum of RGB (Red+Green+Blue) = 238+2+33=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0221 is #11FDDE. Grayscale: #4C4C4C. Windows color (decimal): -1179103 or 2163438. OLE color: 2163438.

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

Color convert

RGB 238 2 33 -
CMYK 0 0.99 0.86 0.07
HSL 352.12º 0.98% 0.47% -
HSV(B) 352.12º 0.99% 0.93% -
XYZ 35.56 18.33 3.1 -
YUV 76.1 103.69 243.48 -
System Red Green Blue C M Y K H S L
Decimal 238 2 33 0 0.99 0.86 0.07 352.12 0.98 0.47
Hex EE 2 21 0 63 56 7 160 62 2F
Octal 356 2 41 0 143 126 7 540 142 57
Binary 11101110 10 100001 0 1100011 1010110 111 101100000 1100010 101111

Color Harmonies of #EE0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0221

Black with #EE0221

Text Example


Text Example

White with #EE0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0221; }

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

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

background-color css

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

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

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

border-color css

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

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

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