#AE1E20

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

Shades of Fire Engine Red #AE1E20

Tints of Fire Engine Red #AE1E20

Color information

#AE1E20 (or 0xAE1E20) is unknown color: approx Fire Engine Red. HEX triplet: AE, 1E and 20. RGB value is (174,30,32). Sum of RGB (Red+Green+Blue) = 174+30+32=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E20 is #51E1DF. Grayscale: #494949. Windows color (decimal): -5366240 or 2105006. OLE color: 2105006.

HSL color Cylindrical-coordinate representation of color #AE1E20: hue angle of 359.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E20 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1743032-
CMYK00.830.820.32
HSL359.17º70.59%40%-
HSV(B)359.17º82.76%68.24%-
XYZ18.1810.032.34-
YUV73.28104.71199.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.73%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=73.73%
G=12.71%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174303200.830.820.32359.1770.5940
HexAE1E2005352201674728
Octal256364001231224054710750
Binary10101110111101000000101001110100101000001011001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E20; }

 p { color: rgb(174,30,32); }

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

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

 a { background-color: rgb(174,30,32); }

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

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

 span { border-color: rgb(174,30,32); }

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