Html Css Color HEX #AE1915 Fire Brick

📋 copy color: '#AE1915'

red 174 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #AE1915

Tints of Fire Brick #AE1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 79.09%
G = 11.36%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE1915 (or 0xAE1915) is known color: Fire Brick. HEX triplet: AE, 19 and 15. RGB value is (174,25,21). Sum of RGB (Red+Green+Blue) = 174+25+21=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1915 is #51E6EA. Grayscale: #454545. Windows color (decimal): -5367531 or 1382830. OLE color: 1382830.

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

Color convert

RGB 174 25 21 -
CMYK 0 0.86 0.88 0.32
HSL 1.57º 0.78% 0.38% -
HSV(B) 1.57º 0.88% 0.68% -
XYZ 17.94 9.75 1.65 -
YUV 69.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 174 25 21 0 0.86 0.88 0.32 1.57 0.78 0.38
Hex AE 19 15 0 56 58 20 2 4E 26
Octal 256 31 25 0 126 130 40 2 116 46
Binary 10101110 11001 10101 0 1010110 1011000 100000 10 1001110 100110

Color Harmonies of #AE1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1915

Black with #AE1915

Text Example


Text Example

White with #AE1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1915; }

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

 H1.HeaderClassName
 {
   color: #AE1915;
 }
 .AnyTagClassName
 {
   color: #AE1915;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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