COLOR #D53A4F

HEX: #D53A4F
RGB: (213,58,79)

Color info

#D53A4F contains mainly red color. Web safe color of #D53A4F is #CC3366 (or #C36).

RGB color model

#D53A4F color RGB value is (213,58,79).

  • red value is 213;
  • green value is 58;
  • blue value is 79.
RGB:
(213,58,79)
(84%,23%,31%)

RGB channels and saturation

R 213 of 255 = 84%
G 58 of 255 = 23%
B 79 of 255 = 31%

213
58
79

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

Portions of RGB colors in percentages

R + G + B =
213 + 58 + 79 = 350 (100%)
R 213 of 350 ~ 60.86%
G 58 of 350 ~ 16.57%
B 79 of 350 ~ 22.57%

%60.86
%16.57
%22.57

CMYK color model

#D53A4F color CMYK value is (0,73,63,16).

  • cyan value is 0.00%
  • magenta value is 72.77%
  • yellow value is 62.91%
  • key color value is 16.47%
CMYK:
(0,73,63,16)
C0M73Y63K16 
(0%,73%,63%,16%)
(0.00/0.73/0.63/0.16)	

CMYK percentages

%0
%72.77
%62.91
%16.47

Codes

Color #D53A4F in popluar color models

D53A4F
RGB2135879
HSL352°64.85%53.14%
HSB/HSV352°72.77%83.53%
CMYK0.00%72.77%62.91%
16.47%

Color #D53A4F in popluar number systems.

HEXD53A4F
Decimal2135879
Binary110101011110101001111
Octal32572117

Shades and tints

Shades of #D53A4F

#D53A4F
(213,58,79)
#C23548
(194,53,72)
#AF3041
(175,48,65)
#9C2B3A
(156,43,58)
#892633
(137,38,51)
#76212C
(118,33,44)
#631C25
(99,28,37)
#50171E
(80,23,30)
#3D1217
(61,18,23)
#2A0D10
(42,13,16)
#170809
(23,8,9)
#000000
(0,0,0)

Tints of #D53A4F

#D53A4F
(213,58,79)
#D84B5F
(216,75,95)
#DB5C6F
(219,92,111)
#DE6D7F
(222,109,127)
#E17E8F
(225,126,143)
#E48F9F
(228,143,159)
#E7A0AF
(231,160,175)
#EAB1BF
(234,177,191)
#EDC2CF
(237,194,207)
#F0D3DF
(240,211,223)
#F3E4EF
(243,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53A4F color. Also use rgb(213,58,79) instead hex code.

Text Font Color

.myTextColor { color: #D53A4F; }

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

This text font color is #D53A4F.


Background Color

.myBgColor { background-color: #D53A4F; }

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

This div background color is #D53A4F.


Border color

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

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

This div border color is #D53A4F.


Opacity

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

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

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

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

This text has shadow with #D53A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53A4F on black background.


Color preview on white background

This text has color #D53A4F on white background.



Black color preview on #D53A4F background

This text has black color on #D53A4F background.


White color preview on #D53A4F background

This text has white color on #D53A4F background.