Html Css Color HEX #AE2111 Fire Brick

📋 copy color: '#AE2111'

red 174 ◦ green 33 ◦ blue 17

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

Shades of Fire Brick #AE2111

Tints of Fire Brick #AE2111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.59%

R = 77.68%
G = 14.73%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2111 (or 0xAE2111) is known color: Fire Brick. HEX triplet: AE, 21 and 11. RGB value is (174,33,17). Sum of RGB (Red+Green+Blue) = 174+33+17=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2111 is #51DEEE. Grayscale: #494949. Windows color (decimal): -5365487 or 1122734. OLE color: 1122734.

HSL color Cylindrical-coordinate representation of color #AE2111: hue angle of 6.11º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2111 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 17 -
CMYK 0 0.81 0.90 0.32
HSL 6.11º 0.82% 0.37% -
HSV(B) 6.11º 0.9% 0.68% -
XYZ 18.1 10.13 1.53 -
YUV 73.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 174 33 17 0 0.81 0.90 0.32 6.11 0.82 0.37
Hex AE 21 11 0 51 5A 20 6 52 25
Octal 256 41 21 0 121 132 40 6 122 45
Binary 10101110 100001 10001 0 1010001 1011010 100000 110 1010010 100101

Color Harmonies of #AE2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2111

Black with #AE2111

Text Example


Text Example

White with #AE2111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2111; }

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

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

background-color css

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

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

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

border-color css

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

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

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