#AE1D14

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

Shades of Fire Brick #AE1D14

Tints of Fire Brick #AE1D14

Color information

#AE1D14 (or 0xAE1D14) is unknown color: approx Fire Brick. HEX triplet: AE, 1D and 14. RGB value is (174,29,20). Sum of RGB (Red+Green+Blue) = 174+29+20=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D14 is #51E2EB. Grayscale: #474747. Windows color (decimal): -5366508 or 1318318. OLE color: 1318318.

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

Color convert

RGB1742920-
CMYK00.830.890.32
HSL3.51º79.38%38.04%-
HSV(B)3.51º88.51%68.24%-
XYZ18.029.931.63-
YUV71.3399.04201.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.03%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=78.03%
G=13.00%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174292000.830.890.323.5179.3838.04
HexAE1D14053592044f26
Octal2563524012313140411746
Binary1010111011101101000101001110110011000001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D14; }

 p { color: rgb(174,29,20); }

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

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

 a { background-color: rgb(174,29,20); }

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

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

 span { border-color: rgb(174,29,20); }

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