COLOR #D95151

HEX: #D95151
RGB: (217,81,81)

Color info

#D95151 contains mainly red color. Web safe color of #D95151 is #CC6666 (or #C66).

RGB color model

#D95151 color RGB value is (217,81,81).

  • red value is 217;
  • green value is 81;
  • blue value is 81.
RGB:
(217,81,81)
(85%,32%,32%)

RGB channels and saturation

R 217 of 255 = 85%
G 81 of 255 = 32%
B 81 of 255 = 32%

217
81
81

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

Portions of RGB colors in percentages

R + G + B =
217 + 81 + 81 = 379 (100%)
R 217 of 379 ~ 57.26%
G 81 of 379 ~ 21.37%
B 81 of 379 ~ 21.37%

%57.26
%21.37
%21.37

CMYK color model

#D95151 color CMYK value is (0,63,63,15).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 62.67%
  • key color value is 14.90%
CMYK:
(0,63,63,15)
C0M63Y63K15 
(0%,63%,63%,15%)
(0.00/0.63/0.63/0.15)	

CMYK percentages

%0
%62.67
%62.67
%14.9

Codes

Color #D95151 in popluar color models

D95151
RGB2178181
HSL64.15%58.43%
HSB/HSV62.67%85.10%
CMYK0.00%62.67%62.67%
14.90%

Color #D95151 in popluar number systems.

HEXD95151
Decimal2178181
Binary1101100110100011010001
Octal331121121

Shades and tints

Shades of #D95151

#D95151
(217,81,81)
#C64A4A
(198,74,74)
#B34343
(179,67,67)
#A03C3C
(160,60,60)
#8D3535
(141,53,53)
#7A2E2E
(122,46,46)
#672727
(103,39,39)
#542020
(84,32,32)
#411919
(65,25,25)
#2E1212
(46,18,18)
#1B0B0B
(27,11,11)
#000000
(0,0,0)

Tints of #D95151

#D95151
(217,81,81)
#DC6060
(220,96,96)
#DF6F6F
(223,111,111)
#E27E7E
(226,126,126)
#E58D8D
(229,141,141)
#E89C9C
(232,156,156)
#EBABAB
(235,171,171)
#EEBABA
(238,186,186)
#F1C9C9
(241,201,201)
#F4D8D8
(244,216,216)
#F7E7E7
(247,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D95151; }

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

This text font color is #D95151.


Background Color

.myBgColor { background-color: #D95151; }

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

This div background color is #D95151.


Border color

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

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

This div border color is #D95151.


Opacity

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

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

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

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

This text has shadow with #D95151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D95151 on black background.


Color preview on white background

This text has color #D95151 on white background.



Black color preview on #D95151 background

This text has black color on #D95151 background.


White color preview on #D95151 background

This text has white color on #D95151 background.