Html Css Color HEX #AE2617 Fire Brick

📋 copy color: '#AE2617'

red 174 ◦ green 38 ◦ blue 23

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

Shades of Fire Brick #AE2617

Tints of Fire Brick #AE2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 74.04%
G = 16.17%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE2617 (or 0xAE2617) is known color: Fire Brick. HEX triplet: AE, 26 and 17. RGB value is (174,38,23). Sum of RGB (Red+Green+Blue) = 174+38+23=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2617 is #51D9E8. Grayscale: #4D4D4D. Windows color (decimal): -5364201 or 1517230. OLE color: 1517230.

HSL color Cylindrical-coordinate representation of color #AE2617: hue angle of 5.96º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE2617 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 38 23 -
CMYK 0 0.78 0.87 0.32
HSL 5.96º 0.77% 0.39% -
HSV(B) 5.96º 0.87% 0.68% -
XYZ 18.3 10.45 1.86 -
YUV 76.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 174 38 23 0 0.78 0.87 0.32 5.96 0.77 0.39
Hex AE 26 17 0 4E 57 20 6 4D 27
Octal 256 46 27 0 116 127 40 6 115 47
Binary 10101110 100110 10111 0 1001110 1010111 100000 110 1001101 100111

Color Harmonies of #AE2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2617

Black with #AE2617

Text Example


Text Example

White with #AE2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2617; }

 p { color: rgb(174,38,23); }

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

background-color css

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

 a { background-color: rgb(174,38,23); }

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

border-color css

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

 span { border-color: rgb(174,38,23); }

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