Html Css Color HEX #EE091B Torch Red

📋 copy color: '#EE091B'

red 238 ◦ green 9 ◦ blue 27

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

Shades of Torch Red #EE091B

Tints of Torch Red #EE091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 86.86%
G = 3.28%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE091B (or 0xEE091B) is known color: Torch Red. HEX triplet: EE, 09 and 1B. RGB value is (238,9,27). Sum of RGB (Red+Green+Blue) = 238+9+27=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE091B is #11F6E4. Grayscale: #4F4F4F. Windows color (decimal): -1177317 or 1772014. OLE color: 1772014.

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

Color convert

RGB 238 9 27 -
CMYK 0 0.96 0.89 0.07
HSL 355.28º 0.93% 0.48% -
HSV(B) 355.28º 0.96% 0.93% -
XYZ 35.56 18.45 2.72 -
YUV 79.52 98.37 241.04 -
System Red Green Blue C M Y K H S L
Decimal 238 9 27 0 0.96 0.89 0.07 355.28 0.93 0.48
Hex EE 9 1B 0 60 59 7 163 5D 30
Octal 356 11 33 0 140 131 7 543 135 60
Binary 11101110 1001 11011 0 1100000 1011001 111 101100011 1011101 110000

Color Harmonies of #EE091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE091B

Black with #EE091B

Text Example


Text Example

White with #EE091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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