#EF1436

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

Shades of Torch Red #EF1436

Tints of Torch Red #EF1436

Color information

#EF1436 (or 0xEF1436) is unknown color: approx Torch Red. HEX triplet: EF, 14 and 36. RGB value is (239,20,54). Sum of RGB (Red+Green+Blue) = 239+20+54=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1436 is #10EBC9. Grayscale: #595959. Windows color (decimal): -1108938 or 3544303. OLE color: 3544303.

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

Color convert

RGB2392054-
CMYK00.920.770.06
HSL350.68º87.25%50.78%-
HSV(B)350.68º91.63%93.73%-
XYZ36.5119.125.26-
YUV89.36108.05234.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.36%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=76.36%
G=6.39%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239205400.920.770.06350.6887.2550.78
HexEF143605C4D615f5733
Octal35724660134115653712763
Binary11101111101001101100101110010011011101010111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1436; }

 p { color: rgb(239,20,54); }

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

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

 a { background-color: rgb(239,20,54); }

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

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

 span { border-color: rgb(239,20,54); }

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