#E31520

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

Shades of Fire Engine Red #E31520

Tints of Fire Engine Red #E31520

Color information

#E31520 (or 0xE31520) is unknown color: approx Fire Engine Red. HEX triplet: E3, 15 and 20. RGB value is (227,21,32). Sum of RGB (Red+Green+Blue) = 227+21+32=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E31520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31520 is #1CEADF. Grayscale: #545454. Windows color (decimal): -1895136 or 2102755. OLE color: 2102755.

HSL color Cylindrical-coordinate representation of color #E31520: hue angle of 356.8º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31520 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB2272132-
CMYK00.910.860.11
HSL356.8º83.06%48.63%-
HSV(B)356.8º90.75%89.02%-
XYZ32.2116.972.94-
YUV83.8598.75230.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 81.07%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=81.07%
G=7.5%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227213200.910.860.11356.883.0648.63
HexE3152005B56B1655331
Octal343254001331261354512361
Binary111000111010110000001011011101011010111011001011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31520; }

 p { color: rgb(227,21,32); }

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

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

 a { background-color: rgb(227,21,32); }

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

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

 span { border-color: rgb(227,21,32); }

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