#E41622

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

Shades of Fire Engine Red #E41622

Tints of Fire Engine Red #E41622

Color information

#E41622 (or 0xE41622) is unknown color: approx Fire Engine Red. HEX triplet: E4, 16 and 22. RGB value is (228,22,34). Sum of RGB (Red+Green+Blue) = 228+22+34=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E41622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41622 is #1BE9DD. Grayscale: #555555. Windows color (decimal): -1829342 or 2234084. OLE color: 2234084.

HSL color Cylindrical-coordinate representation of color #E41622: hue angle of 356.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41622 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB2282234-
CMYK00.900.850.11
HSL356.5º82.4%49.02%-
HSV(B)356.5º90.35%89.41%-
XYZ32.5717.183.11-
YUV84.9699.25230.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 80.28%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 34 (13.67% from 255) = 11.97%
R=80.28%
G=7.75%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228223400.900.850.11356.582.449.02
HexE4162205A55B1655231
Octal344264201321251354512261
Binary111001001011010001001011010101010110111011001011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41622; }

 p { color: rgb(228,22,34); }

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

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

 a { background-color: rgb(228,22,34); }

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

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

 span { border-color: rgb(228,22,34); }

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