COLOR #DC0A04

HEX: #DC0A04
RGB: (220,10,4)

Color info

#DC0A04 contains mainly red color. Web safe color of #DC0A04 is #CC0000 (or #C00).

RGB color model

#DC0A04 color RGB value is (220,10,4).

  • red value is 220;
  • green value is 10;
  • blue value is 4.
RGB:
(220,10,4)
(86%,4%,2%)

RGB channels and saturation

R 220 of 255 = 86%
G 10 of 255 = 4%
B 4 of 255 = 2%

220
10
4

R + G + B ~ 31%. #DC0A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
220 + 10 + 4 = 234 (100%)
R 220 of 234 ~ 94.02%
G 10 of 234 ~ 4.27%
B 4 of 234 ~ 1.71%

%94.02

CMYK color model

#DC0A04 color CMYK value is (0,95,98,14).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 98.18%
  • key color value is 13.73%
CMYK:
(0,95,98,14)
C0M95Y98K14 
(0%,95%,98%,14%)
(0.00/0.95/0.98/0.14)	

CMYK percentages

%0
%95.45
%98.18
%13.73

Codes

Color #DC0A04 in popluar color models

DC0A04
RGB220104
HSL96.43%43.92%
HSB/HSV98.18%86.27%
CMYK0.00%95.45%98.18%
13.73%

Color #DC0A04 in popluar number systems.

HEXDC0A04
Decimal220104
Binary110111001010100
Octal334124

Shades and tints

Shades of #DC0A04

#DC0A04
(220,10,4)
#C80A04
(200,10,4)
#B40A04
(180,10,4)
#A00A04
(160,10,4)
#8C0A04
(140,10,4)
#780A04
(120,10,4)
#640A04
(100,10,4)
#500A04
(80,10,4)
#3C0A04
(60,10,4)
#280A04
(40,10,4)
#140A04
(20,10,4)
#000000
(0,0,0)

Tints of #DC0A04

#DC0A04
(220,10,4)
#DF201A
(223,32,26)
#E23630
(226,54,48)
#E54C46
(229,76,70)
#E8625C
(232,98,92)
#EB7872
(235,120,114)
#EE8E88
(238,142,136)
#F1A49E
(241,164,158)
#F4BAB4
(244,186,180)
#F7D0CA
(247,208,202)
#FAE6E0
(250,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC0A04 color. Also use rgb(220,10,4) instead hex code.

Text Font Color

.myTextColor { color: #DC0A04; }

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

This text font color is #DC0A04.


Background Color

.myBgColor { background-color: #DC0A04; }

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

This div background color is #DC0A04.


Border color

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

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

This div border color is #DC0A04.


Opacity

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

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

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

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

This text has shadow with #DC0A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC0A04 on black background.


Color preview on white background

This text has color #DC0A04 on white background.



Black color preview on #DC0A04 background

This text has black color on #DC0A04 background.


White color preview on #DC0A04 background

This text has white color on #DC0A04 background.