#EE0716

Color #EE0716 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EE0716

Tints of Torch Red #EE0716

Color information

#EE0716 (or 0xEE0716) is unknown color: approx Torch Red. HEX triplet: EE, 07 and 16. RGB value is (238,7,22). Sum of RGB (Red+Green+Blue) = 238+7+22=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0716 is #11F8E9. Grayscale: #4D4D4D. Windows color (decimal): -1177834 or 1443822. OLE color: 1443822.

HSL color Cylindrical-coordinate representation of color #EE0716: hue angle of 356.1º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0716 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB238722-
CMYK00.970.910.07
HSL356.1º94.29%48.04%-
HSV(B)356.1º97.06%93.33%-
XYZ35.4818.392.44-
YUV77.7896.53242.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 89.14%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=89.14%
G=2.62%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23872200.970.910.07356.194.2948.04
HexEE7160615B71645e30
Octal3567260141133754413660
Binary11101110111101100110000110110111111011001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0716; }

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

 H1.HeaderClassName
 {
   color: #EE0716;
 }
 .AnyTagClassName
 {
   color: #EE0716;
 }
</style>
background-color css

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

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

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

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

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

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