#EA0914

Color #EA0914 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #EA0914

Tints of Fire Engine Red #EA0914

Color information

#EA0914 (or 0xEA0914) is unknown color: approx Fire Engine Red. HEX triplet: EA, 09 and 14. RGB value is (234,9,20). Sum of RGB (Red+Green+Blue) = 234+9+20=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0914 is #15F6EB. Grayscale: #4D4D4D. Windows color (decimal): -1439468 or 1313258. OLE color: 1313258.

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

Color convert

RGB234920-
CMYK00.960.910.08
HSL357.07º92.59%47.65%-
HSV(B)357.07º96.15%91.76%-
XYZ34.1617.742.29-
YUV77.5395.54239.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 88.97%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=88.97%
G=3.42%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23492000.960.910.08357.0792.5947.65
HexEA9140605B81655d30
Octal352112401401331054513560
Binary1110101010011010001100000101101110001011001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0914; }

 p { color: rgb(234,9,20); }

 H1.HeaderClassName
 {
   color: #EA0914;
 }
 .AnyTagClassName
 {
   color: #EA0914;
 }
</style>
background-color css

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

 a { background-color: rgb(234,9,20); }

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

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

 span { border-color: rgb(234,9,20); }

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