Html Css Color HEX #EA111C Fire Engine Red

📋 copy color: '#EA111C'

red 234 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #EA111C

Tints of Fire Engine Red #EA111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 83.87%
G = 6.09%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA111C (or 0xEA111C) is known color: Fire Engine Red. HEX triplet: EA, 11 and 1C. RGB value is (234,17,28). Sum of RGB (Red+Green+Blue) = 234+17+28=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA111C is #15EEE3. Grayscale: #535353. Windows color (decimal): -1437412 or 1839594. OLE color: 1839594.

HSL color Cylindrical-coordinate representation of color #EA111C: hue angle of 356.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 28 -
CMYK 0 0.93 0.88 0.08
HSL 356.96º 0.86% 0.49% -
HSV(B) 356.96º 0.93% 0.92% -
XYZ 34.34 17.98 2.76 -
YUV 83.14 96.89 235.61 -
System Red Green Blue C M Y K H S L
Decimal 234 17 28 0 0.93 0.88 0.08 356.96 0.86 0.49
Hex EA 11 1C 0 5D 58 8 165 56 31
Octal 352 21 34 0 135 130 10 545 126 61
Binary 11101010 10001 11100 0 1011101 1011000 1000 101100101 1010110 110001

Color Harmonies of #EA111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA111C

Black with #EA111C

Text Example


Text Example

White with #EA111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA111C; }

 p { color: rgb(234,17,28); }

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

background-color css

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

 a { background-color: rgb(234,17,28); }

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

border-color css

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

 span { border-color: rgb(234,17,28); }

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