Html Css Color HEX #AE2113 Fire Brick

📋 copy color: '#AE2113'

red 174 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #AE2113

Tints of Fire Brick #AE2113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 76.99%
G = 14.6%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2113 (or 0xAE2113) is known color: Fire Brick. HEX triplet: AE, 21 and 13. RGB value is (174,33,19). Sum of RGB (Red+Green+Blue) = 174+33+19=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2113 is #51DEEC. Grayscale: #494949. Windows color (decimal): -5365485 or 1253806. OLE color: 1253806.

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

Color convert

RGB 174 33 19 -
CMYK 0 0.81 0.89 0.32
HSL 5.42º 0.8% 0.38% -
HSV(B) 5.42º 0.89% 0.68% -
XYZ 18.12 10.13 1.62 -
YUV 73.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 174 33 19 0 0.81 0.89 0.32 5.42 0.8 0.38
Hex AE 21 13 0 51 59 20 5 50 26
Octal 256 41 23 0 121 131 40 5 120 46
Binary 10101110 100001 10011 0 1010001 1011001 100000 101 1010000 100110

Color Harmonies of #AE2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2113

Black with #AE2113

Text Example


Text Example

White with #AE2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2113; }

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

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

background-color css

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

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

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

border-color css

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

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

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