COLOR #AE2E01

HEX: #AE2E01
RGB: (174,46,1)

Renk bilgisi

#AE2E01 contains mainly red color. #AE2E01 ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#AE2E01 color RGB value is (174,46,1).

  • kırmız ton 174;
  • yeşil ton 46;
  • mavi ton 1.
RGB:
(174,46,1)
(68%,18%,0%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 46 of 255 = 18%
B 1 of 255 = 0%

174
46
1

R + G + B ~ 29%. #AE2E01 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 46 + 1 = 221 (100%)
R 174 of 221 ~ 78.73%
G 46 of 221 ~ 20.81%
B 1 of 221 ~ 0.45%

%78.73
%20.81

CMYK RENK MODELİ

#AE2E01 rengi CMYK tonu (0,74,99,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.56%
  • sarı tonu 99.43%
  • ana renk tonu 31.76%
CMYK:
(0,74,99,32)
C0M74Y99K32 
(0%,74%,99%,32%)
(0.00/0.74/0.99/0.32)	

CMYK yüzdeleri

%0
%73.56
%99.43
%31.76

Codes

Color #AE2E01 in popluar color models

AE2E01
RGB174461
HSL16°98.86%34.31%
HSB/HSV16°99.43%68.24%
CMYK0.00%73.56%99.43%
31.76%

Color #AE2E01 in popluar number systems.

HEXAE2E01
Decimal174461
Binary101011101011101
Octal256561

Shades and tints

Shades of #AE2E01

#AE2E01
(174,46,1)
#9F2A01
(159,42,1)
#902601
(144,38,1)
#812201
(129,34,1)
#721E01
(114,30,1)
#631A01
(99,26,1)
#541601
(84,22,1)
#451201
(69,18,1)
#360E01
(54,14,1)
#270A01
(39,10,1)
#180601
(24,6,1)
#000000
(0,0,0)

Tints of #AE2E01

#AE2E01
(174,46,1)
#B54118
(181,65,24)
#BC542F
(188,84,47)
#C36746
(195,103,70)
#CA7A5D
(202,122,93)
#D18D74
(209,141,116)
#D8A08B
(216,160,139)
#DFB3A2
(223,179,162)
#E6C6B9
(230,198,185)
#EDD9D0
(237,217,208)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE2E01; }

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

This text font color is #AE2E01.


Background Color

.myBgColor { background-color: #AE2E01; }

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

This div background color is #AE2E01.


Border color

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

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

This div border color is #AE2E01.


Opacity

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

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

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

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

This text has shadow with #AE2E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2E01 on black background.


Color preview on white background

This text has color #AE2E01 on white background.



Black color preview on #AE2E01 background

This text has black color on #AE2E01 background.


White color preview on #AE2E01 background

This text has white color on #AE2E01 background.