COLOR #DA2E49

HEX: #DA2E49
RGB: (218,46,73)

Color info

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

RGB color model

#DA2E49 color RGB value is (218,46,73).

  • red value is 218;
  • green value is 46;
  • blue value is 73.
RGB:
(218,46,73)
(85%,18%,29%)

RGB channels and saturation

R 218 of 255 = 85%
G 46 of 255 = 18%
B 73 of 255 = 29%

218
46
73

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

Portions of RGB colors in percentages

R + G + B =
218 + 46 + 73 = 337 (100%)
R 218 of 337 ~ 64.69%
G 46 of 337 ~ 13.65%
B 73 of 337 ~ 21.66%

%64.69
%13.65
%21.66

CMYK color model

#DA2E49 color CMYK value is (0,79,67,15).

  • cyan value is 0.00%
  • magenta value is 78.90%
  • yellow value is 66.51%
  • key color value is 14.51%
CMYK:
(0,79,67,15)
C0M79Y67K15 
(0%,79%,67%,15%)
(0.00/0.79/0.67/0.15)	

CMYK percentages

%0
%78.9
%66.51
%14.51

Codes

Color #DA2E49 in popluar color models

DA2E49
RGB2184673
HSL351°69.92%51.76%
HSB/HSV351°78.90%85.49%
CMYK0.00%78.90%66.51%
14.51%

Color #DA2E49 in popluar number systems.

HEXDA2E49
Decimal2184673
Binary110110101011101001001
Octal33256111

Shades and tints

Shades of #DA2E49

#DA2E49
(218,46,73)
#C72A43
(199,42,67)
#B4263D
(180,38,61)
#A12237
(161,34,55)
#8E1E31
(142,30,49)
#7B1A2B
(123,26,43)
#681625
(104,22,37)
#55121F
(85,18,31)
#420E19
(66,14,25)
#2F0A13
(47,10,19)
#1C060D
(28,6,13)
#000000
(0,0,0)

Tints of #DA2E49

#DA2E49
(218,46,73)
#DD4159
(221,65,89)
#E05469
(224,84,105)
#E36779
(227,103,121)
#E67A89
(230,122,137)
#E98D99
(233,141,153)
#ECA0A9
(236,160,169)
#EFB3B9
(239,179,185)
#F2C6C9
(242,198,201)
#F5D9D9
(245,217,217)
#F8ECE9
(248,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA2E49 color. Also use rgb(218,46,73) instead hex code.

Text Font Color

.myTextColor { color: #DA2E49; }

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

This text font color is #DA2E49.


Background Color

.myBgColor { background-color: #DA2E49; }

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

This div background color is #DA2E49.


Border color

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

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

This div border color is #DA2E49.


Opacity

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

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

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

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

This text has shadow with #DA2E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA2E49 on black background.


Color preview on white background

This text has color #DA2E49 on white background.



Black color preview on #DA2E49 background

This text has black color on #DA2E49 background.


White color preview on #DA2E49 background

This text has white color on #DA2E49 background.