Html Css Color HEX #EE0A18 Torch Red

📋 copy color: '#EE0A18'

red 238 ◦ green 10 ◦ blue 24

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

Shades of Torch Red #EE0A18

Tints of Torch Red #EE0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 87.5%
G = 3.68%
B = 8.82%

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

#EE0A18 (or 0xEE0A18) is known color: Torch Red. HEX triplet: EE, 0A and 18. RGB value is (238,10,24). Sum of RGB (Red+Green+Blue) = 238+10+24=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A18 is #11F5E7. Grayscale: #4F4F4F. Windows color (decimal): -1177064 or 1575662. OLE color: 1575662.

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

Color convert

RGB 238 10 24 -
CMYK 0 0.96 0.90 0.07
HSL 356.32º 0.92% 0.49% -
HSV(B) 356.32º 0.96% 0.93% -
XYZ 35.53 18.46 2.55 -
YUV 79.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 238 10 24 0 0.96 0.90 0.07 356.32 0.92 0.49
Hex EE A 18 0 60 5A 7 164 5C 31
Octal 356 12 30 0 140 132 7 544 134 61
Binary 11101110 1010 11000 0 1100000 1011010 111 101100100 1011100 110001

Color Harmonies of #EE0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A18

Black with #EE0A18

Text Example


Text Example

White with #EE0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A18; }

 p { color: rgb(238,10,24); }

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

background-color css

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

 a { background-color: rgb(238,10,24); }

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

border-color css

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

 span { border-color: rgb(238,10,24); }

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