Html Css Color HEX #AE210E Fire Brick

📋 copy color: '#AE210E'

red 174 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #AE210E

Tints of Fire Brick #AE210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 78.73%
G = 14.93%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE210E (or 0xAE210E) is known color: Fire Brick. HEX triplet: AE, 21 and 0E. RGB value is (174,33,14). Sum of RGB (Red+Green+Blue) = 174+33+14=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE210E is #51DEF1. Grayscale: #494949. Windows color (decimal): -5365490 or 926126. OLE color: 926126.

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

Color convert

RGB 174 33 14 -
CMYK 0 0.81 0.92 0.32
HSL 7.13º 0.85% 0.37% -
HSV(B) 7.13º 0.92% 0.68% -
XYZ 18.08 10.12 1.42 -
YUV 72.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 174 33 14 0 0.81 0.92 0.32 7.13 0.85 0.37
Hex AE 21 E 0 51 5C 20 7 55 25
Octal 256 41 16 0 121 134 40 7 125 45
Binary 10101110 100001 1110 0 1010001 1011100 100000 111 1010101 100101

Color Harmonies of #AE210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE210E

Black with #AE210E

Text Example


Text Example

White with #AE210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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