#EA0D18

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

Shades of Fire Engine Red #EA0D18

Tints of Fire Engine Red #EA0D18

Color information

#EA0D18 (or 0xEA0D18) is unknown color: approx Fire Engine Red. HEX triplet: EA, 0D and 18. RGB value is (234,13,24). Sum of RGB (Red+Green+Blue) = 234+13+24=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D18 is #15F2E7. Grayscale: #505050. Windows color (decimal): -1438440 or 1576426. OLE color: 1576426.

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

Color convert

RGB2341324-
CMYK00.940.900.08
HSL357.01º89.47%48.43%-
HSV(B)357.01º94.44%91.76%-
XYZ34.2417.852.5-
YUV80.3396.22237.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 86.35%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=86.35%
G=4.80%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234132400.940.900.08357.0189.4748.43
HexEAD1805E5A81655930
Octal352153001361321054513160
Binary1110101011011100001011110101101010001011001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D18; }

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

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

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

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

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

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

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

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