Html Css Color HEX #EA181C Fire Engine Red

📋 copy color: '#EA181C'

red 234 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #EA181C

Tints of Fire Engine Red #EA181C

RGB

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

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

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

R = 81.82%
G = 8.39%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA181C (or 0xEA181C) is known color: Fire Engine Red. HEX triplet: EA, 18 and 1C. RGB value is (234,24,28). Sum of RGB (Red+Green+Blue) = 234+24+28=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA181C is #15E7E3. Grayscale: #575757. Windows color (decimal): -1435620 or 1841386. OLE color: 1841386.

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

Color convert

RGB 234 24 28 -
CMYK 0 0.90 0.88 0.08
HSL 358.86º 0.83% 0.51% -
HSV(B) 358.86º 0.9% 0.92% -
XYZ 34.47 18.23 2.8 -
YUV 87.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 234 24 28 0 0.90 0.88 0.08 358.86 0.83 0.51
Hex EA 18 1C 0 5A 58 8 167 53 33
Octal 352 30 34 0 132 130 10 547 123 63
Binary 11101010 11000 11100 0 1011010 1011000 1000 101100111 1010011 110011

Color Harmonies of #EA181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA181C

Black with #EA181C

Text Example


Text Example

White with #EA181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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