COLOR #DA4A4E

HEX: #DA4A4E
RGB: (218,74,78)

Color info

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

RGB color model

#DA4A4E color RGB value is (218,74,78).

  • red value is 218;
  • green value is 74;
  • blue value is 78.
RGB:
(218,74,78)
(85%,29%,31%)

RGB channels and saturation

R 218 of 255 = 85%
G 74 of 255 = 29%
B 78 of 255 = 31%

218
74
78

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

Portions of RGB colors in percentages

R + G + B =
218 + 74 + 78 = 370 (100%)
R 218 of 370 ~ 58.92%
G 74 of 370 ~ 20%
B 78 of 370 ~ 21.08%

%58.92
%20
%21.08

CMYK color model

#DA4A4E color CMYK value is (0,66,64,15).

  • cyan value is 0.00%
  • magenta value is 66.06%
  • yellow value is 64.22%
  • key color value is 14.51%
CMYK:
(0,66,64,15)
C0M66Y64K15 
(0%,66%,64%,15%)
(0.00/0.66/0.64/0.15)	

CMYK percentages

%0
%66.06
%64.22
%14.51

Codes

Color #DA4A4E in popluar color models

DA4A4E
RGB2187478
HSL358°66.06%57.25%
HSB/HSV358°66.06%85.49%
CMYK0.00%66.06%64.22%
14.51%

Color #DA4A4E in popluar number systems.

HEXDA4A4E
Decimal2187478
Binary1101101010010101001110
Octal332112116

Shades and tints

Shades of #DA4A4E

#DA4A4E
(218,74,78)
#C74447
(199,68,71)
#B43E40
(180,62,64)
#A13839
(161,56,57)
#8E3232
(142,50,50)
#7B2C2B
(123,44,43)
#682624
(104,38,36)
#55201D
(85,32,29)
#421A16
(66,26,22)
#2F140F
(47,20,15)
#1C0E08
(28,14,8)
#000000
(0,0,0)

Tints of #DA4A4E

#DA4A4E
(218,74,78)
#DD5A5E
(221,90,94)
#E06A6E
(224,106,110)
#E37A7E
(227,122,126)
#E68A8E
(230,138,142)
#E99A9E
(233,154,158)
#ECAAAE
(236,170,174)
#EFBABE
(239,186,190)
#F2CACE
(242,202,206)
#F5DADE
(245,218,222)
#F8EAEE
(248,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA4A4E color. Also use rgb(218,74,78) instead hex code.

Text Font Color

.myTextColor { color: #DA4A4E; }

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

This text font color is #DA4A4E.


Background Color

.myBgColor { background-color: #DA4A4E; }

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

This div background color is #DA4A4E.


Border color

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

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

This div border color is #DA4A4E.


Opacity

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

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

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

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

This text has shadow with #DA4A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA4A4E on black background.


Color preview on white background

This text has color #DA4A4E on white background.



Black color preview on #DA4A4E background

This text has black color on #DA4A4E background.


White color preview on #DA4A4E background

This text has white color on #DA4A4E background.