Html Css Color HEX #EE0916 Torch Red

📋 copy color: '#EE0916'

red 238 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #EE0916

Tints of Torch Red #EE0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 88.48%
G = 3.35%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0916 (or 0xEE0916) is known color: Torch Red. HEX triplet: EE, 09 and 16. RGB value is (238,9,22). Sum of RGB (Red+Green+Blue) = 238+9+22=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0916 is #11F6E9. Grayscale: #4F4F4F. Windows color (decimal): -1177322 or 1444334. OLE color: 1444334.

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

Color convert

RGB 238 9 22 -
CMYK 0 0.96 0.91 0.07
HSL 356.59º 0.93% 0.48% -
HSV(B) 356.59º 0.96% 0.93% -
XYZ 35.5 18.43 2.45 -
YUV 78.95 95.87 241.44 -
System Red Green Blue C M Y K H S L
Decimal 238 9 22 0 0.96 0.91 0.07 356.59 0.93 0.48
Hex EE 9 16 0 60 5B 7 165 5D 30
Octal 356 11 26 0 140 133 7 545 135 60
Binary 11101110 1001 10110 0 1100000 1011011 111 101100101 1011101 110000

Color Harmonies of #EE0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0916

Black with #EE0916

Text Example


Text Example

White with #EE0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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