#AE1C23

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

Shades of Fire Engine Red #AE1C23

Tints of Fire Engine Red #AE1C23

Color information

#AE1C23 (or 0xAE1C23) is unknown color: approx Fire Engine Red. HEX triplet: AE, 1C and 23. RGB value is (174,28,35). Sum of RGB (Red+Green+Blue) = 174+28+35=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C23 is #51E3DC. Grayscale: #484848. Windows color (decimal): -5366749 or 2301102. OLE color: 2301102.

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

Color convert

RGB1742835-
CMYK00.840.800.32
HSL357.12º72.28%39.61%-
HSV(B)357.12º83.91%68.24%-
XYZ18.179.952.55-
YUV72.45106.87200.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 35 (14.06% from 255) = 14.77%
R=73.42%
G=11.81%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174283500.840.800.32357.1272.2839.61
HexAE1C2305450201654828
Octal256344301241204054511050
Binary10101110111001000110101010010100001000001011001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C23; }

 p { color: rgb(174,28,35); }

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

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

 a { background-color: rgb(174,28,35); }

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

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

 span { border-color: rgb(174,28,35); }

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