#EF1114

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

Shades of Fire Engine Red #EF1114

Tints of Fire Engine Red #EF1114

Color information

#EF1114 (or 0xEF1114) is unknown color: approx Fire Engine Red. HEX triplet: EF, 11 and 14. RGB value is (239,17,20). Sum of RGB (Red+Green+Blue) = 239+17+20=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1114 is #10EEEB. Grayscale: #535353. Windows color (decimal): -1109740 or 1315311. OLE color: 1315311.

HSL color Cylindrical-coordinate representation of color #EF1114: hue angle of 359.19º 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 #EF1114 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB2391720-
CMYK00.930.920.06
HSL359.19º87.4%50.2%-
HSV(B)359.19º92.89%93.73%-
XYZ35.9218.82.4-
YUV83.7292.05238.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 86.59%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=86.59%
G=6.16%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239172000.930.920.06359.1987.450.2
HexEF111405D5C61675732
Octal35721240135134654712762
Binary1110111110001101000101110110111001101011001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1114; }

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

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

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

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

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

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

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

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