Html Css Color HEX #EF1418 Fire Engine Red

📋 copy color: '#EF1418'

red 239 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #EF1418

Tints of Fire Engine Red #EF1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 84.45%
G = 7.07%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1418 (or 0xEF1418) is known color: Fire Engine Red. HEX triplet: EF, 14 and 18. RGB value is (239,20,24). Sum of RGB (Red+Green+Blue) = 239+20+24=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1418 is #10EBE7. Grayscale: #565656. Windows color (decimal): -1108968 or 1578223. OLE color: 1578223.

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

Color convert

RGB 239 20 24 -
CMYK 0 0.92 0.90 0.06
HSL 358.9º 0.87% 0.51% -
HSV(B) 358.9º 0.92% 0.94% -
XYZ 36.01 18.92 2.62 -
YUV 85.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 239 20 24 0 0.92 0.90 0.06 358.9 0.87 0.51
Hex EF 14 18 0 5C 5A 6 167 57 33
Octal 357 24 30 0 134 132 6 547 127 63
Binary 11101111 10100 11000 0 1011100 1011010 110 101100111 1010111 110011

Color Harmonies of #EF1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1418

Black with #EF1418

Text Example


Text Example

White with #EF1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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