Html Css Color HEX #EF1014 Fire Engine Red

📋 copy color: '#EF1014'

red 239 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #EF1014

Tints of Fire Engine Red #EF1014

RGB

 RED value IS 239 (93.75% from 255) = 86.91%

 GREEN value IS 16 (6.64% from 255) = 5.82%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 86.91%
G = 5.82%
B = 7.27%

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

#EF1014 (or 0xEF1014) is known color: Fire Engine Red. HEX triplet: EF, 10 and 14. RGB value is (239,16,20). Sum of RGB (Red+Green+Blue) = 239+16+20=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1014 is #10EFEB. Grayscale: #535353. Windows color (decimal): -1109996 or 1315055. OLE color: 1315055.

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

Color convert

RGB 239 16 20 -
CMYK 0 0.93 0.92 0.06
HSL 358.92º 0.87% 0.5% -
HSV(B) 358.92º 0.93% 0.94% -
XYZ 35.91 18.77 2.39 -
YUV 83.13 92.38 239.17 -
System Red Green Blue C M Y K H S L
Decimal 239 16 20 0 0.93 0.92 0.06 358.92 0.87 0.5
Hex EF 10 14 0 5D 5C 6 167 57 32
Octal 357 20 24 0 135 134 6 547 127 62
Binary 11101111 10000 10100 0 1011101 1011100 110 101100111 1010111 110010

Color Harmonies of #EF1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1014

Black with #EF1014

Text Example


Text Example

White with #EF1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1014; }

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

 H1.HeaderClassName
 {
   color: #EF1014;
 }
 .AnyTagClassName
 {
   color: #EF1014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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