COLOR #D95442

HEX: #D95442
RGB: (217,84,66)

Color info

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

RGB color model

#D95442 color RGB value is (217,84,66).

  • red value is 217;
  • green value is 84;
  • blue value is 66.
RGB:
(217,84,66)
(85%,33%,26%)

RGB channels and saturation

R 217 of 255 = 85%
G 84 of 255 = 33%
B 66 of 255 = 26%

217
84
66

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

Portions of RGB colors in percentages

R + G + B =
217 + 84 + 66 = 367 (100%)
R 217 of 367 ~ 59.13%
G 84 of 367 ~ 22.89%
B 66 of 367 ~ 17.98%

%59.13
%22.89
%17.98

CMYK color model

#D95442 color CMYK value is (0,61,70,15).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 69.59%
  • key color value is 14.90%
CMYK:
(0,61,70,15)
C0M61Y70K15 
(0%,61%,70%,15%)
(0.00/0.61/0.70/0.15)	

CMYK percentages

%0
%61.29
%69.59
%14.9

Codes

Color #D95442 in popluar color models

D95442
RGB2178466
HSL66.52%55.49%
HSB/HSV69.59%85.10%
CMYK0.00%61.29%69.59%
14.90%

Color #D95442 in popluar number systems.

HEXD95442
Decimal2178466
Binary1101100110101001000010
Octal331124102

Shades and tints

Shades of #D95442

#D95442
(217,84,66)
#C64D3C
(198,77,60)
#B34636
(179,70,54)
#A03F30
(160,63,48)
#8D382A
(141,56,42)
#7A3124
(122,49,36)
#672A1E
(103,42,30)
#542318
(84,35,24)
#411C12
(65,28,18)
#2E150C
(46,21,12)
#1B0E06
(27,14,6)
#000000
(0,0,0)

Tints of #D95442

#D95442
(217,84,66)
#DC6353
(220,99,83)
#DF7264
(223,114,100)
#E28175
(226,129,117)
#E59086
(229,144,134)
#E89F97
(232,159,151)
#EBAEA8
(235,174,168)
#EEBDB9
(238,189,185)
#F1CCCA
(241,204,202)
#F4DBDB
(244,219,219)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95442 color. Also use rgb(217,84,66) instead hex code.

Text Font Color

.myTextColor { color: #D95442; }

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

This text font color is #D95442.


Background Color

.myBgColor { background-color: #D95442; }

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

This div background color is #D95442.


Border color

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

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

This div border color is #D95442.


Opacity

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

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

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

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

This text has shadow with #D95442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95442 on black background.


Color preview on white background

This text has color #D95442 on white background.



Black color preview on #D95442 background

This text has black color on #D95442 background.


White color preview on #D95442 background

This text has white color on #D95442 background.