Html Css Color HEX #EF1114 Fire Engine Red

📋 copy color: '#EF1114'

red 239 ◦ green 17 ◦ blue 20

#EF1114
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #EF1114

Tints of Fire Engine Red #EF1114

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.2% from 255) = 7.25%

R = 86.59%
G = 6.16%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF1114 (or 0xEF1114) is known color: 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

RGB 239 17 20 -
CMYK 0 0.93 0.92 0.06
HSL 359.19º 0.87% 0.5% -
HSV(B) 359.19º 0.93% 0.94% -
XYZ 35.92 18.8 2.4 -
YUV 83.72 92.05 238.76 -
System Red Green Blue C M Y K H S L
Decimal 239 17 20 0 0.93 0.92 0.06 359.19 0.87 0.5
Hex EF 11 14 0 5D 5C 6 167 57 32
Octal 357 21 24 0 135 134 6 547 127 62
Binary 11101111 10001 10100 0 1011101 1011100 110 101100111 1010111 110010

Color Harmonies of #EF1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1114

Black with #EF1114

Text Example


Text Example

White with #EF1114

Text Example


Text Example

HTML Codes & Css Web 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>