COLOR #D13600

HEX: #D13600
RGB: (209,54,0)

Color info

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

RGB color model

#D13600 color RGB value is (209,54,0).

  • red value is 209;
  • green value is 54;
  • blue value is 0.
RGB:
(209,54,0)
(82%,21%,0%)

RGB channels and saturation

R 209 of 255 = 82%
G 54 of 255 = 21%
B 0 of 255 = 0%

209
54
0

R + G + B ~ 34%. #D13600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 54 + 0 = 263 (100%)
R 209 of 263 ~ 79.47%
G 54 of 263 ~ 20.53%
B 0 of 263 ~ 0%

%79.47
%20.53

CMYK color model

#D13600 color CMYK value is (0,74,100,18).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,74,100,18)
C0M74Y100K18 
(0%,74%,100%,18%)
(0.00/0.74/1.00/0.18)	

CMYK percentages

%0
%74.16
%100
%18.04

Codes

Color #D13600 in popluar color models

D13600
RGB209540
HSL16°100.00%40.98%
HSB/HSV16°100.00%81.96%
CMYK0.00%74.16%100.00%
18.04%

Color #D13600 in popluar number systems.

HEXD13600
Decimal209540
Binary110100011101100
Octal321660

Shades and tints

Shades of #D13600

#D13600
(209,54,0)
#BE3200
(190,50,0)
#AB2E00
(171,46,0)
#982A00
(152,42,0)
#852600
(133,38,0)
#722200
(114,34,0)
#5F1E00
(95,30,0)
#4C1A00
(76,26,0)
#391600
(57,22,0)
#261200
(38,18,0)
#130E00
(19,14,0)
#000000
(0,0,0)

Tints of #D13600

#D13600
(209,54,0)
#D54817
(213,72,23)
#D95A2E
(217,90,46)
#DD6C45
(221,108,69)
#E17E5C
(225,126,92)
#E59073
(229,144,115)
#E9A28A
(233,162,138)
#EDB4A1
(237,180,161)
#F1C6B8
(241,198,184)
#F5D8CF
(245,216,207)
#F9EAE6
(249,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D13600; }

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

This text font color is #D13600.


Background Color

.myBgColor { background-color: #D13600; }

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

This div background color is #D13600.


Border color

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

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

This div border color is #D13600.


Opacity

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

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

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

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

This text has shadow with #D13600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13600 on black background.


Color preview on white background

This text has color #D13600 on white background.



Black color preview on #D13600 background

This text has black color on #D13600 background.


White color preview on #D13600 background

This text has white color on #D13600 background.