Html Css Color HEX #EA111B Fire Engine Red

📋 copy color: '#EA111B'

red 234 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #EA111B

Tints of Fire Engine Red #EA111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 84.17%
G = 6.12%
B = 9.71%

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

#EA111B (or 0xEA111B) is known color: Fire Engine Red. HEX triplet: EA, 11 and 1B. RGB value is (234,17,27). Sum of RGB (Red+Green+Blue) = 234+17+27=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA111B is #15EEE4. Grayscale: #535353. Windows color (decimal): -1437413 or 1774058. OLE color: 1774058.

HSL color Cylindrical-coordinate representation of color #EA111B: hue angle of 357.24º 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 #EA111B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 27 -
CMYK 0 0.93 0.88 0.08
HSL 357.24º 0.86% 0.49% -
HSV(B) 357.24º 0.93% 0.92% -
XYZ 34.33 17.97 2.7 -
YUV 83.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 234 17 27 0 0.93 0.88 0.08 357.24 0.86 0.49
Hex EA 11 1B 0 5D 58 8 165 56 31
Octal 352 21 33 0 135 130 10 545 126 61
Binary 11101010 10001 11011 0 1011101 1011000 1000 101100101 1010110 110001

Color Harmonies of #EA111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA111B

Black with #EA111B

Text Example


Text Example

White with #EA111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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