#EF1639

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

Shades of Torch Red #EF1639

Tints of Torch Red #EF1639

Color information

#EF1639 (or 0xEF1639) is unknown color: approx Torch Red. HEX triplet: EF, 16 and 39. RGB value is (239,22,57). Sum of RGB (Red+Green+Blue) = 239+22+57=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1639 is #10E9C6. Grayscale: #5A5A5A. Windows color (decimal): -1108423 or 3741423. OLE color: 3741423.

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

Color convert

RGB2392257-
CMYK00.910.760.06
HSL350.32º87.15%51.18%-
HSV(B)350.32º90.79%93.73%-
XYZ36.6219.225.65-
YUV90.87108.89233.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.16%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=75.16%
G=6.92%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239225700.910.760.06350.3287.1551.18
HexEF163905B4C615e5733
Octal35726710133114653612763
Binary11101111101101110010101101110011001101010111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1639; }

 p { color: rgb(239,22,57); }

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

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

 a { background-color: rgb(239,22,57); }

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

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

 span { border-color: rgb(239,22,57); }

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