#E81522

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

Shades of Fire Engine Red #E81522

Tints of Fire Engine Red #E81522

Color information

#E81522 (or 0xE81522) is unknown color: approx Fire Engine Red. HEX triplet: E8, 15 and 22. RGB value is (232,21,34). Sum of RGB (Red+Green+Blue) = 232+21+34=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E81522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81522 is #17EADD. Grayscale: #555555. Windows color (decimal): -1567454 or 2233832. OLE color: 2233832.

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

Color convert

RGB2322134-
CMYK00.910.850.09
HSL356.3º83.4%49.61%-
HSV(B)356.3º90.95%90.98%-
XYZ33.8417.813.17-
YUV85.5798.9232.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 80.84%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=80.84%
G=7.32%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232213400.910.850.09356.383.449.61
HexE8152205B5591645332
Octal350254201331251154412362
Binary111010001010110001001011011101010110011011001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81522; }

 p { color: rgb(232,21,34); }

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

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

 a { background-color: rgb(232,21,34); }

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

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

 span { border-color: rgb(232,21,34); }

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