COLOR #DD0A2B

HEX: #DD0A2B
RGB: (221,10,43)

Color info

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

RGB color model

#DD0A2B color RGB value is (221,10,43).

  • red value is 221;
  • green value is 10;
  • blue value is 43.
RGB:
(221,10,43)
(87%,4%,17%)

RGB channels and saturation

R 221 of 255 = 87%
G 10 of 255 = 4%
B 43 of 255 = 17%

221
10
43

R + G + B ~ 36%. #DD0A2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
221 + 10 + 43 = 274 (100%)
R 221 of 274 ~ 80.66%
G 10 of 274 ~ 3.65%
B 43 of 274 ~ 15.69%

%80.66
%15.69

CMYK color model

#DD0A2B color CMYK value is (0,95,81,13).

  • cyan value is 0.00%
  • magenta value is 95.48%
  • yellow value is 80.54%
  • key color value is 13.33%
CMYK:
(0,95,81,13)
C0M95Y81K13 
(0%,95%,81%,13%)
(0.00/0.95/0.81/0.13)	

CMYK percentages

%0
%95.48
%80.54
%13.33

Codes

Color #DD0A2B in popluar color models

DD0A2B
RGB2211043
HSL351°91.34%45.29%
HSB/HSV351°95.48%86.67%
CMYK0.00%95.48%80.54%
13.33%

Color #DD0A2B in popluar number systems.

HEXDD0A2B
Decimal2211043
Binary110111011010101011
Octal3351253

Shades and tints

Shades of #DD0A2B

#DD0A2B
(221,10,43)
#C90A28
(201,10,40)
#B50A25
(181,10,37)
#A10A22
(161,10,34)
#8D0A1F
(141,10,31)
#790A1C
(121,10,28)
#650A19
(101,10,25)
#510A16
(81,10,22)
#3D0A13
(61,10,19)
#290A10
(41,10,16)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #DD0A2B

#DD0A2B
(221,10,43)
#E0203E
(224,32,62)
#E33651
(227,54,81)
#E64C64
(230,76,100)
#E96277
(233,98,119)
#EC788A
(236,120,138)
#EF8E9D
(239,142,157)
#F2A4B0
(242,164,176)
#F5BAC3
(245,186,195)
#F8D0D6
(248,208,214)
#FBE6E9
(251,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD0A2B color. Also use rgb(221,10,43) instead hex code.

Text Font Color

.myTextColor { color: #DD0A2B; }

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

This text font color is #DD0A2B.


Background Color

.myBgColor { background-color: #DD0A2B; }

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

This div background color is #DD0A2B.


Border color

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

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

This div border color is #DD0A2B.


Opacity

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

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

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

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

This text has shadow with #DD0A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD0A2B on black background.


Color preview on white background

This text has color #DD0A2B on white background.



Black color preview on #DD0A2B background

This text has black color on #DD0A2B background.


White color preview on #DD0A2B background

This text has white color on #DD0A2B background.