#EF1126

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

Shades of Torch Red #EF1126

Tints of Torch Red #EF1126

Color information

#EF1126 (or 0xEF1126) is unknown color: approx Torch Red. HEX triplet: EF, 11 and 26. RGB value is (239,17,38). Sum of RGB (Red+Green+Blue) = 239+17+38=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1126 is #10EED9. Grayscale: #555555. Windows color (decimal): -1109722 or 2494959. OLE color: 2494959.

HSL color Cylindrical-coordinate representation of color #EF1126: hue angle of 354.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1126 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB2391738-
CMYK00.930.840.06
HSL354.32º87.4%50.2%-
HSV(B)354.32º92.89%93.73%-
XYZ36.1518.893.58-
YUV85.77101.05237.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.29%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=81.29%
G=5.78%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239173800.930.840.06354.3287.450.2
HexEF112605D5461625732
Octal35721460135124654212762
Binary11101111100011001100101110110101001101011000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1126; }

 p { color: rgb(239,17,38); }

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

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

 a { background-color: rgb(239,17,38); }

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

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

 span { border-color: rgb(239,17,38); }

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