COLOR #DC2A49

HEX: #DC2A49
RGB: (220,42,73)

Color info

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

RGB color model

#DC2A49 color RGB value is (220,42,73).

  • red value is 220;
  • green value is 42;
  • blue value is 73.
RGB:
(220,42,73)
(86%,16%,29%)

RGB channels and saturation

R 220 of 255 = 86%
G 42 of 255 = 16%
B 73 of 255 = 29%

220
42
73

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

Portions of RGB colors in percentages

R + G + B =
220 + 42 + 73 = 335 (100%)
R 220 of 335 ~ 65.67%
G 42 of 335 ~ 12.54%
B 73 of 335 ~ 21.79%

%65.67
%12.54
%21.79

CMYK color model

#DC2A49 color CMYK value is (0,81,67,14).

  • cyan value is 0.00%
  • magenta value is 80.91%
  • yellow value is 66.82%
  • key color value is 13.73%
CMYK:
(0,81,67,14)
C0M81Y67K14 
(0%,81%,67%,14%)
(0.00/0.81/0.67/0.14)	

CMYK percentages

%0
%80.91
%66.82
%13.73

Codes

Color #DC2A49 in popluar color models

DC2A49
RGB2204273
HSL350°71.77%51.37%
HSB/HSV350°80.91%86.27%
CMYK0.00%80.91%66.82%
13.73%

Color #DC2A49 in popluar number systems.

HEXDC2A49
Decimal2204273
Binary110111001010101001001
Octal33452111

Shades and tints

Shades of #DC2A49

#DC2A49
(220,42,73)
#C82743
(200,39,67)
#B4243D
(180,36,61)
#A02137
(160,33,55)
#8C1E31
(140,30,49)
#781B2B
(120,27,43)
#641825
(100,24,37)
#50151F
(80,21,31)
#3C1219
(60,18,25)
#280F13
(40,15,19)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #DC2A49

#DC2A49
(220,42,73)
#DF3D59
(223,61,89)
#E25069
(226,80,105)
#E56379
(229,99,121)
#E87689
(232,118,137)
#EB8999
(235,137,153)
#EE9CA9
(238,156,169)
#F1AFB9
(241,175,185)
#F4C2C9
(244,194,201)
#F7D5D9
(247,213,217)
#FAE8E9
(250,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC2A49 color. Also use rgb(220,42,73) instead hex code.

Text Font Color

.myTextColor { color: #DC2A49; }

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

This text font color is #DC2A49.


Background Color

.myBgColor { background-color: #DC2A49; }

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

This div background color is #DC2A49.


Border color

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

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

This div border color is #DC2A49.


Opacity

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

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

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

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

This text has shadow with #DC2A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC2A49 on black background.


Color preview on white background

This text has color #DC2A49 on white background.



Black color preview on #DC2A49 background

This text has black color on #DC2A49 background.


White color preview on #DC2A49 background

This text has white color on #DC2A49 background.