COLOR #DC3A37

HEX: #DC3A37
RGB: (220,58,55)

Color info

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

RGB color model

#DC3A37 color RGB value is (220,58,55).

  • red value is 220;
  • green value is 58;
  • blue value is 55.
RGB:
(220,58,55)
(86%,23%,22%)

RGB channels and saturation

R 220 of 255 = 86%
G 58 of 255 = 23%
B 55 of 255 = 22%

220
58
55

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

Portions of RGB colors in percentages

R + G + B =
220 + 58 + 55 = 333 (100%)
R 220 of 333 ~ 66.07%
G 58 of 333 ~ 17.42%
B 55 of 333 ~ 16.52%

%66.07
%17.42
%16.52

CMYK color model

#DC3A37 color CMYK value is (0,74,75,14).

  • cyan value is 0.00%
  • magenta value is 73.64%
  • yellow value is 75.00%
  • key color value is 13.73%
CMYK:
(0,74,75,14)
C0M74Y75K14 
(0%,74%,75%,14%)
(0.00/0.74/0.75/0.14)	

CMYK percentages

%0
%73.64
%75
%13.73

Codes

Color #DC3A37 in popluar color models

DC3A37
RGB2205855
HSL70.21%53.92%
HSB/HSV75.00%86.27%
CMYK0.00%73.64%75.00%
13.73%

Color #DC3A37 in popluar number systems.

HEXDC3A37
Decimal2205855
Binary11011100111010110111
Octal3347267

Shades and tints

Shades of #DC3A37

#DC3A37
(220,58,55)
#C83532
(200,53,50)
#B4302D
(180,48,45)
#A02B28
(160,43,40)
#8C2623
(140,38,35)
#78211E
(120,33,30)
#641C19
(100,28,25)
#501714
(80,23,20)
#3C120F
(60,18,15)
#280D0A
(40,13,10)
#140805
(20,8,5)
#000000
(0,0,0)

Tints of #DC3A37

#DC3A37
(220,58,55)
#DF4B49
(223,75,73)
#E25C5B
(226,92,91)
#E56D6D
(229,109,109)
#E87E7F
(232,126,127)
#EB8F91
(235,143,145)
#EEA0A3
(238,160,163)
#F1B1B5
(241,177,181)
#F4C2C7
(244,194,199)
#F7D3D9
(247,211,217)
#FAE4EB
(250,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC3A37 color. Also use rgb(220,58,55) instead hex code.

Text Font Color

.myTextColor { color: #DC3A37; }

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

This text font color is #DC3A37.


Background Color

.myBgColor { background-color: #DC3A37; }

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

This div background color is #DC3A37.


Border color

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

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

This div border color is #DC3A37.


Opacity

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

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

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

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

This text has shadow with #DC3A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC3A37 on black background.


Color preview on white background

This text has color #DC3A37 on white background.



Black color preview on #DC3A37 background

This text has black color on #DC3A37 background.


White color preview on #DC3A37 background

This text has white color on #DC3A37 background.