COLOR #AE1515

HEX: #AE1515
RGB: (174,21,21)

Color info

#AE1515 contains mainly red color. Web safe color of #AE1515 is #990000 (or #900).

RGB color model

#AE1515 color RGB value is (174,21,21).

  • red value is 174;
  • green value is 21;
  • blue value is 21.
RGB:
(174,21,21)
(68%,8%,8%)

RGB channels and saturation

R 174 of 255 = 68%
G 21 of 255 = 8%
B 21 of 255 = 8%

174
21
21

R + G + B ~ 28%. #AE1515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 21 + 21 = 216 (100%)
R 174 of 216 ~ 80.56%
G 21 of 216 ~ 9.72%
B 21 of 216 ~ 9.72%

%80.56
%9.72
%9.72

CMYK color model

#AE1515 color CMYK value is (0,88,88,32).

  • cyan value is 0.00%
  • magenta value is 87.93%
  • yellow value is 87.93%
  • key color value is 31.76%
CMYK:
(0,88,88,32)
C0M88Y88K32 
(0%,88%,88%,32%)
(0.00/0.88/0.88/0.32)	

CMYK percentages

%0
%87.93
%87.93
%31.76

Codes

Color #AE1515 in popluar color models

AE1515
RGB1742121
HSL78.46%38.24%
HSB/HSV87.93%68.24%
CMYK0.00%87.93%87.93%
31.76%

Color #AE1515 in popluar number systems.

HEXAE1515
Decimal1742121
Binary101011101010110101
Octal2562525

Shades and tints

Shades of #AE1515

#AE1515
(174,21,21)
#9F1414
(159,20,20)
#901313
(144,19,19)
#811212
(129,18,18)
#721111
(114,17,17)
#631010
(99,16,16)
#540F0F
(84,15,15)
#450E0E
(69,14,14)
#360D0D
(54,13,13)
#270C0C
(39,12,12)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #AE1515

#AE1515
(174,21,21)
#B52A2A
(181,42,42)
#BC3F3F
(188,63,63)
#C35454
(195,84,84)
#CA6969
(202,105,105)
#D17E7E
(209,126,126)
#D89393
(216,147,147)
#DFA8A8
(223,168,168)
#E6BDBD
(230,189,189)
#EDD2D2
(237,210,210)
#F4E7E7
(244,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE1515; }

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

This text font color is #AE1515.


Background Color

.myBgColor { background-color: #AE1515; }

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

This div background color is #AE1515.


Border color

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

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

This div border color is #AE1515.


Opacity

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

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

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

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

This text has shadow with #AE1515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1515 on black background.


Color preview on white background

This text has color #AE1515 on white background.



Black color preview on #AE1515 background

This text has black color on #AE1515 background.


White color preview on #AE1515 background

This text has white color on #AE1515 background.