Html Css Color HEX #EE0118 Torch Red

📋 copy color: '#EE0118'

red 238 ◦ green 1 ◦ blue 24

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

Shades of Torch Red #EE0118

Tints of Torch Red #EE0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 90.49%
G = 0.38%
B = 9.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0118 (or 0xEE0118) is known color: Torch Red. HEX triplet: EE, 01 and 18. RGB value is (238,1,24). Sum of RGB (Red+Green+Blue) = 238+1+24=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0118 is #11FEE7. Grayscale: #4A4A4A. Windows color (decimal): -1179368 or 1573358. OLE color: 1573358.

HSL color Cylindrical-coordinate representation of color #EE0118: hue angle of 354.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 24 -
CMYK 0 1.00 0.90 0.07
HSL 354.18º 0.99% 0.47% -
HSV(B) 354.18º 1% 0.93% -
XYZ 35.44 18.26 2.52 -
YUV 74.49 99.52 244.63 -
System Red Green Blue C M Y K H S L
Decimal 238 1 24 0 1.00 0.90 0.07 354.18 0.99 0.47
Hex EE 1 18 0 64 5A 7 162 63 2F
Octal 356 1 30 0 144 132 7 542 143 57
Binary 11101110 1 11000 0 1100100 1011010 111 101100010 1100011 101111

Color Harmonies of #EE0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0118

Black with #EE0118

Text Example


Text Example

White with #EE0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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