#EA0913

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

Shades of Fire Engine Red #EA0913

Tints of Fire Engine Red #EA0913

Color information

#EA0913 (or 0xEA0913) is unknown color: approx Fire Engine Red. HEX triplet: EA, 09 and 13. RGB value is (234,9,19). Sum of RGB (Red+Green+Blue) = 234+9+19=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0913 is #15F6EC. Grayscale: #4D4D4D. Windows color (decimal): -1439469 or 1247722. OLE color: 1247722.

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

Color convert

RGB234919-
CMYK00.960.920.08
HSL357.33º92.59%47.65%-
HSV(B)357.33º96.15%91.76%-
XYZ34.1517.732.24-
YUV77.4195.04239.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 89.31%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=89.31%
G=3.44%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23491900.960.920.08357.3392.5947.65
HexEA9130605C81655d30
Octal352112301401341054513560
Binary1110101010011001101100000101110010001011001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0913; }

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

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

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

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

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

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

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

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