COLOR #D1484C

HEX: #D1484C
RGB: (209,72,76)

Color info

#D1484C contains mainly red color. Web safe color of #D1484C is #CC3333 (or #C33).

RGB color model

#D1484C color RGB value is (209,72,76).

  • red value is 209;
  • green value is 72;
  • blue value is 76.
RGB:
(209,72,76)
(82%,28%,30%)

RGB channels and saturation

R 209 of 255 = 82%
G 72 of 255 = 28%
B 76 of 255 = 30%

209
72
76

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

Portions of RGB colors in percentages

R + G + B =
209 + 72 + 76 = 357 (100%)
R 209 of 357 ~ 58.54%
G 72 of 357 ~ 20.17%
B 76 of 357 ~ 21.29%

%58.54
%20.17
%21.29

CMYK color model

#D1484C color CMYK value is (0,66,64,18).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(0,66,64,18)
C0M66Y64K18 
(0%,66%,64%,18%)
(0.00/0.66/0.64/0.18)	

CMYK percentages

%0
%65.55
%63.64
%18.04

Codes

Color #D1484C in popluar color models

D1484C
RGB2097276
HSL358°59.83%55.10%
HSB/HSV358°65.55%81.96%
CMYK0.00%65.55%63.64%
18.04%

Color #D1484C in popluar number systems.

HEXD1484C
Decimal2097276
Binary1101000110010001001100
Octal321110114

Shades and tints

Shades of #D1484C

#D1484C
(209,72,76)
#BE4246
(190,66,70)
#AB3C40
(171,60,64)
#98363A
(152,54,58)
#853034
(133,48,52)
#722A2E
(114,42,46)
#5F2428
(95,36,40)
#4C1E22
(76,30,34)
#39181C
(57,24,28)
#261216
(38,18,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #D1484C

#D1484C
(209,72,76)
#D5585C
(213,88,92)
#D9686C
(217,104,108)
#DD787C
(221,120,124)
#E1888C
(225,136,140)
#E5989C
(229,152,156)
#E9A8AC
(233,168,172)
#EDB8BC
(237,184,188)
#F1C8CC
(241,200,204)
#F5D8DC
(245,216,220)
#F9E8EC
(249,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1484C; }

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

This text font color is #D1484C.


Background Color

.myBgColor { background-color: #D1484C; }

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

This div background color is #D1484C.


Border color

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

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

This div border color is #D1484C.


Opacity

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

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

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

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

This text has shadow with #D1484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1484C on black background.


Color preview on white background

This text has color #D1484C on white background.



Black color preview on #D1484C background

This text has black color on #D1484C background.


White color preview on #D1484C background

This text has white color on #D1484C background.