Html Css Color HEX #EE0B17 Torch Red

📋 copy color: '#EE0B17'

red 238 ◦ green 11 ◦ blue 23

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

Shades of Torch Red #EE0B17

Tints of Torch Red #EE0B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 87.5%
G = 4.04%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0B17 (or 0xEE0B17) is known color: Torch Red. HEX triplet: EE, 0B and 17. RGB value is (238,11,23). Sum of RGB (Red+Green+Blue) = 238+11+23=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0B17 is #11F4E8. Grayscale: #505050. Windows color (decimal): -1176809 or 1510382. OLE color: 1510382.

HSL color Cylindrical-coordinate representation of color #EE0B17: hue angle of 356.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B17 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 11 23 -
CMYK 0 0.95 0.90 0.07
HSL 356.83º 0.91% 0.49% -
HSV(B) 356.83º 0.95% 0.93% -
XYZ 35.53 18.48 2.5 -
YUV 80.24 95.71 240.52 -
System Red Green Blue C M Y K H S L
Decimal 238 11 23 0 0.95 0.90 0.07 356.83 0.91 0.49
Hex EE B 17 0 5F 5A 7 165 5B 31
Octal 356 13 27 0 137 132 7 545 133 61
Binary 11101110 1011 10111 0 1011111 1011010 111 101100101 1011011 110001

Color Harmonies of #EE0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0B17

Black with #EE0B17

Text Example


Text Example

White with #EE0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0B17; }

 p { color: rgb(238,11,23); }

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

background-color css

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

 a { background-color: rgb(238,11,23); }

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

border-color css

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

 span { border-color: rgb(238,11,23); }

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