Html Css Color HEX #AE211D Fire Brick

📋 copy color: '#AE211D'

red 174 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #AE211D

Tints of Fire Brick #AE211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 73.73%
G = 13.98%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE211D (or 0xAE211D) is known color: Fire Brick. HEX triplet: AE, 21 and 1D. RGB value is (174,33,29). Sum of RGB (Red+Green+Blue) = 174+33+29=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE211D is #51DEE2. Grayscale: #4A4A4A. Windows color (decimal): -5365475 or 1909166. OLE color: 1909166.

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

Color convert

RGB 174 33 29 -
CMYK 0 0.81 0.83 0.32
HSL 1.66º 0.71% 0.4% -
HSV(B) 1.66º 0.83% 0.68% -
XYZ 18.22 10.18 2.17 -
YUV 74.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 174 33 29 0 0.81 0.83 0.32 1.66 0.71 0.4
Hex AE 21 1D 0 51 53 20 2 47 28
Octal 256 41 35 0 121 123 40 2 107 50
Binary 10101110 100001 11101 0 1010001 1010011 100000 10 1000111 101000

Color Harmonies of #AE211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE211D

Black with #AE211D

Text Example


Text Example

White with #AE211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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