#E31113

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

Shades of Fire Engine Red #E31113

Tints of Fire Engine Red #E31113

Color information

#E31113 (or 0xE31113) is unknown color: approx Fire Engine Red. HEX triplet: E3, 11 and 13. RGB value is (227,17,19). Sum of RGB (Red+Green+Blue) = 227+17+19=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E31113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31113 is #1CEEEC. Grayscale: #505050. Windows color (decimal): -1896173 or 1249763. OLE color: 1249763.

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

Color convert

RGB2271719-
CMYK00.930.920.11
HSL359.43º86.07%47.84%-
HSV(B)359.43º92.51%89.02%-
XYZ3216.782.17-
YUV80.0293.57232.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 86.31%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=86.31%
G=6.46%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227171900.930.920.11359.4386.0747.84
HexE3111305D5CB1675630
Octal343212301351341354712660
Binary11100011100011001101011101101110010111011001111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31113; }

 p { color: rgb(227,17,19); }

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

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

 a { background-color: rgb(227,17,19); }

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

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

 span { border-color: rgb(227,17,19); }

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