Html Css Color HEX #EF1718 Fire Engine Red

📋 copy color: '#EF1718'

red 239 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #EF1718

Tints of Fire Engine Red #EF1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 83.57%
G = 8.04%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1718 (or 0xEF1718) is known color: Fire Engine Red. HEX triplet: EF, 17 and 18. RGB value is (239,23,24). Sum of RGB (Red+Green+Blue) = 239+23+24=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1718 is #10E8E7. Grayscale: #575757. Windows color (decimal): -1108200 or 1578991. OLE color: 1578991.

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

Color convert

RGB 239 23 24 -
CMYK 0 0.90 0.90 0.06
HSL 359.72º 0.87% 0.51% -
HSV(B) 359.72º 0.9% 0.94% -
XYZ 36.07 19.03 2.64 -
YUV 87.7 92.06 235.92 -
System Red Green Blue C M Y K H S L
Decimal 239 23 24 0 0.90 0.90 0.06 359.72 0.87 0.51
Hex EF 17 18 0 5A 5A 6 168 57 33
Octal 357 27 30 0 132 132 6 550 127 63
Binary 11101111 10111 11000 0 1011010 1011010 110 101101000 1010111 110011

Color Harmonies of #EF1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1718

Black with #EF1718

Text Example


Text Example

White with #EF1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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