COLOR #DC143C

HEX: #DC143C
RGB: (220,20,60)

Color info

Color name is Crimson. #DC143C contains mainly red color. Web safe color of #DC143C is #CC0033 (or #C03).

RGB color model

#DC143C color RGB value is (220,20,60).

  • red value is 220;
  • green value is 20;
  • blue value is 60.
RGB:
(220,20,60)
(86%,8%,24%)

RGB channels and saturation

R 220 of 255 = 86%
G 20 of 255 = 8%
B 60 of 255 = 24%

220
20
60

R + G + B ~ 39%. #DC143C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
220 + 20 + 60 = 300 (100%)
R 220 of 300 ~ 73.33%
G 20 of 300 ~ 6.67%
B 60 of 300 ~ 20%

%73.33
%20

CMYK color model

#DC143C color CMYK value is (0,91,73,14).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 72.73%
  • key color value is 13.73%
CMYK:
(0,91,73,14)
C0M91Y73K14 
(0%,91%,73%,14%)
(0.00/0.91/0.73/0.14)	

CMYK percentages

%0
%90.91
%72.73
%13.73

Codes

Color #DC143C in popluar color models

DC143C
RGB2202060
HSL348°83.33%47.06%
HSB/HSV348°90.91%86.27%
CMYK0.00%90.91%72.73%
13.73%

Color #DC143C in popluar number systems.

HEXDC143C
Decimal2202060
Binary1101110010100111100
Octal3342474

Shades and tints

Shades of #DC143C

#DC143C
(220,20,60)
#C81337
(200,19,55)
#B41232
(180,18,50)
#A0112D
(160,17,45)
#8C1028
(140,16,40)
#780F23
(120,15,35)
#640E1E
(100,14,30)
#500D19
(80,13,25)
#3C0C14
(60,12,20)
#280B0F
(40,11,15)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #DC143C

#DC143C
(220,20,60)
#DF294D
(223,41,77)
#E23E5E
(226,62,94)
#E5536F
(229,83,111)
#E86880
(232,104,128)
#EB7D91
(235,125,145)
#EE92A2
(238,146,162)
#F1A7B3
(241,167,179)
#F4BCC4
(244,188,196)
#F7D1D5
(247,209,213)
#FAE6E6
(250,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC143C color. Also use rgb(220,20,60) instead hex code.

Text Font Color

.myTextColor { color: #DC143C; }

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

This text font color is #DC143C.


Background Color

.myBgColor { background-color: #DC143C; }

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

This div background color is #DC143C.


Border color

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

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

This div border color is #DC143C.


Opacity

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

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

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

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

This text has shadow with #DC143C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC143C on black background.


Color preview on white background

This text has color #DC143C on white background.



Black color preview on #DC143C background

This text has black color on #DC143C background.


White color preview on #DC143C background

This text has white color on #DC143C background.