COLOR #DA5953

HEX: #DA5953
RGB: (218,89,83)

Color info

#DA5953 contains mainly red color. Web safe color of #DA5953 is #CC6666 (or #C66).

RGB color model

#DA5953 color RGB value is (218,89,83).

  • red value is 218;
  • green value is 89;
  • blue value is 83.
RGB:
(218,89,83)
(85%,35%,33%)

RGB channels and saturation

R 218 of 255 = 85%
G 89 of 255 = 35%
B 83 of 255 = 33%

218
89
83

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

Portions of RGB colors in percentages

R + G + B =
218 + 89 + 83 = 390 (100%)
R 218 of 390 ~ 55.9%
G 89 of 390 ~ 22.82%
B 83 of 390 ~ 21.28%

%55.9
%22.82
%21.28

CMYK color model

#DA5953 color CMYK value is (0,59,62,15).

  • cyan value is 0.00%
  • magenta value is 59.17%
  • yellow value is 61.93%
  • key color value is 14.51%
CMYK:
(0,59,62,15)
C0M59Y62K15 
(0%,59%,62%,15%)
(0.00/0.59/0.62/0.15)	

CMYK percentages

%0
%59.17
%61.93
%14.51

Codes

Color #DA5953 in popluar color models

DA5953
RGB2188983
HSL64.59%59.02%
HSB/HSV61.93%85.49%
CMYK0.00%59.17%61.93%
14.51%

Color #DA5953 in popluar number systems.

HEXDA5953
Decimal2188983
Binary1101101010110011010011
Octal332131123

Shades and tints

Shades of #DA5953

#DA5953
(218,89,83)
#C7514C
(199,81,76)
#B44945
(180,73,69)
#A1413E
(161,65,62)
#8E3937
(142,57,55)
#7B3130
(123,49,48)
#682929
(104,41,41)
#552122
(85,33,34)
#42191B
(66,25,27)
#2F1114
(47,17,20)
#1C090D
(28,9,13)
#000000
(0,0,0)

Tints of #DA5953

#DA5953
(218,89,83)
#DD6862
(221,104,98)
#E07771
(224,119,113)
#E38680
(227,134,128)
#E6958F
(230,149,143)
#E9A49E
(233,164,158)
#ECB3AD
(236,179,173)
#EFC2BC
(239,194,188)
#F2D1CB
(242,209,203)
#F5E0DA
(245,224,218)
#F8EFE9
(248,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5953 color. Also use rgb(218,89,83) instead hex code.

Text Font Color

.myTextColor { color: #DA5953; }

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

This text font color is #DA5953.


Background Color

.myBgColor { background-color: #DA5953; }

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

This div background color is #DA5953.


Border color

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

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

This div border color is #DA5953.


Opacity

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

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

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

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

This text has shadow with #DA5953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5953 on black background.


Color preview on white background

This text has color #DA5953 on white background.



Black color preview on #DA5953 background

This text has black color on #DA5953 background.


White color preview on #DA5953 background

This text has white color on #DA5953 background.