COLOR #D1542B

HEX: #D1542B
RGB: (209,84,43)

Color info

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

RGB color model

#D1542B color RGB value is (209,84,43).

  • red value is 209;
  • green value is 84;
  • blue value is 43.
RGB:
(209,84,43)
(82%,33%,17%)

RGB channels and saturation

R 209 of 255 = 82%
G 84 of 255 = 33%
B 43 of 255 = 17%

209
84
43

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

Portions of RGB colors in percentages

R + G + B =
209 + 84 + 43 = 336 (100%)
R 209 of 336 ~ 62.2%
G 84 of 336 ~ 25%
B 43 of 336 ~ 12.8%

%62.2
%25
%12.8

CMYK color model

#D1542B color CMYK value is (0,60,79,18).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(0,60,79,18)
C0M60Y79K18 
(0%,60%,79%,18%)
(0.00/0.60/0.79/0.18)	

CMYK percentages

%0
%59.81
%79.43
%18.04

Codes

Color #D1542B in popluar color models

D1542B
RGB2098443
HSL15°65.87%49.41%
HSB/HSV15°79.43%81.96%
CMYK0.00%59.81%79.43%
18.04%

Color #D1542B in popluar number systems.

HEXD1542B
Decimal2098443
Binary110100011010100101011
Octal32112453

Shades and tints

Shades of #D1542B

#D1542B
(209,84,43)
#BE4D28
(190,77,40)
#AB4625
(171,70,37)
#983F22
(152,63,34)
#85381F
(133,56,31)
#72311C
(114,49,28)
#5F2A19
(95,42,25)
#4C2316
(76,35,22)
#391C13
(57,28,19)
#261510
(38,21,16)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #D1542B

#D1542B
(209,84,43)
#D5633E
(213,99,62)
#D97251
(217,114,81)
#DD8164
(221,129,100)
#E19077
(225,144,119)
#E59F8A
(229,159,138)
#E9AE9D
(233,174,157)
#EDBDB0
(237,189,176)
#F1CCC3
(241,204,195)
#F5DBD6
(245,219,214)
#F9EAE9
(249,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1542B color. Also use rgb(209,84,43) instead hex code.

Text Font Color

.myTextColor { color: #D1542B; }

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

This text font color is #D1542B.


Background Color

.myBgColor { background-color: #D1542B; }

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

This div background color is #D1542B.


Border color

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

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

This div border color is #D1542B.


Opacity

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

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

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

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

This text has shadow with #D1542B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1542B on black background.


Color preview on white background

This text has color #D1542B on white background.



Black color preview on #D1542B background

This text has black color on #D1542B background.


White color preview on #D1542B background

This text has white color on #D1542B background.