Html Css Color HEX #EE021F Torch Red

📋 copy color: '#EE021F'

red 238 ◦ green 2 ◦ blue 31

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

Shades of Torch Red #EE021F

Tints of Torch Red #EE021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 87.82%
G = 0.74%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE021F (or 0xEE021F) is known color: Torch Red. HEX triplet: EE, 02 and 1F. RGB value is (238,2,31). Sum of RGB (Red+Green+Blue) = 238+2+31=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE021F is #11FDE0. Grayscale: #4B4B4B. Windows color (decimal): -1179105 or 2032366. OLE color: 2032366.

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

Color convert

RGB 238 2 31 -
CMYK 0 0.99 0.87 0.07
HSL 352.63º 0.98% 0.47% -
HSV(B) 352.63º 0.99% 0.93% -
XYZ 35.53 18.32 2.96 -
YUV 75.87 102.69 243.64 -
System Red Green Blue C M Y K H S L
Decimal 238 2 31 0 0.99 0.87 0.07 352.63 0.98 0.47
Hex EE 2 1F 0 63 57 7 161 62 2F
Octal 356 2 37 0 143 127 7 541 142 57
Binary 11101110 10 11111 0 1100011 1010111 111 101100001 1100010 101111

Color Harmonies of #EE021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE021F

Black with #EE021F

Text Example


Text Example

White with #EE021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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