COLOR #D95347

HEX: #D95347
RGB: (217,83,71)

Color info

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

RGB color model

#D95347 color RGB value is (217,83,71).

  • red value is 217;
  • green value is 83;
  • blue value is 71.
RGB:
(217,83,71)
(85%,33%,28%)

RGB channels and saturation

R 217 of 255 = 85%
G 83 of 255 = 33%
B 71 of 255 = 28%

217
83
71

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

Portions of RGB colors in percentages

R + G + B =
217 + 83 + 71 = 371 (100%)
R 217 of 371 ~ 58.49%
G 83 of 371 ~ 22.37%
B 71 of 371 ~ 19.14%

%58.49
%22.37
%19.14

CMYK color model

#D95347 color CMYK value is (0,62,67,15).

  • cyan value is 0.00%
  • magenta value is 61.75%
  • yellow value is 67.28%
  • key color value is 14.90%
CMYK:
(0,62,67,15)
C0M62Y67K15 
(0%,62%,67%,15%)
(0.00/0.62/0.67/0.15)	

CMYK percentages

%0
%61.75
%67.28
%14.9

Codes

Color #D95347 in popluar color models

D95347
RGB2178371
HSL65.77%56.47%
HSB/HSV67.28%85.10%
CMYK0.00%61.75%67.28%
14.90%

Color #D95347 in popluar number systems.

HEXD95347
Decimal2178371
Binary1101100110100111000111
Octal331123107

Shades and tints

Shades of #D95347

#D95347
(217,83,71)
#C64C41
(198,76,65)
#B3453B
(179,69,59)
#A03E35
(160,62,53)
#8D372F
(141,55,47)
#7A3029
(122,48,41)
#672923
(103,41,35)
#54221D
(84,34,29)
#411B17
(65,27,23)
#2E1411
(46,20,17)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #D95347

#D95347
(217,83,71)
#DC6257
(220,98,87)
#DF7167
(223,113,103)
#E28077
(226,128,119)
#E58F87
(229,143,135)
#E89E97
(232,158,151)
#EBADA7
(235,173,167)
#EEBCB7
(238,188,183)
#F1CBC7
(241,203,199)
#F4DAD7
(244,218,215)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95347 color. Also use rgb(217,83,71) instead hex code.

Text Font Color

.myTextColor { color: #D95347; }

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

This text font color is #D95347.


Background Color

.myBgColor { background-color: #D95347; }

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

This div background color is #D95347.


Border color

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

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

This div border color is #D95347.


Opacity

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

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

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

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

This text has shadow with #D95347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95347 on black background.


Color preview on white background

This text has color #D95347 on white background.



Black color preview on #D95347 background

This text has black color on #D95347 background.


White color preview on #D95347 background

This text has white color on #D95347 background.