COLOR #DC1436

HEX: #DC1436
RGB: (220,20,54)

Color info

#DC1436 contains mainly red color. Web safe color of #DC1436 is #CC0033 (or #C03).

RGB color model

#DC1436 color RGB value is (220,20,54).

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

RGB channels and saturation

R 220 of 255 = 86%
G 20 of 255 = 8%
B 54 of 255 = 21%

220
20
54

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

Portions of RGB colors in percentages

R + G + B =
220 + 20 + 54 = 294 (100%)
R 220 of 294 ~ 74.83%
G 20 of 294 ~ 6.8%
B 54 of 294 ~ 18.37%

%74.83
%18.37

CMYK color model

#DC1436 color CMYK value is (0,91,75,14).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 75.45%
  • key color value is 13.73%
CMYK:
(0,91,75,14)
C0M91Y75K14 
(0%,91%,75%,14%)
(0.00/0.91/0.75/0.14)	

CMYK percentages

%0
%90.91
%75.45
%13.73

Codes

Color #DC1436 in popluar color models

DC1436
RGB2202054
HSL350°83.33%47.06%
HSB/HSV350°90.91%86.27%
CMYK0.00%90.91%75.45%
13.73%

Color #DC1436 in popluar number systems.

HEXDC1436
Decimal2202054
Binary1101110010100110110
Octal3342466

Shades and tints

Shades of #DC1436

#DC1436
(220,20,54)
#C81332
(200,19,50)
#B4122E
(180,18,46)
#A0112A
(160,17,42)
#8C1026
(140,16,38)
#780F22
(120,15,34)
#640E1E
(100,14,30)
#500D1A
(80,13,26)
#3C0C16
(60,12,22)
#280B12
(40,11,18)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #DC1436

#DC1436
(220,20,54)
#DF2948
(223,41,72)
#E23E5A
(226,62,90)
#E5536C
(229,83,108)
#E8687E
(232,104,126)
#EB7D90
(235,125,144)
#EE92A2
(238,146,162)
#F1A7B4
(241,167,180)
#F4BCC6
(244,188,198)
#F7D1D8
(247,209,216)
#FAE6EA
(250,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC1436; }

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

This text font color is #DC1436.


Background Color

.myBgColor { background-color: #DC1436; }

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

This div background color is #DC1436.


Border color

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

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

This div border color is #DC1436.


Opacity

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

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

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

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

This text has shadow with #DC1436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC1436 on black background.


Color preview on white background

This text has color #DC1436 on white background.



Black color preview on #DC1436 background

This text has black color on #DC1436 background.


White color preview on #DC1436 background

This text has white color on #DC1436 background.