#EA151E

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

Shades of Fire Engine Red #EA151E

Tints of Fire Engine Red #EA151E

Color information

#EA151E (or 0xEA151E) is unknown color: approx Fire Engine Red. HEX triplet: EA, 15 and 1E. RGB value is (234,21,30). Sum of RGB (Red+Green+Blue) = 234+21+30=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA151E is #15EAE1. Grayscale: #555555. Windows color (decimal): -1436386 or 1971690. OLE color: 1971690.

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

Color convert

RGB2342130-
CMYK00.910.870.08
HSL357.46º83.53%50%-
HSV(B)357.46º91.03%91.76%-
XYZ34.4318.122.91-
YUV85.7196.57233.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 82.11%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=82.11%
G=7.37%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234213000.910.870.08357.4683.5350
HexEA151E05B5781655432
Octal352253601331271054512462
Binary11101010101011111001011011101011110001011001011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA151E; }

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

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

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

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

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

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

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

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