COLOR #DD0C2F

HEX: #DD0C2F
RGB: (221,12,47)

Color info

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

RGB color model

#DD0C2F color RGB value is (221,12,47).

  • red value is 221;
  • green value is 12;
  • blue value is 47.
RGB:
(221,12,47)
(87%,5%,18%)

RGB channels and saturation

R 221 of 255 = 87%
G 12 of 255 = 5%
B 47 of 255 = 18%

221
12
47

R + G + B ~ 37%. #DD0C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
221 + 12 + 47 = 280 (100%)
R 221 of 280 ~ 78.93%
G 12 of 280 ~ 4.29%
B 47 of 280 ~ 16.79%

%78.93
%16.79

CMYK color model

#DD0C2F color CMYK value is (0,95,79,13).

  • cyan value is 0.00%
  • magenta value is 94.57%
  • yellow value is 78.73%
  • key color value is 13.33%
CMYK:
(0,95,79,13)
C0M95Y79K13 
(0%,95%,79%,13%)
(0.00/0.95/0.79/0.13)	

CMYK percentages

%0
%94.57
%78.73
%13.33

Codes

Color #DD0C2F in popluar color models

DD0C2F
RGB2211247
HSL350°89.70%45.69%
HSB/HSV350°94.57%86.67%
CMYK0.00%94.57%78.73%
13.33%

Color #DD0C2F in popluar number systems.

HEXDD0C2F
Decimal2211247
Binary110111011100101111
Octal3351457

Shades and tints

Shades of #DD0C2F

#DD0C2F
(221,12,47)
#C90B2B
(201,11,43)
#B50A27
(181,10,39)
#A10923
(161,9,35)
#8D081F
(141,8,31)
#79071B
(121,7,27)
#650617
(101,6,23)
#510513
(81,5,19)
#3D040F
(61,4,15)
#29030B
(41,3,11)
#150207
(21,2,7)
#000000
(0,0,0)

Tints of #DD0C2F

#DD0C2F
(221,12,47)
#E02241
(224,34,65)
#E33853
(227,56,83)
#E64E65
(230,78,101)
#E96477
(233,100,119)
#EC7A89
(236,122,137)
#EF909B
(239,144,155)
#F2A6AD
(242,166,173)
#F5BCBF
(245,188,191)
#F8D2D1
(248,210,209)
#FBE8E3
(251,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD0C2F color. Also use rgb(221,12,47) instead hex code.

Text Font Color

.myTextColor { color: #DD0C2F; }

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

This text font color is #DD0C2F.


Background Color

.myBgColor { background-color: #DD0C2F; }

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

This div background color is #DD0C2F.


Border color

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

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

This div border color is #DD0C2F.


Opacity

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

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

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

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

This text has shadow with #DD0C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD0C2F on black background.


Color preview on white background

This text has color #DD0C2F on white background.



Black color preview on #DD0C2F background

This text has black color on #DD0C2F background.


White color preview on #DD0C2F background

This text has white color on #DD0C2F background.