COLOR #DA1A49

HEX: #DA1A49
RGB: (218,26,73)

Color info

#DA1A49 contains mainly red color. Web safe color of #DA1A49 is #CC0033 (or #C03).

RGB color model

#DA1A49 color RGB value is (218,26,73).

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

RGB channels and saturation

R 218 of 255 = 85%
G 26 of 255 = 10%
B 73 of 255 = 29%

218
26
73

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

Portions of RGB colors in percentages

R + G + B =
218 + 26 + 73 = 317 (100%)
R 218 of 317 ~ 68.77%
G 26 of 317 ~ 8.2%
B 73 of 317 ~ 23.03%

%68.77
%23.03

CMYK color model

#DA1A49 color CMYK value is (0,88,67,15).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 66.51%
  • key color value is 14.51%
CMYK:
(0,88,67,15)
C0M88Y67K15 
(0%,88%,67%,15%)
(0.00/0.88/0.67/0.15)	

CMYK percentages

%0
%88.07
%66.51
%14.51

Codes

Color #DA1A49 in popluar color models

DA1A49
RGB2182673
HSL345°78.69%47.84%
HSB/HSV345°88.07%85.49%
CMYK0.00%88.07%66.51%
14.51%

Color #DA1A49 in popluar number systems.

HEXDA1A49
Decimal2182673
Binary11011010110101001001
Octal33232111

Shades and tints

Shades of #DA1A49

#DA1A49
(218,26,73)
#C71843
(199,24,67)
#B4163D
(180,22,61)
#A11437
(161,20,55)
#8E1231
(142,18,49)
#7B102B
(123,16,43)
#680E25
(104,14,37)
#550C1F
(85,12,31)
#420A19
(66,10,25)
#2F0813
(47,8,19)
#1C060D
(28,6,13)
#000000
(0,0,0)

Tints of #DA1A49

#DA1A49
(218,26,73)
#DD2E59
(221,46,89)
#E04269
(224,66,105)
#E35679
(227,86,121)
#E66A89
(230,106,137)
#E97E99
(233,126,153)
#EC92A9
(236,146,169)
#EFA6B9
(239,166,185)
#F2BAC9
(242,186,201)
#F5CED9
(245,206,217)
#F8E2E9
(248,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA1A49; }

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

This text font color is #DA1A49.


Background Color

.myBgColor { background-color: #DA1A49; }

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

This div background color is #DA1A49.


Border color

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

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

This div border color is #DA1A49.


Opacity

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

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

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

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

This text has shadow with #DA1A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA1A49 on black background.


Color preview on white background

This text has color #DA1A49 on white background.



Black color preview on #DA1A49 background

This text has black color on #DA1A49 background.


White color preview on #DA1A49 background

This text has white color on #DA1A49 background.