Html Css Color HEX #EA1819 Fire Engine Red

📋 copy color: '#EA1819'

red 234 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #EA1819

Tints of Fire Engine Red #EA1819

RGB

 RED value IS 234 (91.8% from 255) = 82.69%

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

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

R = 82.69%
G = 8.48%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA1819 (or 0xEA1819) is known color: Fire Engine Red. HEX triplet: EA, 18 and 19. RGB value is (234,24,25). Sum of RGB (Red+Green+Blue) = 234+24+25=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1819 is #15E7E6. Grayscale: #575757. Windows color (decimal): -1435623 or 1644778. OLE color: 1644778.

HSL color Cylindrical-coordinate representation of color #EA1819: hue angle of 359.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1819 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 25 -
CMYK 0 0.90 0.89 0.08
HSL 359.71º 0.83% 0.51% -
HSV(B) 359.71º 0.9% 0.92% -
XYZ 34.43 18.22 2.62 -
YUV 86.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 234 24 25 0 0.90 0.89 0.08 359.71 0.83 0.51
Hex EA 18 19 0 5A 59 8 168 53 33
Octal 352 30 31 0 132 131 10 550 123 63
Binary 11101010 11000 11001 0 1011010 1011001 1000 101101000 1010011 110011

Color Harmonies of #EA1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1819

Black with #EA1819

Text Example


Text Example

White with #EA1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1819; }

 p { color: rgb(234,24,25); }

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

background-color css

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

 a { background-color: rgb(234,24,25); }

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

border-color css

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

 span { border-color: rgb(234,24,25); }

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