COLOR #D7494D

HEX: #D7494D
RGB: (215,73,77)

Color info

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

RGB color model

#D7494D color RGB value is (215,73,77).

  • red value is 215;
  • green value is 73;
  • blue value is 77.
RGB:
(215,73,77)
(84%,29%,30%)

RGB channels and saturation

R 215 of 255 = 84%
G 73 of 255 = 29%
B 77 of 255 = 30%

215
73
77

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

Portions of RGB colors in percentages

R + G + B =
215 + 73 + 77 = 365 (100%)
R 215 of 365 ~ 58.9%
G 73 of 365 ~ 20%
B 77 of 365 ~ 21.1%

%58.9
%20
%21.1

CMYK color model

#D7494D color CMYK value is (0,66,64,16).

  • cyan value is 0.00%
  • magenta value is 66.05%
  • yellow value is 64.19%
  • key color value is 15.69%
CMYK:
(0,66,64,16)
C0M66Y64K16 
(0%,66%,64%,16%)
(0.00/0.66/0.64/0.16)	

CMYK percentages

%0
%66.05
%64.19
%15.69

Codes

Color #D7494D in popluar color models

D7494D
RGB2157377
HSL358°63.96%56.47%
HSB/HSV358°66.05%84.31%
CMYK0.00%66.05%64.19%
15.69%

Color #D7494D in popluar number systems.

HEXD7494D
Decimal2157377
Binary1101011110010011001101
Octal327111115

Shades and tints

Shades of #D7494D

#D7494D
(215,73,77)
#C44346
(196,67,70)
#B13D3F
(177,61,63)
#9E3738
(158,55,56)
#8B3131
(139,49,49)
#782B2A
(120,43,42)
#652523
(101,37,35)
#521F1C
(82,31,28)
#3F1915
(63,25,21)
#2C130E
(44,19,14)
#190D07
(25,13,7)
#000000
(0,0,0)

Tints of #D7494D

#D7494D
(215,73,77)
#DA595D
(218,89,93)
#DD696D
(221,105,109)
#E0797D
(224,121,125)
#E3898D
(227,137,141)
#E6999D
(230,153,157)
#E9A9AD
(233,169,173)
#ECB9BD
(236,185,189)
#EFC9CD
(239,201,205)
#F2D9DD
(242,217,221)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7494D color. Also use rgb(215,73,77) instead hex code.

Text Font Color

.myTextColor { color: #D7494D; }

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

This text font color is #D7494D.


Background Color

.myBgColor { background-color: #D7494D; }

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

This div background color is #D7494D.


Border color

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

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

This div border color is #D7494D.


Opacity

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

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

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

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

This text has shadow with #D7494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7494D on black background.


Color preview on white background

This text has color #D7494D on white background.



Black color preview on #D7494D background

This text has black color on #D7494D background.


White color preview on #D7494D background

This text has white color on #D7494D background.