Html Css Color HEX #EE081D Torch Red

📋 copy color: '#EE081D'

red 238 ◦ green 8 ◦ blue 29

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

Shades of Torch Red #EE081D

Tints of Torch Red #EE081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 86.55%
G = 2.91%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE081D (or 0xEE081D) is known color: Torch Red. HEX triplet: EE, 08 and 1D. RGB value is (238,8,29). Sum of RGB (Red+Green+Blue) = 238+8+29=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE081D is #11F7E2. Grayscale: #4F4F4F. Windows color (decimal): -1177571 or 1902830. OLE color: 1902830.

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

Color convert

RGB 238 8 29 -
CMYK 0 0.97 0.88 0.07
HSL 354.52º 0.93% 0.48% -
HSV(B) 354.52º 0.97% 0.93% -
XYZ 35.57 18.44 2.85 -
YUV 79.16 99.7 241.29 -
System Red Green Blue C M Y K H S L
Decimal 238 8 29 0 0.97 0.88 0.07 354.52 0.93 0.48
Hex EE 8 1D 0 61 58 7 163 5D 30
Octal 356 10 35 0 141 130 7 543 135 60
Binary 11101110 1000 11101 0 1100001 1011000 111 101100011 1011101 110000

Color Harmonies of #EE081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE081D

Black with #EE081D

Text Example


Text Example

White with #EE081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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