#E80B20

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

Shades of Fire Engine Red #E80B20

Tints of Fire Engine Red #E80B20

Color information

#E80B20 (or 0xE80B20) is unknown color: approx Fire Engine Red. HEX triplet: E8, 0B and 20. RGB value is (232,11,32). Sum of RGB (Red+Green+Blue) = 232+11+32=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B20 is #17F4DF. Grayscale: #4F4F4F. Windows color (decimal): -1570016 or 2100200. OLE color: 2100200.

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

Color convert

RGB2321132-
CMYK00.950.860.09
HSL354.3º90.95%47.65%-
HSV(B)354.3º95.26%90.98%-
XYZ33.6617.52.97-
YUV79.47101.22236.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 84.36%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=84.36%
G=4%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232113200.950.860.09354.390.9547.65
HexE8B2005F5691625b30
Octal350134001371261154213360
Binary11101000101110000001011111101011010011011000101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80B20; }

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

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

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

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

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

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

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

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