COLOR #DC2028

HEX: #DC2028
RGB: (220,32,40)

Color info

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

RGB color model

#DC2028 color RGB value is (220,32,40).

  • red value is 220;
  • green value is 32;
  • blue value is 40.
RGB:
(220,32,40)
(86%,13%,16%)

RGB channels and saturation

R 220 of 255 = 86%
G 32 of 255 = 13%
B 40 of 255 = 16%

220
32
40

R + G + B ~ 38%. #DC2028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
220 + 32 + 40 = 292 (100%)
R 220 of 292 ~ 75.34%
G 32 of 292 ~ 10.96%
B 40 of 292 ~ 13.7%

%75.34
%10.96
%13.7

CMYK color model

#DC2028 color CMYK value is (0,85,82,14).

  • cyan value is 0.00%
  • magenta value is 85.45%
  • yellow value is 81.82%
  • key color value is 13.73%
CMYK:
(0,85,82,14)
C0M85Y82K14 
(0%,85%,82%,14%)
(0.00/0.85/0.82/0.14)	

CMYK percentages

%0
%85.45
%81.82
%13.73

Codes

Color #DC2028 in popluar color models

DC2028
RGB2203240
HSL357°74.60%49.41%
HSB/HSV357°85.45%86.27%
CMYK0.00%85.45%81.82%
13.73%

Color #DC2028 in popluar number systems.

HEXDC2028
Decimal2203240
Binary11011100100000101000
Octal3344050

Shades and tints

Shades of #DC2028

#DC2028
(220,32,40)
#C81E25
(200,30,37)
#B41C22
(180,28,34)
#A01A1F
(160,26,31)
#8C181C
(140,24,28)
#781619
(120,22,25)
#641416
(100,20,22)
#501213
(80,18,19)
#3C1010
(60,16,16)
#280E0D
(40,14,13)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #DC2028

#DC2028
(220,32,40)
#DF343B
(223,52,59)
#E2484E
(226,72,78)
#E55C61
(229,92,97)
#E87074
(232,112,116)
#EB8487
(235,132,135)
#EE989A
(238,152,154)
#F1ACAD
(241,172,173)
#F4C0C0
(244,192,192)
#F7D4D3
(247,212,211)
#FAE8E6
(250,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC2028 color. Also use rgb(220,32,40) instead hex code.

Text Font Color

.myTextColor { color: #DC2028; }

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

This text font color is #DC2028.


Background Color

.myBgColor { background-color: #DC2028; }

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

This div background color is #DC2028.


Border color

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

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

This div border color is #DC2028.


Opacity

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

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

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

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

This text has shadow with #DC2028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC2028 on black background.


Color preview on white background

This text has color #DC2028 on white background.



Black color preview on #DC2028 background

This text has black color on #DC2028 background.


White color preview on #DC2028 background

This text has white color on #DC2028 background.