Html Css Color HEX #EA191E Fire Engine Red

📋 copy color: '#EA191E'

red 234 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #EA191E

Tints of Fire Engine Red #EA191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 80.97%
G = 8.65%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA191E (or 0xEA191E) is known color: Fire Engine Red. HEX triplet: EA, 19 and 1E. RGB value is (234,25,30). Sum of RGB (Red+Green+Blue) = 234+25+30=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA191E is #15E6E1. Grayscale: #585858. Windows color (decimal): -1435362 or 1972714. OLE color: 1972714.

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

Color convert

RGB 234 25 30 -
CMYK 0 0.89 0.87 0.08
HSL 358.56º 0.83% 0.51% -
HSV(B) 358.56º 0.89% 0.92% -
XYZ 34.51 18.28 2.94 -
YUV 88.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 234 25 30 0 0.89 0.87 0.08 358.56 0.83 0.51
Hex EA 19 1E 0 59 57 8 167 53 33
Octal 352 31 36 0 131 127 10 547 123 63
Binary 11101010 11001 11110 0 1011001 1010111 1000 101100111 1010011 110011

Color Harmonies of #EA191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA191E

Black with #EA191E

Text Example


Text Example

White with #EA191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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