Html Css Color HEX #EE0917 Torch Red

📋 copy color: '#EE0917'

red 238 ◦ green 9 ◦ blue 23

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

Shades of Torch Red #EE0917

Tints of Torch Red #EE0917

RGB

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

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

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

R = 88.15%
G = 3.33%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0917 (or 0xEE0917) is known color: Torch Red. HEX triplet: EE, 09 and 17. RGB value is (238,9,23). Sum of RGB (Red+Green+Blue) = 238+9+23=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0917 is #11F6E8. Grayscale: #4F4F4F. Windows color (decimal): -1177321 or 1509870. OLE color: 1509870.

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

Color convert

RGB 238 9 23 -
CMYK 0 0.96 0.90 0.07
HSL 356.33º 0.93% 0.48% -
HSV(B) 356.33º 0.96% 0.93% -
XYZ 35.51 18.43 2.5 -
YUV 79.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 238 9 23 0 0.96 0.90 0.07 356.33 0.93 0.48
Hex EE 9 17 0 60 5A 7 164 5D 30
Octal 356 11 27 0 140 132 7 544 135 60
Binary 11101110 1001 10111 0 1100000 1011010 111 101100100 1011101 110000

Color Harmonies of #EE0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0917

Black with #EE0917

Text Example


Text Example

White with #EE0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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