COLOR #D13A08

HEX: #D13A08
RGB: (209,58,8)

Color info

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

RGB color model

#D13A08 color RGB value is (209,58,8).

  • red value is 209;
  • green value is 58;
  • blue value is 8.
RGB:
(209,58,8)
(82%,23%,3%)

RGB channels and saturation

R 209 of 255 = 82%
G 58 of 255 = 23%
B 8 of 255 = 3%

209
58
8

R + G + B ~ 36%. #D13A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 58 + 8 = 275 (100%)
R 209 of 275 ~ 76%
G 58 of 275 ~ 21.09%
B 8 of 275 ~ 2.91%

%76
%21.09

CMYK color model

#D13A08 color CMYK value is (0,72,96,18).

  • cyan value is 0.00%
  • magenta value is 72.25%
  • yellow value is 96.17%
  • key color value is 18.04%
CMYK:
(0,72,96,18)
C0M72Y96K18 
(0%,72%,96%,18%)
(0.00/0.72/0.96/0.18)	

CMYK percentages

%0
%72.25
%96.17
%18.04

Codes

Color #D13A08 in popluar color models

D13A08
RGB209588
HSL15°92.63%42.55%
HSB/HSV15°96.17%81.96%
CMYK0.00%72.25%96.17%
18.04%

Color #D13A08 in popluar number systems.

HEXD13A08
Decimal209588
Binary110100011110101000
Octal3217210

Shades and tints

Shades of #D13A08

#D13A08
(209,58,8)
#BE3508
(190,53,8)
#AB3008
(171,48,8)
#982B08
(152,43,8)
#852608
(133,38,8)
#722108
(114,33,8)
#5F1C08
(95,28,8)
#4C1708
(76,23,8)
#391208
(57,18,8)
#260D08
(38,13,8)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #D13A08

#D13A08
(209,58,8)
#D54B1E
(213,75,30)
#D95C34
(217,92,52)
#DD6D4A
(221,109,74)
#E17E60
(225,126,96)
#E58F76
(229,143,118)
#E9A08C
(233,160,140)
#EDB1A2
(237,177,162)
#F1C2B8
(241,194,184)
#F5D3CE
(245,211,206)
#F9E4E4
(249,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D13A08 color. Also use rgb(209,58,8) instead hex code.

Text Font Color

.myTextColor { color: #D13A08; }

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

This text font color is #D13A08.


Background Color

.myBgColor { background-color: #D13A08; }

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

This div background color is #D13A08.


Border color

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

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

This div border color is #D13A08.


Opacity

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

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

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

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

This text has shadow with #D13A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D13A08 on black background.


Color preview on white background

This text has color #D13A08 on white background.



Black color preview on #D13A08 background

This text has black color on #D13A08 background.


White color preview on #D13A08 background

This text has white color on #D13A08 background.