COLOR #D95F2D

HEX: #D95F2D
RGB: (217,95,45)

Color info

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

RGB color model

#D95F2D color RGB value is (217,95,45).

  • red value is 217;
  • green value is 95;
  • blue value is 45.
RGB:
(217,95,45)
(85%,37%,18%)

RGB channels and saturation

R 217 of 255 = 85%
G 95 of 255 = 37%
B 45 of 255 = 18%

217
95
45

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

Portions of RGB colors in percentages

R + G + B =
217 + 95 + 45 = 357 (100%)
R 217 of 357 ~ 60.78%
G 95 of 357 ~ 26.61%
B 45 of 357 ~ 12.61%

%60.78
%26.61
%12.61

CMYK color model

#D95F2D color CMYK value is (0,56,79,15).

  • cyan value is 0.00%
  • magenta value is 56.22%
  • yellow value is 79.26%
  • key color value is 14.90%
CMYK:
(0,56,79,15)
C0M56Y79K15 
(0%,56%,79%,15%)
(0.00/0.56/0.79/0.15)	

CMYK percentages

%0
%56.22
%79.26
%14.9

Codes

Color #D95F2D in popluar color models

D95F2D
RGB2179545
HSL17°69.35%51.37%
HSB/HSV17°79.26%85.10%
CMYK0.00%56.22%79.26%
14.90%

Color #D95F2D in popluar number systems.

HEXD95F2D
Decimal2179545
Binary110110011011111101101
Octal33113755

Shades and tints

Shades of #D95F2D

#D95F2D
(217,95,45)
#C65729
(198,87,41)
#B34F25
(179,79,37)
#A04721
(160,71,33)
#8D3F1D
(141,63,29)
#7A3719
(122,55,25)
#672F15
(103,47,21)
#542711
(84,39,17)
#411F0D
(65,31,13)
#2E1709
(46,23,9)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #D95F2D

#D95F2D
(217,95,45)
#DC6D40
(220,109,64)
#DF7B53
(223,123,83)
#E28966
(226,137,102)
#E59779
(229,151,121)
#E8A58C
(232,165,140)
#EBB39F
(235,179,159)
#EEC1B2
(238,193,178)
#F1CFC5
(241,207,197)
#F4DDD8
(244,221,216)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D95F2D color. Also use rgb(217,95,45) instead hex code.

Text Font Color

.myTextColor { color: #D95F2D; }

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

This text font color is #D95F2D.


Background Color

.myBgColor { background-color: #D95F2D; }

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

This div background color is #D95F2D.


Border color

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

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

This div border color is #D95F2D.


Opacity

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

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

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

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

This text has shadow with #D95F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95F2D on black background.


Color preview on white background

This text has color #D95F2D on white background.



Black color preview on #D95F2D background

This text has black color on #D95F2D background.


White color preview on #D95F2D background

This text has white color on #D95F2D background.