#EF0114

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

Shades of Torch Red #EF0114

Tints of Torch Red #EF0114

Color information

#EF0114 (or 0xEF0114) is unknown color: approx Torch Red. HEX triplet: EF, 01 and 14. RGB value is (239,1,20). Sum of RGB (Red+Green+Blue) = 239+1+20=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0114 is #10FEEB. Grayscale: #4A4A4A. Windows color (decimal): -1113836 or 1311215. OLE color: 1311215.

HSL color Cylindrical-coordinate representation of color #EF0114: hue angle of 355.21º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0114 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB239120-
CMYK01.000.920.06
HSL355.21º99.17%47.06%-
HSV(B)355.21º99.58%93.73%-
XYZ35.7318.422.33-
YUV74.3397.35245.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 91.92%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 20 (8.20% from 255) = 7.69%
R=91.92%
G=0.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912001.000.920.06355.2199.1747.06
HexEF1140645C6163632f
Octal3571240144134654314357
Binary111011111101000110010010111001101011000111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0114; }

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

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

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

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

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

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

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

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