Html Css Color HEX #AE211C Fire Brick

📋 copy color: '#AE211C'

red 174 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #AE211C

Tints of Fire Brick #AE211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 74.04%
G = 14.04%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE211C (or 0xAE211C) is known color: Fire Brick. HEX triplet: AE, 21 and 1C. RGB value is (174,33,28). Sum of RGB (Red+Green+Blue) = 174+33+28=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE211C is #51DEE3. Grayscale: #4A4A4A. Windows color (decimal): -5365476 or 1843630. OLE color: 1843630.

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

Color convert

RGB 174 33 28 -
CMYK 0 0.81 0.84 0.32
HSL 2.05º 0.72% 0.4% -
HSV(B) 2.05º 0.84% 0.68% -
XYZ 18.21 10.17 2.1 -
YUV 74.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 174 33 28 0 0.81 0.84 0.32 2.05 0.72 0.4
Hex AE 21 1C 0 51 54 20 2 48 28
Octal 256 41 34 0 121 124 40 2 110 50
Binary 10101110 100001 11100 0 1010001 1010100 100000 10 1001000 101000

Color Harmonies of #AE211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE211C

Black with #AE211C

Text Example


Text Example

White with #AE211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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