COLOR #D2554D

HEX: #D2554D RGB: (210,85,77)

Color info

#D2554D contains mainly red color. Web safe color of #D2554D is #CC6633 (or #C63).

RGB color model

#D2554D color RGB value is (210,85,77).

RGB: (210,85,77) (82%, 33%, 30%)

RGB channels and saturation

R 210 of 255 = 82%
G 85 of 255 = 33%
B 77 of 255 = 30%

210
85
77

R + G + B ~ 48%. #D2554D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 210 + 85 + 77 = 372 (100%)
R 210 of 372 ~ 56.45%
G 85 of 372 ~ 22.85%
B 77 of 372 ~ 20.7'%

%56.45
%22.85
%20.7

CMYK color model

#D2554D color CMYK value is (0,60,63,18).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 63.33%
  • key color value is 17.65%

CMYK: (0,60,63,18)
C0M60Y63K18 (0%, 60%, 63%, 18%)
(0.00 / 0.60 / 0.63 / 0.18)

CMYK percentages

%0
%59.52
%63.33
%17.65

Codes

Color #D2554D in popluar color models

D2 55 4D
RGB 210 85 77
HSL 59.64% 56.27%
HSB/HSV 63.33% 82.35%
CMYK 0.00% 59.52% 63.33%
17.65%

Color #D2554D in popluar number systems.

HEX D2 55 4D
Decimal 210 85 77
Binary 11010010 1010101 1001101
Octal 322 125 115

Shades and tints

Shades of #D2554D

#D2554D
(210,85,77)
#BF4E46
(191,78,70)
#AC473F
(172,71,63)
#994038
(153,64,56)
#863931
(134,57,49)
#73322A
(115,50,42)
#602B23
(96,43,35)
#4D241C
(77,36,28)
#3A1D15
(58,29,21)
#27160E
(39,22,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #D2554D

#D2554D
(210,85,77)
#D6645D
(214,100,93)
#DA736D
(218,115,109)
#DE827D
(222,130,125)
#E2918D
(226,145,141)
#E6A09D
(230,160,157)
#EAAFAD
(234,175,173)
#EEBEBD
(238,190,189)
#F2CDCD
(242,205,205)
#F6DCDD
(246,220,221)
#FAEBED
(250,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2554D color. Also use rgb(210,85,77) instead hex code.

Text Font Color

.myTextColor { color: #D2554D; }

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

This text font color is #D2554D.

Background Color

.myBgColor { background-color: #D2554D; }

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

This div background color is #D2554D.

Border color

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

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

This div border color is #D2554D.

Opacity

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

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

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

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

This text has shadow with #D2554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2554D.

Preview

Color preview on black background

This text has color #D2554D on black background.


Color preview on white background

This text has color #D2554D on white background.


Black color preview on #D2554D background

This text has black color on #D2554D background.


White color preview on #D2554D background

This text has white color on #D2554D background.


Related colors

Complementary color

Complementary color for #hex is #2DAAB2.


I love getcolorcode.com

Triadic colors

1 #4DD255 and #554DD2 with #D2554D are triadic colors.

2 #4D55D2 and #55D24D with #D2554D are triadic colors.