COLOR #D15454

HEX: #D15454
RGB: (209,84,84)

Color info

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

RGB color model

#D15454 color RGB value is (209,84,84).

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

RGB channels and saturation

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

209
84
84

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

Portions of RGB colors in percentages

R + G + B =
209 + 84 + 84 = 377 (100%)
R 209 of 377 ~ 55.44%
G 84 of 377 ~ 22.28%
B 84 of 377 ~ 22.28%

%55.44
%22.28
%22.28

CMYK color model

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

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

CMYK percentages

%0
%59.81
%59.81
%18.04

Codes

Color #D15454 in popluar color models

D15454
RGB2098484
HSL57.60%57.45%
HSB/HSV59.81%81.96%
CMYK0.00%59.81%59.81%
18.04%

Color #D15454 in popluar number systems.

HEXD15454
Decimal2098484
Binary1101000110101001010100
Octal321124124

Shades and tints

Shades of #D15454

#D15454
(209,84,84)
#BE4D4D
(190,77,77)
#AB4646
(171,70,70)
#983F3F
(152,63,63)
#853838
(133,56,56)
#723131
(114,49,49)
#5F2A2A
(95,42,42)
#4C2323
(76,35,35)
#391C1C
(57,28,28)
#261515
(38,21,21)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #D15454

#D15454
(209,84,84)
#D56363
(213,99,99)
#D97272
(217,114,114)
#DD8181
(221,129,129)
#E19090
(225,144,144)
#E59F9F
(229,159,159)
#E9AEAE
(233,174,174)
#EDBDBD
(237,189,189)
#F1CCCC
(241,204,204)
#F5DBDB
(245,219,219)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D15454; }

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

This text font color is #D15454.


Background Color

.myBgColor { background-color: #D15454; }

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

This div background color is #D15454.


Border color

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

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

This div border color is #D15454.


Opacity

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

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

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

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

This text has shadow with #D15454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15454 on black background.


Color preview on white background

This text has color #D15454 on white background.



Black color preview on #D15454 background

This text has black color on #D15454 background.


White color preview on #D15454 background

This text has white color on #D15454 background.