COLOR #D73A48

HEX: #D73A48
RGB: (215,58,72)

Color info

#D73A48 contains mainly red color. Web safe color of #D73A48 is #CC3333 (or #C33).

RGB color model

#D73A48 color RGB value is (215,58,72).

  • red value is 215;
  • green value is 58;
  • blue value is 72.
RGB:
(215,58,72)
(84%,23%,28%)

RGB channels and saturation

R 215 of 255 = 84%
G 58 of 255 = 23%
B 72 of 255 = 28%

215
58
72

R + G + B ~ 45%. #D73A48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
215 + 58 + 72 = 345 (100%)
R 215 of 345 ~ 62.32%
G 58 of 345 ~ 16.81%
B 72 of 345 ~ 20.87%

%62.32
%16.81
%20.87

CMYK color model

#D73A48 color CMYK value is (0,73,67,16).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 66.51%
  • key color value is 15.69%
CMYK:
(0,73,67,16)
C0M73Y67K16 
(0%,73%,67%,16%)
(0.00/0.73/0.67/0.16)	

CMYK percentages

%0
%73.02
%66.51
%15.69

Codes

Color #D73A48 in popluar color models

D73A48
RGB2155872
HSL355°66.24%53.53%
HSB/HSV355°73.02%84.31%
CMYK0.00%73.02%66.51%
15.69%

Color #D73A48 in popluar number systems.

HEXD73A48
Decimal2155872
Binary110101111110101001000
Octal32772110

Shades and tints

Shades of #D73A48

#D73A48
(215,58,72)
#C43542
(196,53,66)
#B1303C
(177,48,60)
#9E2B36
(158,43,54)
#8B2630
(139,38,48)
#78212A
(120,33,42)
#651C24
(101,28,36)
#52171E
(82,23,30)
#3F1218
(63,18,24)
#2C0D12
(44,13,18)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #D73A48

#D73A48
(215,58,72)
#DA4B58
(218,75,88)
#DD5C68
(221,92,104)
#E06D78
(224,109,120)
#E37E88
(227,126,136)
#E68F98
(230,143,152)
#E9A0A8
(233,160,168)
#ECB1B8
(236,177,184)
#EFC2C8
(239,194,200)
#F2D3D8
(242,211,216)
#F5E4E8
(245,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73A48 color. Also use rgb(215,58,72) instead hex code.

Text Font Color

.myTextColor { color: #D73A48; }

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

This text font color is #D73A48.


Background Color

.myBgColor { background-color: #D73A48; }

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

This div background color is #D73A48.


Border color

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

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

This div border color is #D73A48.


Opacity

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

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

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

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

This text has shadow with #D73A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73A48 on black background.


Color preview on white background

This text has color #D73A48 on white background.



Black color preview on #D73A48 background

This text has black color on #D73A48 background.


White color preview on #D73A48 background

This text has white color on #D73A48 background.