COLOR #D4491D

HEX: #D4491D
RGB: (212,73,29)

Color info

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

RGB color model

#D4491D color RGB value is (212,73,29).

  • red value is 212;
  • green value is 73;
  • blue value is 29.
RGB:
(212,73,29)
(83%,29%,11%)

RGB channels and saturation

R 212 of 255 = 83%
G 73 of 255 = 29%
B 29 of 255 = 11%

212
73
29

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

Portions of RGB colors in percentages

R + G + B =
212 + 73 + 29 = 314 (100%)
R 212 of 314 ~ 67.52%
G 73 of 314 ~ 23.25%
B 29 of 314 ~ 9.24%

%67.52
%23.25

CMYK color model

#D4491D color CMYK value is (0,66,86,17).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 86.32%
  • key color value is 16.86%
CMYK:
(0,66,86,17)
C0M66Y86K17 
(0%,66%,86%,17%)
(0.00/0.66/0.86/0.17)	

CMYK percentages

%0
%65.57
%86.32
%16.86

Codes

Color #D4491D in popluar color models

D4491D
RGB2127329
HSL14°75.93%47.25%
HSB/HSV14°86.32%83.14%
CMYK0.00%65.57%86.32%
16.86%

Color #D4491D in popluar number systems.

HEXD4491D
Decimal2127329
Binary11010100100100111101
Octal32411135

Shades and tints

Shades of #D4491D

#D4491D
(212,73,29)
#C1431B
(193,67,27)
#AE3D19
(174,61,25)
#9B3717
(155,55,23)
#883115
(136,49,21)
#752B13
(117,43,19)
#622511
(98,37,17)
#4F1F0F
(79,31,15)
#3C190D
(60,25,13)
#29130B
(41,19,11)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #D4491D

#D4491D
(212,73,29)
#D75931
(215,89,49)
#DA6945
(218,105,69)
#DD7959
(221,121,89)
#E0896D
(224,137,109)
#E39981
(227,153,129)
#E6A995
(230,169,149)
#E9B9A9
(233,185,169)
#ECC9BD
(236,201,189)
#EFD9D1
(239,217,209)
#F2E9E5
(242,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4491D color. Also use rgb(212,73,29) instead hex code.

Text Font Color

.myTextColor { color: #D4491D; }

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

This text font color is #D4491D.


Background Color

.myBgColor { background-color: #D4491D; }

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

This div background color is #D4491D.


Border color

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

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

This div border color is #D4491D.


Opacity

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

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

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

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

This text has shadow with #D4491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4491D on black background.


Color preview on white background

This text has color #D4491D on white background.



Black color preview on #D4491D background

This text has black color on #D4491D background.


White color preview on #D4491D background

This text has white color on #D4491D background.