COLOR #AE2837

HEX: #AE2837
RGB: (174,40,55)

Color info

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

RGB color model

#AE2837 color RGB value is (174,40,55).

  • red value is 174;
  • green value is 40;
  • blue value is 55.
RGB:
(174,40,55)
(68%,16%,22%)

RGB channels and saturation

R 174 of 255 = 68%
G 40 of 255 = 16%
B 55 of 255 = 22%

174
40
55

R + G + B ~ 35%. #AE2837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 40 + 55 = 269 (100%)
R 174 of 269 ~ 64.68%
G 40 of 269 ~ 14.87%
B 55 of 269 ~ 20.45%

%64.68
%14.87
%20.45

CMYK color model

#AE2837 color CMYK value is (0,77,68,32).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 68.39%
  • key color value is 31.76%
CMYK:
(0,77,68,32)
C0M77Y68K32 
(0%,77%,68%,32%)
(0.00/0.77/0.68/0.32)	

CMYK percentages

%0
%77.01
%68.39
%31.76

Codes

Color #AE2837 in popluar color models

AE2837
RGB1744055
HSL353°62.62%41.96%
HSB/HSV353°77.01%68.24%
CMYK0.00%77.01%68.39%
31.76%

Color #AE2837 in popluar number systems.

HEXAE2837
Decimal1744055
Binary10101110101000110111
Octal2565067

Shades and tints

Shades of #AE2837

#AE2837
(174,40,55)
#9F2532
(159,37,50)
#90222D
(144,34,45)
#811F28
(129,31,40)
#721C23
(114,28,35)
#63191E
(99,25,30)
#541619
(84,22,25)
#451314
(69,19,20)
#36100F
(54,16,15)
#270D0A
(39,13,10)
#180A05
(24,10,5)
#000000
(0,0,0)

Tints of #AE2837

#AE2837
(174,40,55)
#B53B49
(181,59,73)
#BC4E5B
(188,78,91)
#C3616D
(195,97,109)
#CA747F
(202,116,127)
#D18791
(209,135,145)
#D89AA3
(216,154,163)
#DFADB5
(223,173,181)
#E6C0C7
(230,192,199)
#EDD3D9
(237,211,217)
#F4E6EB
(244,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2837 color. Also use rgb(174,40,55) instead hex code.

Text Font Color

.myTextColor { color: #AE2837; }

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

This text font color is #AE2837.


Background Color

.myBgColor { background-color: #AE2837; }

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

This div background color is #AE2837.


Border color

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

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

This div border color is #AE2837.


Opacity

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

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

Text with #AE2837 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 #AE2837;}

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

This text has shadow with #AE2837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2837 on black background.


Color preview on white background

This text has color #AE2837 on white background.



Black color preview on #AE2837 background

This text has black color on #AE2837 background.


White color preview on #AE2837 background

This text has white color on #AE2837 background.