COLOR #D72C3A

HEX: #D72C3A
RGB: (215,44,58)

Color info

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

RGB color model

#D72C3A color RGB value is (215,44,58).

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

RGB channels and saturation

R 215 of 255 = 84%
G 44 of 255 = 17%
B 58 of 255 = 23%

215
44
58

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

Portions of RGB colors in percentages

R + G + B =
215 + 44 + 58 = 317 (100%)
R 215 of 317 ~ 67.82%
G 44 of 317 ~ 13.88%
B 58 of 317 ~ 18.3%

%67.82
%13.88
%18.3

CMYK color model

#D72C3A color CMYK value is (0,80,73,16).

  • cyan value is 0.00%
  • magenta value is 79.53%
  • yellow value is 73.02%
  • key color value is 15.69%
CMYK:
(0,80,73,16)
C0M80Y73K16 
(0%,80%,73%,16%)
(0.00/0.80/0.73/0.16)	

CMYK percentages

%0
%79.53
%73.02
%15.69

Codes

Color #D72C3A in popluar color models

D72C3A
RGB2154458
HSL355°68.13%50.78%
HSB/HSV355°79.53%84.31%
CMYK0.00%79.53%73.02%
15.69%

Color #D72C3A in popluar number systems.

HEXD72C3A
Decimal2154458
Binary11010111101100111010
Octal3275472

Shades and tints

Shades of #D72C3A

#D72C3A
(215,44,58)
#C42835
(196,40,53)
#B12430
(177,36,48)
#9E202B
(158,32,43)
#8B1C26
(139,28,38)
#781821
(120,24,33)
#65141C
(101,20,28)
#521017
(82,16,23)
#3F0C12
(63,12,18)
#2C080D
(44,8,13)
#190408
(25,4,8)
#000000
(0,0,0)

Tints of #D72C3A

#D72C3A
(215,44,58)
#DA3F4B
(218,63,75)
#DD525C
(221,82,92)
#E0656D
(224,101,109)
#E3787E
(227,120,126)
#E68B8F
(230,139,143)
#E99EA0
(233,158,160)
#ECB1B1
(236,177,177)
#EFC4C2
(239,196,194)
#F2D7D3
(242,215,211)
#F5EAE4
(245,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D72C3A; }

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

This text font color is #D72C3A.


Background Color

.myBgColor { background-color: #D72C3A; }

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

This div background color is #D72C3A.


Border color

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

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

This div border color is #D72C3A.


Opacity

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

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

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

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

This text has shadow with #D72C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72C3A on black background.


Color preview on white background

This text has color #D72C3A on white background.



Black color preview on #D72C3A background

This text has black color on #D72C3A background.


White color preview on #D72C3A background

This text has white color on #D72C3A background.