Html Css Color HEX #AE2423 Fire Brick

📋 copy color: '#AE2423'

red 174 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #AE2423

Tints of Fire Brick #AE2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 71.02%
G = 14.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE2423 (or 0xAE2423) is known color: Fire Brick. HEX triplet: AE, 24 and 23. RGB value is (174,36,35). Sum of RGB (Red+Green+Blue) = 174+36+35=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2423 is #51DBDC. Grayscale: #4D4D4D. Windows color (decimal): -5364701 or 2303150. OLE color: 2303150.

HSL color Cylindrical-coordinate representation of color #AE2423: hue angle of 0.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2423 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 36 35 -
CMYK 0 0.79 0.80 0.32
HSL 0.43º 0.67% 0.41% -
HSV(B) 0.43º 0.8% 0.68% -
XYZ 18.39 10.38 2.62 -
YUV 77.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 174 36 35 0 0.79 0.80 0.32 0.43 0.67 0.41
Hex AE 24 23 0 4F 50 20 0 43 29
Octal 256 44 43 0 117 120 40 0 103 51
Binary 10101110 100100 100011 0 1001111 1010000 100000 0 1000011 101001

Color Harmonies of #AE2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2423

Black with #AE2423

Text Example


Text Example

White with #AE2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2423; }

 p { color: rgb(174,36,35); }

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

background-color css

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

 a { background-color: rgb(174,36,35); }

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

border-color css

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

 span { border-color: rgb(174,36,35); }

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