#EF1936

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

Shades of Torch Red #EF1936

Tints of Torch Red #EF1936

Color information

#EF1936 (or 0xEF1936) is unknown color: approx Torch Red. HEX triplet: EF, 19 and 36. RGB value is (239,25,54). Sum of RGB (Red+Green+Blue) = 239+25+54=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1936 is #10E6C9. Grayscale: #5C5C5C. Windows color (decimal): -1107658 or 3545583. OLE color: 3545583.

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

Color convert

RGB2392554-
CMYK00.900.770.06
HSL351.87º86.99%51.76%-
HSV(B)351.87º89.54%93.73%-
XYZ36.6119.315.29-
YUV92.29106.4232.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.16%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=75.16%
G=7.86%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239255400.900.770.06351.8786.9951.76
HexEF193605A4D61605734
Octal35731660132115654012764
Binary11101111110011101100101101010011011101011000001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1936; }

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

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

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

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

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

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

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

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