Html Css Color HEX #EF1519 Fire Engine Red

📋 copy color: '#EF1519'

red 239 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #EF1519

Tints of Fire Engine Red #EF1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 83.86%
G = 7.37%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1519 (or 0xEF1519) is known color: Fire Engine Red. HEX triplet: EF, 15 and 19. RGB value is (239,21,25). Sum of RGB (Red+Green+Blue) = 239+21+25=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1519 is #10EAE6. Grayscale: #565656. Windows color (decimal): -1108711 or 1644015. OLE color: 1644015.

HSL color Cylindrical-coordinate representation of color #EF1519: 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.91%. Process color model (Four color, CMYK) of #EF1519 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 25 -
CMYK 0 0.91 0.90 0.06
HSL 358.9º 0.87% 0.51% -
HSV(B) 358.9º 0.91% 0.94% -
XYZ 36.04 18.96 2.68 -
YUV 86.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 239 21 25 0 0.91 0.90 0.06 358.9 0.87 0.51
Hex EF 15 19 0 5B 5A 6 167 57 33
Octal 357 25 31 0 133 132 6 547 127 63
Binary 11101111 10101 11001 0 1011011 1011010 110 101100111 1010111 110011

Color Harmonies of #EF1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1519

Black with #EF1519

Text Example


Text Example

White with #EF1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1519; }

 p { color: rgb(239,21,25); }

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

background-color css

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

 a { background-color: rgb(239,21,25); }

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

border-color css

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

 span { border-color: rgb(239,21,25); }

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