#E31618

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

Shades of Fire Engine Red #E31618

Tints of Fire Engine Red #E31618

Color information

#E31618 (or 0xE31618) is unknown color: approx Fire Engine Red. HEX triplet: E3, 16 and 18. RGB value is (227,22,24). Sum of RGB (Red+Green+Blue) = 227+22+24=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E31618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31618 is #1CE9E7. Grayscale: #535353. Windows color (decimal): -1894888 or 1578723. OLE color: 1578723.

HSL color Cylindrical-coordinate representation of color #E31618: hue angle of 359.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31618 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB2272224-
CMYK00.900.890.11
HSL359.41º82.33%48.82%-
HSV(B)359.41º90.31%89.02%-
XYZ32.1316.972.45-
YUV83.5294.42230.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 83.15%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=83.15%
G=8.06%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227222400.900.890.11359.4182.3348.82
HexE3161805A59B1675231
Octal343263001321311354712261
Binary11100011101101100001011010101100110111011001111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31618; }

 p { color: rgb(227,22,24); }

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

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

 a { background-color: rgb(227,22,24); }

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

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

 span { border-color: rgb(227,22,24); }

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