#E80B11

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

Shades of Fire Engine Red #E80B11

Tints of Fire Engine Red #E80B11

Color information

#E80B11 (or 0xE80B11) is unknown color: approx Fire Engine Red. HEX triplet: E8, 0B and 11. RGB value is (232,11,17). Sum of RGB (Red+Green+Blue) = 232+11+17=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B11 is #17F4EE. Grayscale: #4D4D4D. Windows color (decimal): -1570031 or 1117160. OLE color: 1117160.

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

Color convert

RGB2321117-
CMYK00.950.930.09
HSL358.37º90.95%47.65%-
HSV(B)358.37º95.26%90.98%-
XYZ33.517.442.13-
YUV77.7693.72238.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.23%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=89.23%
G=4.23%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232111700.950.930.09358.3790.9547.65
HexE8B1105F5D91665b30
Octal350132101371351154613360
Binary1110100010111000101011111101110110011011001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80B11; }

 p { color: rgb(232,11,17); }

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

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

 a { background-color: rgb(232,11,17); }

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

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

 span { border-color: rgb(232,11,17); }

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