COLOR #DA3A39

HEX: #DA3A39
RGB: (218,58,57)

Color info

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

RGB color model

#DA3A39 color RGB value is (218,58,57).

  • red value is 218;
  • green value is 58;
  • blue value is 57.
RGB:
(218,58,57)
(85%,23%,22%)

RGB channels and saturation

R 218 of 255 = 85%
G 58 of 255 = 23%
B 57 of 255 = 22%

218
58
57

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

Portions of RGB colors in percentages

R + G + B =
218 + 58 + 57 = 333 (100%)
R 218 of 333 ~ 65.47%
G 58 of 333 ~ 17.42%
B 57 of 333 ~ 17.12%

%65.47
%17.42
%17.12

CMYK color model

#DA3A39 color CMYK value is (0,73,74,15).

  • cyan value is 0.00%
  • magenta value is 73.39%
  • yellow value is 73.85%
  • key color value is 14.51%
CMYK:
(0,73,74,15)
C0M73Y74K15 
(0%,73%,74%,15%)
(0.00/0.73/0.74/0.15)	

CMYK percentages

%0
%73.39
%73.85
%14.51

Codes

Color #DA3A39 in popluar color models

DA3A39
RGB2185857
HSL68.51%53.92%
HSB/HSV73.85%85.49%
CMYK0.00%73.39%73.85%
14.51%

Color #DA3A39 in popluar number systems.

HEXDA3A39
Decimal2185857
Binary11011010111010111001
Octal3327271

Shades and tints

Shades of #DA3A39

#DA3A39
(218,58,57)
#C73534
(199,53,52)
#B4302F
(180,48,47)
#A12B2A
(161,43,42)
#8E2625
(142,38,37)
#7B2120
(123,33,32)
#681C1B
(104,28,27)
#551716
(85,23,22)
#421211
(66,18,17)
#2F0D0C
(47,13,12)
#1C0807
(28,8,7)
#000000
(0,0,0)

Tints of #DA3A39

#DA3A39
(218,58,57)
#DD4B4B
(221,75,75)
#E05C5D
(224,92,93)
#E36D6F
(227,109,111)
#E67E81
(230,126,129)
#E98F93
(233,143,147)
#ECA0A5
(236,160,165)
#EFB1B7
(239,177,183)
#F2C2C9
(242,194,201)
#F5D3DB
(245,211,219)
#F8E4ED
(248,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA3A39 color. Also use rgb(218,58,57) instead hex code.

Text Font Color

.myTextColor { color: #DA3A39; }

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

This text font color is #DA3A39.


Background Color

.myBgColor { background-color: #DA3A39; }

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

This div background color is #DA3A39.


Border color

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

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

This div border color is #DA3A39.


Opacity

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

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

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

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

This text has shadow with #DA3A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA3A39 on black background.


Color preview on white background

This text has color #DA3A39 on white background.



Black color preview on #DA3A39 background

This text has black color on #DA3A39 background.


White color preview on #DA3A39 background

This text has white color on #DA3A39 background.