#E80B12

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

Shades of Fire Engine Red #E80B12

Tints of Fire Engine Red #E80B12

Color information

#E80B12 (or 0xE80B12) is unknown color: approx Fire Engine Red. HEX triplet: E8, 0B and 12. RGB value is (232,11,18). Sum of RGB (Red+Green+Blue) = 232+11+18=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B12 is #17F4ED. Grayscale: #4E4E4E. Windows color (decimal): -1570030 or 1182696. OLE color: 1182696.

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

Color convert

RGB2321118-
CMYK00.950.920.09
HSL358.1º90.95%47.65%-
HSV(B)358.1º95.26%90.98%-
XYZ33.5117.442.17-
YUV77.8894.22237.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 88.89%
GREEN value IS 11 (4.69% from 255) = 4.21%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=88.89%
G=4.21%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232111800.950.920.09358.190.9547.65
HexE8B1205F5C91665b30
Octal350132201371341154613360
Binary1110100010111001001011111101110010011011001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80B12; }

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

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

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

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

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

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

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

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