COLOR #AE2447

HEX: #AE2447
RGB: (174,36,71)

Color info

#AE2447 contains mainly red color. Web safe color of #AE2447 is #993333 (or #933).

RGB color model

#AE2447 color RGB value is (174,36,71).

  • red value is 174;
  • green value is 36;
  • blue value is 71.
RGB:
(174,36,71)
(68%,14%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 36 of 255 = 14%
B 71 of 255 = 28%

174
36
71

R + G + B ~ 37%. #AE2447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 36 + 71 = 281 (100%)
R 174 of 281 ~ 61.92%
G 36 of 281 ~ 12.81%
B 71 of 281 ~ 25.27%

%61.92
%12.81
%25.27

CMYK color model

#AE2447 color CMYK value is (0,79,59,32).

  • cyan value is 0.00%
  • magenta value is 79.31%
  • yellow value is 59.20%
  • key color value is 31.76%
CMYK:
(0,79,59,32)
C0M79Y59K32 
(0%,79%,59%,32%)
(0.00/0.79/0.59/0.32)	

CMYK percentages

%0
%79.31
%59.2
%31.76

Codes

Color #AE2447 in popluar color models

AE2447
RGB1743671
HSL345°65.71%41.18%
HSB/HSV345°79.31%68.24%
CMYK0.00%79.31%59.20%
31.76%

Color #AE2447 in popluar number systems.

HEXAE2447
Decimal1743671
Binary101011101001001000111
Octal25644107

Shades and tints

Shades of #AE2447

#AE2447
(174,36,71)
#9F2141
(159,33,65)
#901E3B
(144,30,59)
#811B35
(129,27,53)
#72182F
(114,24,47)
#631529
(99,21,41)
#541223
(84,18,35)
#450F1D
(69,15,29)
#360C17
(54,12,23)
#270911
(39,9,17)
#18060B
(24,6,11)
#000000
(0,0,0)

Tints of #AE2447

#AE2447
(174,36,71)
#B53757
(181,55,87)
#BC4A67
(188,74,103)
#C35D77
(195,93,119)
#CA7087
(202,112,135)
#D18397
(209,131,151)
#D896A7
(216,150,167)
#DFA9B7
(223,169,183)
#E6BCC7
(230,188,199)
#EDCFD7
(237,207,215)
#F4E2E7
(244,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2447 color. Also use rgb(174,36,71) instead hex code.

Text Font Color

.myTextColor { color: #AE2447; }

<p style="color:#AE2447">This sample text font color is #AE2447.</p>

This text font color is #AE2447.


Background Color

.myBgColor { background-color: #AE2447; }

<div style="background-color:#AE2447">Inner text</div>

This div background color is #AE2447.


Border color

.myBorderColor { border: 1px solid #AE2447; }

<div style="border:3px solid #AE2447">Div</div>

This div border color is #AE2447.


Opacity

.myOpacity80 { color: #AE2447; opacity: 0.8; }

<p style="color:#AE2447;opacity:0.8;">80%</p>

Text with #AE2447 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE2447;}

<p style="text-shadow: 3px 3px 1px #AE2447">Text here.</p>

This text has shadow with #AE2447 color.

.textShadow {text-shadow: 3px 3px 1px #AE2447, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE2447, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE2447 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE2447, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE2447, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE2447 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE2447;
  -webkit-box-shadow:	1px 1px 3px 2px #AE2447;
  box-shadow:		1px 1px 3px 2px #AE2447;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE2447;
-webkit-box-shadow: 1px 1px 3px 2px #AE2447;
box-shadow:1px 1px 3px 2px #AE2447;">
Div content here</div>
This div box has shadow with color #AE2447.

Preview

Color preview on black background

This text has color #AE2447 on black background.


Color preview on white background

This text has color #AE2447 on white background.



Black color preview on #AE2447 background

This text has black color on #AE2447 background.


White color preview on #AE2447 background

This text has white color on #AE2447 background.