#EA1315

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

Shades of Fire Engine Red #EA1315

Tints of Fire Engine Red #EA1315

Color information

#EA1315 (or 0xEA1315) is unknown color: approx Fire Engine Red. HEX triplet: EA, 13 and 15. RGB value is (234,19,21). Sum of RGB (Red+Green+Blue) = 234+19+21=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1315 is #15ECEA. Grayscale: #535353. Windows color (decimal): -1436907 or 1381354. OLE color: 1381354.

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

Color convert

RGB2341921-
CMYK00.920.910.08
HSL359.44º84.98%49.61%-
HSV(B)359.44º91.88%91.76%-
XYZ34.318.012.38-
YUV83.5192.73235.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 85.40%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 21 (8.59% from 255) = 7.66%
R=85.40%
G=6.93%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234192100.920.910.08359.4484.9849.61
HexEA131505C5B81675532
Octal352232501341331054712562
Binary11101010100111010101011100101101110001011001111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1315; }

 p { color: rgb(234,19,21); }

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

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

 a { background-color: rgb(234,19,21); }

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

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

 span { border-color: rgb(234,19,21); }

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