Html Css Color HEX #EE0116 Torch Red

📋 copy color: '#EE0116'

red 238 ◦ green 1 ◦ blue 22

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

Shades of Torch Red #EE0116

Tints of Torch Red #EE0116

RGB

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

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

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

R = 91.19%
G = 0.38%
B = 8.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0116 (or 0xEE0116) is known color: Torch Red. HEX triplet: EE, 01 and 16. RGB value is (238,1,22). Sum of RGB (Red+Green+Blue) = 238+1+22=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0116 is #11FEE9. Grayscale: #4A4A4A. Windows color (decimal): -1179370 or 1442286. OLE color: 1442286.

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

Color convert

RGB 238 1 22 -
CMYK 0 1.00 0.91 0.07
HSL 354.68º 0.99% 0.47% -
HSV(B) 354.68º 1% 0.93% -
XYZ 35.42 18.26 2.42 -
YUV 74.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 238 1 22 0 1.00 0.91 0.07 354.68 0.99 0.47
Hex EE 1 16 0 64 5B 7 163 63 2F
Octal 356 1 26 0 144 133 7 543 143 57
Binary 11101110 1 10110 0 1100100 1011011 111 101100011 1100011 101111

Color Harmonies of #EE0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0116

Black with #EE0116

Text Example


Text Example

White with #EE0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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