COLOR #D13900

HEX: #D13900 RGB: (209,57,0)

Color info

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

RGB color model

#D13900 color RGB value is (209,57,0).

RGB: (209,57,0) (82%, 22%, 0%)

RGB channels and saturation

R 209 of 255 = 82%
G 57 of 255 = 22%
B 0 of 255 = 0%

209
57
0

R + G + B ~ 35%. #D13900 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 209 + 57 + 0 = 266 (100%)
R 209 of 266 ~ 78.57%
G 57 of 266 ~ 21.43%
B 0 of 266 ~ 0'%

%78.57
%21.43

CMYK color model

#D13900 color CMYK value is (0,73,100,18).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 100.00%
  • key color value is 18.04%

CMYK: (0,73,100,18)
C0M73Y100K18 (0%, 73%, 100%, 18%)
(0.00 / 0.73 / 1.00 / 0.18)

CMYK percentages

%0
%72.73
%100
%18.04

Codes

Color #D13900 in popluar color models

D1 39 00
RGB 209 57 0
HSL 16° 100.00% 40.98%
HSB/HSV 16° 100.00% 81.96%
CMYK 0.00% 72.73% 100.00%
18.04%

Color #D13900 in popluar number systems.

HEX D1 39 00
Decimal 209 57 0
Binary 11010001 111001 0
Octal 321 71 0

Shades and tints

Shades of #D13900

#D13900
(209,57,0)
#BE3400
(190,52,0)
#AB2F00
(171,47,0)
#982A00
(152,42,0)
#852500
(133,37,0)
#722000
(114,32,0)
#5F1B00
(95,27,0)
#4C1600
(76,22,0)
#391100
(57,17,0)
#260C00
(38,12,0)
#130700
(19,7,0)
#000000
(0,0,0)

Tints of #D13900

#D13900
(209,57,0)
#D54B17
(213,75,23)
#D95D2E
(217,93,46)
#DD6F45
(221,111,69)
#E1815C
(225,129,92)
#E59373
(229,147,115)
#E9A58A
(233,165,138)
#EDB7A1
(237,183,161)
#F1C9B8
(241,201,184)
#F5DBCF
(245,219,207)
#F9EDE6
(249,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D13900; }

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

This text font color is #D13900.

Background Color

.myBgColor { background-color: #D13900; }

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

This div background color is #D13900.

Border color

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

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

This div border color is #D13900.

Opacity

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

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

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

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

This text has shadow with #D13900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D13900.

Preview

Color preview on black background

This text has color #D13900 on black background.


Color preview on white background

This text has color #D13900 on white background.


Black color preview on #D13900 background

This text has black color on #D13900 background.


White color preview on #D13900 background

This text has white color on #D13900 background.


Related colors

Complementary color

Complementary color for #hex is #2EC6FF.


I love getcolorcode.com

Triadic colors

1 #00D139 and #3900D1 with #D13900 are triadic colors.

2 #0039D1 and #39D100 with #D13900 are triadic colors.