COLOR #AE2247

HEX: #AE2247
RGB: (174,34,71)

Renk bilgisi

#AE2247 contains mainly red color. #AE2247 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#AE2247 color RGB value is (174,34,71).

  • kırmız ton 174;
  • yeşil ton 34;
  • mavi ton 71.
RGB:
(174,34,71)
(68%,13%,28%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 34 of 255 = 13%
B 71 of 255 = 28%

174
34
71

R + G + B ~ 36%. #AE2247 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 34 + 71 = 279 (100%)
R 174 of 279 ~ 62.37%
G 34 of 279 ~ 12.19%
B 71 of 279 ~ 25.45%

%62.37
%12.19
%25.45

CMYK RENK MODELİ

#AE2247 rengi CMYK tonu (0,80,59,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.46%
  • sarı tonu 59.20%
  • ana renk tonu 31.76%
CMYK:
(0,80,59,32)
C0M80Y59K32 
(0%,80%,59%,32%)
(0.00/0.80/0.59/0.32)	

CMYK yüzdeleri

%0
%80.46
%59.2
%31.76

Codes

Color #AE2247 in popluar color models

AE2247
RGB1743471
HSL344°67.31%40.78%
HSB/HSV344°80.46%68.24%
CMYK0.00%80.46%59.20%
31.76%

Color #AE2247 in popluar number systems.

HEXAE2247
Decimal1743471
Binary101011101000101000111
Octal25642107

Shades and tints

Shades of #AE2247

#AE2247
(174,34,71)
#9F1F41
(159,31,65)
#901C3B
(144,28,59)
#811935
(129,25,53)
#72162F
(114,22,47)
#631329
(99,19,41)
#541023
(84,16,35)
#450D1D
(69,13,29)
#360A17
(54,10,23)
#270711
(39,7,17)
#18040B
(24,4,11)
#000000
(0,0,0)

Tints of #AE2247

#AE2247
(174,34,71)
#B53657
(181,54,87)
#BC4A67
(188,74,103)
#C35E77
(195,94,119)
#CA7287
(202,114,135)
#D18697
(209,134,151)
#D89AA7
(216,154,167)
#DFAEB7
(223,174,183)
#E6C2C7
(230,194,199)
#EDD6D7
(237,214,215)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE2247; }

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

This text font color is #AE2247.


Background Color

.myBgColor { background-color: #AE2247; }

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

This div background color is #AE2247.


Border color

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

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

This div border color is #AE2247.


Opacity

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

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

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

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

This text has shadow with #AE2247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2247 on black background.


Color preview on white background

This text has color #AE2247 on white background.



Black color preview on #AE2247 background

This text has black color on #AE2247 background.


White color preview on #AE2247 background

This text has white color on #AE2247 background.