#AE1524

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

Shades of Fire Engine Red #AE1524

Tints of Fire Engine Red #AE1524

Color information

#AE1524 (or 0xAE1524) is unknown color: approx Fire Engine Red. HEX triplet: AE, 15 and 24. RGB value is (174,21,36). Sum of RGB (Red+Green+Blue) = 174+21+36=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1524 is #51EADB. Grayscale: #444444. Windows color (decimal): -5368540 or 2364846. OLE color: 2364846.

HSL color Cylindrical-coordinate representation of color #AE1524: hue angle of 354.12º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1524 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1742136-
CMYK00.880.790.32
HSL354.12º78.46%38.24%-
HSV(B)354.12º87.93%68.24%-
XYZ18.049.662.58-
YUV68.46109.69203.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=75.32%
G=9.09%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174213600.880.790.32354.1278.4638.24
HexAE15240584F201624e26
Octal256254401301174054211646
Binary10101110101011001000101100010011111000001011000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1524; }

 p { color: rgb(174,21,36); }

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

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

 a { background-color: rgb(174,21,36); }

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

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

 span { border-color: rgb(174,21,36); }

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