COLOR #AD2225

HEX: #AD2225
RGB: (173,34,37)

Color info

#AD2225 contains mainly red color. Web safe color of #AD2225 is #993333 (or #933).

RGB color model

#AD2225 color RGB value is (173,34,37).

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

RGB channels and saturation

R 173 of 255 = 68%
G 34 of 255 = 13%
B 37 of 255 = 15%

173
34
37

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

Portions of RGB colors in percentages

R + G + B =
173 + 34 + 37 = 244 (100%)
R 173 of 244 ~ 70.9%
G 34 of 244 ~ 13.93%
B 37 of 244 ~ 15.16%

%70.9
%13.93
%15.16

CMYK color model

#AD2225 color CMYK value is (0,80,79,32).

  • cyan value is 0.00%
  • magenta value is 80.35%
  • yellow value is 78.61%
  • key color value is 32.16%
CMYK:
(0,80,79,32)
C0M80Y79K32 
(0%,80%,79%,32%)
(0.00/0.80/0.79/0.32)	

CMYK percentages

%0
%80.35
%78.61
%32.16

Codes

Color #AD2225 in popluar color models

AD2225
RGB1733437
HSL359°67.15%40.59%
HSB/HSV359°80.35%67.84%
CMYK0.00%80.35%78.61%
32.16%

Color #AD2225 in popluar number systems.

HEXAD2225
Decimal1733437
Binary10101101100010100101
Octal2554245

Shades and tints

Shades of #AD2225

#AD2225
(173,34,37)
#9E1F22
(158,31,34)
#8F1C1F
(143,28,31)
#80191C
(128,25,28)
#711619
(113,22,25)
#621316
(98,19,22)
#531013
(83,16,19)
#440D10
(68,13,16)
#350A0D
(53,10,13)
#26070A
(38,7,10)
#170407
(23,4,7)
#000000
(0,0,0)

Tints of #AD2225

#AD2225
(173,34,37)
#B43638
(180,54,56)
#BB4A4B
(187,74,75)
#C25E5E
(194,94,94)
#C97271
(201,114,113)
#D08684
(208,134,132)
#D79A97
(215,154,151)
#DEAEAA
(222,174,170)
#E5C2BD
(229,194,189)
#ECD6D0
(236,214,208)
#F3EAE3
(243,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2225; }

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

This text font color is #AD2225.


Background Color

.myBgColor { background-color: #AD2225; }

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

This div background color is #AD2225.


Border color

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

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

This div border color is #AD2225.


Opacity

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

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

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

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

This text has shadow with #AD2225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2225 on black background.


Color preview on white background

This text has color #AD2225 on white background.



Black color preview on #AD2225 background

This text has black color on #AD2225 background.


White color preview on #AD2225 background

This text has white color on #AD2225 background.