COLOR #D13913

HEX: #D13913
RGB: (209,57,19)

Color info

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

RGB color model

#D13913 color RGB value is (209,57,19).

  • red value is 209;
  • green value is 57;
  • blue value is 19.
RGB:
(209,57,19)
(82%,22%,7%)

RGB channels and saturation

R 209 of 255 = 82%
G 57 of 255 = 22%
B 19 of 255 = 7%

209
57
19

R + G + B ~ 37%. #D13913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 57 + 19 = 285 (100%)
R 209 of 285 ~ 73.33%
G 57 of 285 ~ 20%
B 19 of 285 ~ 6.67%

%73.33
%20

CMYK color model

#D13913 color CMYK value is (0,73,91,18).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 90.91%
  • key color value is 18.04%
CMYK:
(0,73,91,18)
C0M73Y91K18 
(0%,73%,91%,18%)
(0.00/0.73/0.91/0.18)	

CMYK percentages

%0
%72.73
%90.91
%18.04

Codes

Color #D13913 in popluar color models

D13913
RGB2095719
HSL12°83.33%44.71%
HSB/HSV12°90.91%81.96%
CMYK0.00%72.73%90.91%
18.04%

Color #D13913 in popluar number systems.

HEXD13913
Decimal2095719
Binary1101000111100110011
Octal3217123

Shades and tints

Shades of #D13913

#D13913
(209,57,19)
#BE3412
(190,52,18)
#AB2F11
(171,47,17)
#982A10
(152,42,16)
#85250F
(133,37,15)
#72200E
(114,32,14)
#5F1B0D
(95,27,13)
#4C160C
(76,22,12)
#39110B
(57,17,11)
#260C0A
(38,12,10)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #D13913

#D13913
(209,57,19)
#D54B28
(213,75,40)
#D95D3D
(217,93,61)
#DD6F52
(221,111,82)
#E18167
(225,129,103)
#E5937C
(229,147,124)
#E9A591
(233,165,145)
#EDB7A6
(237,183,166)
#F1C9BB
(241,201,187)
#F5DBD0
(245,219,208)
#F9EDE5
(249,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D13913; }

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

This text font color is #D13913.


Background Color

.myBgColor { background-color: #D13913; }

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

This div background color is #D13913.


Border color

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

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

This div border color is #D13913.


Opacity

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

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

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

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

This text has shadow with #D13913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13913 on black background.


Color preview on white background

This text has color #D13913 on white background.



Black color preview on #D13913 background

This text has black color on #D13913 background.


White color preview on #D13913 background

This text has white color on #D13913 background.