#E81314

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

Shades of Fire Engine Red #E81314

Tints of Fire Engine Red #E81314

Color information

#E81314 (or 0xE81314) is unknown color: approx Fire Engine Red. HEX triplet: E8, 13 and 14. RGB value is (232,19,20). Sum of RGB (Red+Green+Blue) = 232+19+20=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E81314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81314 is #17ECEB. Grayscale: #535353. Windows color (decimal): -1567980 or 1315816. OLE color: 1315816.

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

Color convert

RGB2321920-
CMYK00.920.910.09
HSL359.72º84.86%49.22%-
HSV(B)359.72º91.81%90.98%-
XYZ33.6417.672.3-
YUV82.892.57234.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 85.61%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=85.61%
G=7.01%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232192000.920.910.09359.7284.8649.22
HexE8131405C5B91685531
Octal350232401341331155012561
Binary11101000100111010001011100101101110011011010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81314; }

 p { color: rgb(232,19,20); }

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

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

 a { background-color: rgb(232,19,20); }

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

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

 span { border-color: rgb(232,19,20); }

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