COLOR #D4552C

HEX: #D4552C
RGB: (212,85,44)

Color info

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

RGB color model

#D4552C color RGB value is (212,85,44).

  • red value is 212;
  • green value is 85;
  • blue value is 44.
RGB:
(212,85,44)
(83%,33%,17%)

RGB channels and saturation

R 212 of 255 = 83%
G 85 of 255 = 33%
B 44 of 255 = 17%

212
85
44

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

Portions of RGB colors in percentages

R + G + B =
212 + 85 + 44 = 341 (100%)
R 212 of 341 ~ 62.17%
G 85 of 341 ~ 24.93%
B 44 of 341 ~ 12.9%

%62.17
%24.93
%12.9

CMYK color model

#D4552C color CMYK value is (0,60,79,17).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 79.25%
  • key color value is 16.86%
CMYK:
(0,60,79,17)
C0M60Y79K17 
(0%,60%,79%,17%)
(0.00/0.60/0.79/0.17)	

CMYK percentages

%0
%59.91
%79.25
%16.86

Codes

Color #D4552C in popluar color models

D4552C
RGB2128544
HSL15°66.14%50.20%
HSB/HSV15°79.25%83.14%
CMYK0.00%59.91%79.25%
16.86%

Color #D4552C in popluar number systems.

HEXD4552C
Decimal2128544
Binary110101001010101101100
Octal32412554

Shades and tints

Shades of #D4552C

#D4552C
(212,85,44)
#C14E28
(193,78,40)
#AE4724
(174,71,36)
#9B4020
(155,64,32)
#88391C
(136,57,28)
#753218
(117,50,24)
#622B14
(98,43,20)
#4F2410
(79,36,16)
#3C1D0C
(60,29,12)
#291608
(41,22,8)
#160F04
(22,15,4)
#000000
(0,0,0)

Tints of #D4552C

#D4552C
(212,85,44)
#D7643F
(215,100,63)
#DA7352
(218,115,82)
#DD8265
(221,130,101)
#E09178
(224,145,120)
#E3A08B
(227,160,139)
#E6AF9E
(230,175,158)
#E9BEB1
(233,190,177)
#ECCDC4
(236,205,196)
#EFDCD7
(239,220,215)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4552C color. Also use rgb(212,85,44) instead hex code.

Text Font Color

.myTextColor { color: #D4552C; }

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

This text font color is #D4552C.


Background Color

.myBgColor { background-color: #D4552C; }

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

This div background color is #D4552C.


Border color

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

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

This div border color is #D4552C.


Opacity

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

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

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

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

This text has shadow with #D4552C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4552C on black background.


Color preview on white background

This text has color #D4552C on white background.



Black color preview on #D4552C background

This text has black color on #D4552C background.


White color preview on #D4552C background

This text has white color on #D4552C background.