COLOR #DA4547

HEX: #DA4547
RGB: (218,69,71)

Color info

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

RGB color model

#DA4547 color RGB value is (218,69,71).

  • red value is 218;
  • green value is 69;
  • blue value is 71.
RGB:
(218,69,71)
(85%,27%,28%)

RGB channels and saturation

R 218 of 255 = 85%
G 69 of 255 = 27%
B 71 of 255 = 28%

218
69
71

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

Portions of RGB colors in percentages

R + G + B =
218 + 69 + 71 = 358 (100%)
R 218 of 358 ~ 60.89%
G 69 of 358 ~ 19.27%
B 71 of 358 ~ 19.83%

%60.89
%19.27
%19.83

CMYK color model

#DA4547 color CMYK value is (0,68,67,15).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 67.43%
  • key color value is 14.51%
CMYK:
(0,68,67,15)
C0M68Y67K15 
(0%,68%,67%,15%)
(0.00/0.68/0.67/0.15)	

CMYK percentages

%0
%68.35
%67.43
%14.51

Codes

Color #DA4547 in popluar color models

DA4547
RGB2186971
HSL359°66.82%56.27%
HSB/HSV359°68.35%85.49%
CMYK0.00%68.35%67.43%
14.51%

Color #DA4547 in popluar number systems.

HEXDA4547
Decimal2186971
Binary1101101010001011000111
Octal332105107

Shades and tints

Shades of #DA4547

#DA4547
(218,69,71)
#C73F41
(199,63,65)
#B4393B
(180,57,59)
#A13335
(161,51,53)
#8E2D2F
(142,45,47)
#7B2729
(123,39,41)
#682123
(104,33,35)
#551B1D
(85,27,29)
#421517
(66,21,23)
#2F0F11
(47,15,17)
#1C090B
(28,9,11)
#000000
(0,0,0)

Tints of #DA4547

#DA4547
(218,69,71)
#DD5557
(221,85,87)
#E06567
(224,101,103)
#E37577
(227,117,119)
#E68587
(230,133,135)
#E99597
(233,149,151)
#ECA5A7
(236,165,167)
#EFB5B7
(239,181,183)
#F2C5C7
(242,197,199)
#F5D5D7
(245,213,215)
#F8E5E7
(248,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA4547 color. Also use rgb(218,69,71) instead hex code.

Text Font Color

.myTextColor { color: #DA4547; }

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

This text font color is #DA4547.


Background Color

.myBgColor { background-color: #DA4547; }

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

This div background color is #DA4547.


Border color

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

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

This div border color is #DA4547.


Opacity

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

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

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

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

This text has shadow with #DA4547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA4547 on black background.


Color preview on white background

This text has color #DA4547 on white background.



Black color preview on #DA4547 background

This text has black color on #DA4547 background.


White color preview on #DA4547 background

This text has white color on #DA4547 background.