COLOR #AD2215

HEX: #AD2215
RGB: (173,34,21)

Color info

#AD2215 contains mainly red color. Web safe color of #AD2215 is #993300 (or #930).

RGB color model

#AD2215 color RGB value is (173,34,21).

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

RGB channels and saturation

R 173 of 255 = 68%
G 34 of 255 = 13%
B 21 of 255 = 8%

173
34
21

R + G + B ~ 30%. #AD2215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 34 + 21 = 228 (100%)
R 173 of 228 ~ 75.88%
G 34 of 228 ~ 14.91%
B 21 of 228 ~ 9.21%

%75.88
%14.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.35%
  • yellow value is 87.86%
  • key color value is 32.16%
CMYK:
(0,80,88,32)
C0M80Y88K32 
(0%,80%,88%,32%)
(0.00/0.80/0.88/0.32)	

CMYK percentages

%0
%80.35
%87.86
%32.16

Codes

Color #AD2215 in popluar color models

AD2215
RGB1733421
HSL78.35%38.04%
HSB/HSV87.86%67.84%
CMYK0.00%80.35%87.86%
32.16%

Color #AD2215 in popluar number systems.

HEXAD2215
Decimal1733421
Binary1010110110001010101
Octal2554225

Shades and tints

Shades of #AD2215

#AD2215
(173,34,21)
#9E1F14
(158,31,20)
#8F1C13
(143,28,19)
#801912
(128,25,18)
#711611
(113,22,17)
#621310
(98,19,16)
#53100F
(83,16,15)
#440D0E
(68,13,14)
#350A0D
(53,10,13)
#26070C
(38,7,12)
#17040B
(23,4,11)
#000000
(0,0,0)

Tints of #AD2215

#AD2215
(173,34,21)
#B4362A
(180,54,42)
#BB4A3F
(187,74,63)
#C25E54
(194,94,84)
#C97269
(201,114,105)
#D0867E
(208,134,126)
#D79A93
(215,154,147)
#DEAEA8
(222,174,168)
#E5C2BD
(229,194,189)
#ECD6D2
(236,214,210)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2215; }

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

This text font color is #AD2215.


Background Color

.myBgColor { background-color: #AD2215; }

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

This div background color is #AD2215.


Border color

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

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

This div border color is #AD2215.


Opacity

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

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

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

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

This text has shadow with #AD2215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2215 on black background.


Color preview on white background

This text has color #AD2215 on white background.



Black color preview on #AD2215 background

This text has black color on #AD2215 background.


White color preview on #AD2215 background

This text has white color on #AD2215 background.