#EA0D16

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

Shades of Fire Engine Red #EA0D16

Tints of Fire Engine Red #EA0D16

Color information

#EA0D16 (or 0xEA0D16) is unknown color: approx Fire Engine Red. HEX triplet: EA, 0D and 16. RGB value is (234,13,22). Sum of RGB (Red+Green+Blue) = 234+13+22=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D16 is #15F2E9. Grayscale: #505050. Windows color (decimal): -1438442 or 1445354. OLE color: 1445354.

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

Color convert

RGB2341322-
CMYK00.940.910.08
HSL357.56º89.47%48.43%-
HSV(B)357.56º94.44%91.76%-
XYZ34.2217.842.4-
YUV80.195.22237.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 86.99%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=86.99%
G=4.83%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234132200.940.910.08357.5689.4748.43
HexEAD1605E5B81665930
Octal352152601361331054613160
Binary1110101011011011001011110101101110001011001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D16; }

 p { color: rgb(234,13,22); }

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

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

 a { background-color: rgb(234,13,22); }

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

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

 span { border-color: rgb(234,13,22); }

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