#E8131B

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

Shades of Fire Engine Red #E8131B

Tints of Fire Engine Red #E8131B

Color information

#E8131B (or 0xE8131B) is unknown color: approx Fire Engine Red. HEX triplet: E8, 13 and 1B. RGB value is (232,19,27). Sum of RGB (Red+Green+Blue) = 232+19+27=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E8131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8131B is #17ECE4. Grayscale: #535353. Windows color (decimal): -1567973 or 1774568. OLE color: 1774568.

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

Color convert

RGB2321927-
CMYK00.920.880.09
HSL357.75º84.86%49.22%-
HSV(B)357.75º91.81%90.98%-
XYZ33.7117.72.68-
YUV83.696.07233.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 83.45%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=83.45%
G=6.83%
B=9.71%

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
Decimal232192700.920.880.09357.7584.8649.22
HexE8131B05C5891665531
Octal350233301341301154612561
Binary11101000100111101101011100101100010011011001101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8131B; }

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

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

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

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

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

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

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

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