Html Css Color HEX #EE082F Torch Red

📋 copy color: '#EE082F'

red 238 ◦ green 8 ◦ blue 47

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

Shades of Torch Red #EE082F

Tints of Torch Red #EE082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 81.23%
G = 2.73%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE082F (or 0xEE082F) is known color: Torch Red. HEX triplet: EE, 08 and 2F. RGB value is (238,8,47). Sum of RGB (Red+Green+Blue) = 238+8+47=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE082F is #11F7D0. Grayscale: #515151. Windows color (decimal): -1177553 or 3082478. OLE color: 3082478.

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

Color convert

RGB 238 8 47 -
CMYK 0 0.97 0.80 0.07
HSL 349.83º 0.93% 0.48% -
HSV(B) 349.83º 0.97% 0.93% -
XYZ 35.86 18.56 4.38 -
YUV 81.22 108.7 239.83 -
System Red Green Blue C M Y K H S L
Decimal 238 8 47 0 0.97 0.80 0.07 349.83 0.93 0.48
Hex EE 8 2F 0 61 50 7 15E 5D 30
Octal 356 10 57 0 141 120 7 536 135 60
Binary 11101110 1000 101111 0 1100001 1010000 111 101011110 1011101 110000

Color Harmonies of #EE082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE082F

Black with #EE082F

Text Example


Text Example

White with #EE082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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