COLOR #AD2421

HEX: #AD2421
RGB: (173,36,33)

Renk bilgisi

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

RGB renk modeli

#AD2421 color RGB value is (173,36,33).

  • kırmız ton 173;
  • yeşil ton 36;
  • mavi ton 33.
RGB:
(173,36,33)
(68%,14%,13%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 36 of 255 = 14%
B 33 of 255 = 13%

173
36
33

R + G + B ~ 32%. #AD2421 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 36 + 33 = 242 (100%)
R 173 of 242 ~ 71.49%
G 36 of 242 ~ 14.88%
B 33 of 242 ~ 13.64%

%71.49
%14.88
%13.64

CMYK RENK MODELİ

#AD2421 rengi CMYK tonu (0,79,81,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.19%
  • sarı tonu 80.92%
  • ana renk tonu 32.16%
CMYK:
(0,79,81,32)
C0M79Y81K32 
(0%,79%,81%,32%)
(0.00/0.79/0.81/0.32)	

CMYK yüzdeleri

%0
%79.19
%80.92
%32.16

Codes

Color #AD2421 in popluar color models

AD2421
RGB1733633
HSL67.96%40.39%
HSB/HSV80.92%67.84%
CMYK0.00%79.19%80.92%
32.16%

Color #AD2421 in popluar number systems.

HEXAD2421
Decimal1733633
Binary10101101100100100001
Octal2554441

Shades and tints

Shades of #AD2421

#AD2421
(173,36,33)
#9E211E
(158,33,30)
#8F1E1B
(143,30,27)
#801B18
(128,27,24)
#711815
(113,24,21)
#621512
(98,21,18)
#53120F
(83,18,15)
#440F0C
(68,15,12)
#350C09
(53,12,9)
#260906
(38,9,6)
#170603
(23,6,3)
#000000
(0,0,0)

Tints of #AD2421

#AD2421
(173,36,33)
#B43735
(180,55,53)
#BB4A49
(187,74,73)
#C25D5D
(194,93,93)
#C97071
(201,112,113)
#D08385
(208,131,133)
#D79699
(215,150,153)
#DEA9AD
(222,169,173)
#E5BCC1
(229,188,193)
#ECCFD5
(236,207,213)
#F3E2E9
(243,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2421 color. Also use rgb(173,36,33) instead hex code.

Text Font Color

.myTextColor { color: #AD2421; }

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

This text font color is #AD2421.


Background Color

.myBgColor { background-color: #AD2421; }

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

This div background color is #AD2421.


Border color

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

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

This div border color is #AD2421.


Opacity

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

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

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

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

This text has shadow with #AD2421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2421 on black background.


Color preview on white background

This text has color #AD2421 on white background.



Black color preview on #AD2421 background

This text has black color on #AD2421 background.


White color preview on #AD2421 background

This text has white color on #AD2421 background.