#AE1E21

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

Shades of Fire Engine Red #AE1E21

Tints of Fire Engine Red #AE1E21

Color information

#AE1E21 (or 0xAE1E21) is unknown color: approx Fire Engine Red. HEX triplet: AE, 1E and 21. RGB value is (174,30,33). Sum of RGB (Red+Green+Blue) = 174+30+33=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E21 is #51E1DE. Grayscale: #494949. Windows color (decimal): -5366239 or 2170542. OLE color: 2170542.

HSL color Cylindrical-coordinate representation of color #AE1E21: hue angle of 358.75º 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 #AE1E21 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB1743033-
CMYK00.830.810.32
HSL358.75º70.59%40%-
HSV(B)358.75º82.76%68.24%-
XYZ18.1910.042.42-
YUV73.4105.21199.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=73.42%
G=12.66%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174303300.830.810.32358.7570.5940
HexAE1E2105351201674728
Octal256364101231214054710750
Binary10101110111101000010101001110100011000001011001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E21; }

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

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

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

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

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

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

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

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