Html Css Color HEX #AE1D14 Fire Brick

📋 copy color: '#AE1D14'

red 174 ◦ green 29 ◦ blue 20

#AE1D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AE1D14

Tints of Fire Brick #AE1D14

RGB

 RED value IS 174 (68.36% from 255) = 78.03%

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 78.03%
G = 13%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1D14 (or 0xAE1D14) is known color: 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

RGB 174 29 20 -
CMYK 0 0.83 0.89 0.32
HSL 3.51º 0.79% 0.38% -
HSV(B) 3.51º 0.89% 0.68% -
XYZ 18.02 9.93 1.63 -
YUV 71.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 174 29 20 0 0.83 0.89 0.32 3.51 0.79 0.38
Hex AE 1D 14 0 53 59 20 4 4F 26
Octal 256 35 24 0 123 131 40 4 117 46
Binary 10101110 11101 10100 0 1010011 1011001 100000 100 1001111 100110

Color Harmonies of #AE1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D14

Black with #AE1D14

Text Example


Text Example

White with #AE1D14

Text Example


Text Example

HTML Codes & Css Web 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>