Html Css Color HEX #EE081B Torch Red

📋 copy color: '#EE081B'

red 238 ◦ green 8 ◦ blue 27

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

Shades of Torch Red #EE081B

Tints of Torch Red #EE081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 87.18%
G = 2.93%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE081B (or 0xEE081B) is known color: Torch Red. HEX triplet: EE, 08 and 1B. RGB value is (238,8,27). Sum of RGB (Red+Green+Blue) = 238+8+27=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE081B is #11F7E4. Grayscale: #4F4F4F. Windows color (decimal): -1177573 or 1771758. OLE color: 1771758.

HSL color Cylindrical-coordinate representation of color #EE081B: hue angle of 355.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE081B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 27 -
CMYK 0 0.97 0.89 0.07
HSL 355.04º 0.93% 0.48% -
HSV(B) 355.04º 0.97% 0.93% -
XYZ 35.54 18.43 2.72 -
YUV 78.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 238 8 27 0 0.97 0.89 0.07 355.04 0.93 0.48
Hex EE 8 1B 0 61 59 7 163 5D 30
Octal 356 10 33 0 141 131 7 543 135 60
Binary 11101110 1000 11011 0 1100001 1011001 111 101100011 1011101 110000

Color Harmonies of #EE081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE081B

Black with #EE081B

Text Example


Text Example

White with #EE081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE081B; }

 p { color: rgb(238,8,27); }

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

background-color css

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

 a { background-color: rgb(238,8,27); }

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

border-color css

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

 span { border-color: rgb(238,8,27); }

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