Html Css Color HEX #AE2525 Fire Brick

📋 copy color: '#AE2525'

red 174 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #AE2525

Tints of Fire Brick #AE2525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 70.16%
G = 14.92%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE2525 (or 0xAE2525) is known color: Fire Brick. HEX triplet: AE, 25 and 25. RGB value is (174,37,37). Sum of RGB (Red+Green+Blue) = 174+37+37=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2525 is #51DADA. Grayscale: #4E4E4E. Windows color (decimal): -5364443 or 2434478. OLE color: 2434478.

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

Color convert

RGB 174 37 37 -
CMYK 0 0.79 0.79 0.32
HSL 0.65% 0.41% -
HSV(B) 0.79% 0.68% -
XYZ 18.45 10.46 2.8 -
YUV 77.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 174 37 37 0 0.79 0.79 0.32 0 0.65 0.41
Hex AE 25 25 0 4F 4F 20 0 41 29
Octal 256 45 45 0 117 117 40 0 101 51
Binary 10101110 100101 100101 0 1001111 1001111 100000 0 1000001 101001

Color Harmonies of #AE2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2525

Black with #AE2525

Text Example


Text Example

White with #AE2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2525; }

 p { color: rgb(174,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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