COLOR #D44112

HEX: #D44112
RGB: (212,65,18)

Color info

#D44112 contains mainly red color. Web safe color of #D44112 is #CC3300 (or #C30).

RGB color model

#D44112 color RGB value is (212,65,18).

  • red value is 212;
  • green value is 65;
  • blue value is 18.
RGB:
(212,65,18)
(83%,25%,7%)

RGB channels and saturation

R 212 of 255 = 83%
G 65 of 255 = 25%
B 18 of 255 = 7%

212
65
18

R + G + B ~ 38%. #D44112 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 65 + 18 = 295 (100%)
R 212 of 295 ~ 71.86%
G 65 of 295 ~ 22.03%
B 18 of 295 ~ 6.1%

%71.86
%22.03

CMYK color model

#D44112 color CMYK value is (0,69,92,17).

  • cyan value is 0.00%
  • magenta value is 69.34%
  • yellow value is 91.51%
  • key color value is 16.86%
CMYK:
(0,69,92,17)
C0M69Y92K17 
(0%,69%,92%,17%)
(0.00/0.69/0.92/0.17)	

CMYK percentages

%0
%69.34
%91.51
%16.86

Codes

Color #D44112 in popluar color models

D44112
RGB2126518
HSL15°84.35%45.10%
HSB/HSV15°91.51%83.14%
CMYK0.00%69.34%91.51%
16.86%

Color #D44112 in popluar number systems.

HEXD44112
Decimal2126518
Binary11010100100000110010
Octal32410122

Shades and tints

Shades of #D44112

#D44112
(212,65,18)
#C13C11
(193,60,17)
#AE3710
(174,55,16)
#9B320F
(155,50,15)
#882D0E
(136,45,14)
#75280D
(117,40,13)
#62230C
(98,35,12)
#4F1E0B
(79,30,11)
#3C190A
(60,25,10)
#291409
(41,20,9)
#160F08
(22,15,8)
#000000
(0,0,0)

Tints of #D44112

#D44112
(212,65,18)
#D75227
(215,82,39)
#DA633C
(218,99,60)
#DD7451
(221,116,81)
#E08566
(224,133,102)
#E3967B
(227,150,123)
#E6A790
(230,167,144)
#E9B8A5
(233,184,165)
#ECC9BA
(236,201,186)
#EFDACF
(239,218,207)
#F2EBE4
(242,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D44112 color. Also use rgb(212,65,18) instead hex code.

Text Font Color

.myTextColor { color: #D44112; }

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

This text font color is #D44112.


Background Color

.myBgColor { background-color: #D44112; }

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

This div background color is #D44112.


Border color

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

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

This div border color is #D44112.


Opacity

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

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

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

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

This text has shadow with #D44112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D44112 on black background.


Color preview on white background

This text has color #D44112 on white background.



Black color preview on #D44112 background

This text has black color on #D44112 background.


White color preview on #D44112 background

This text has white color on #D44112 background.