#E8131C

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

Shades of Fire Engine Red #E8131C

Tints of Fire Engine Red #E8131C

Color information

#E8131C (or 0xE8131C) is unknown color: approx Fire Engine Red. HEX triplet: E8, 13 and 1C. RGB value is (232,19,28). Sum of RGB (Red+Green+Blue) = 232+19+28=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E8131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8131C is #17ECE3. Grayscale: #535353. Windows color (decimal): -1567972 or 1840104. OLE color: 1840104.

HSL color Cylindrical-coordinate representation of color #E8131C: hue angle of 357.46º 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 #E8131C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2321928-
CMYK00.920.880.09
HSL357.46º84.86%49.22%-
HSV(B)357.46º91.81%90.98%-
XYZ33.7217.712.74-
YUV83.7196.57233.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 83.15%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 28 (11.33% from 255) = 10.04%
R=83.15%
G=6.81%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232192800.920.880.09357.4684.8649.22
HexE8131C05C5891655531
Octal350233401341301154512561
Binary11101000100111110001011100101100010011011001011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8131C; }

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

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

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

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

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

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

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

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