Html Css Color HEX #EF1314 Fire Engine Red

📋 copy color: '#EF1314'

red 239 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #EF1314

Tints of Fire Engine Red #EF1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 85.97%
G = 6.83%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF1314 (or 0xEF1314) is known color: Fire Engine Red. HEX triplet: EF, 13 and 14. RGB value is (239,19,20). Sum of RGB (Red+Green+Blue) = 239+19+20=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1314 is #10ECEB. Grayscale: #555555. Windows color (decimal): -1109228 or 1315823. OLE color: 1315823.

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

Color convert

RGB 239 19 20 -
CMYK 0 0.92 0.92 0.06
HSL 359.73º 0.87% 0.51% -
HSV(B) 359.73º 0.92% 0.94% -
XYZ 35.96 18.87 2.41 -
YUV 84.89 91.39 237.92 -
System Red Green Blue C M Y K H S L
Decimal 239 19 20 0 0.92 0.92 0.06 359.73 0.87 0.51
Hex EF 13 14 0 5C 5C 6 168 57 33
Octal 357 23 24 0 134 134 6 550 127 63
Binary 11101111 10011 10100 0 1011100 1011100 110 101101000 1010111 110011

Color Harmonies of #EF1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1314

Black with #EF1314

Text Example


Text Example

White with #EF1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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