COLOR #D04313

HEX: #D04313
RGB: (208,67,19)

Color info

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

RGB color model

#D04313 color RGB value is (208,67,19).

  • red value is 208;
  • green value is 67;
  • blue value is 19.
RGB:
(208,67,19)
(82%,26%,7%)

RGB channels and saturation

R 208 of 255 = 82%
G 67 of 255 = 26%
B 19 of 255 = 7%

208
67
19

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

Portions of RGB colors in percentages

R + G + B =
208 + 67 + 19 = 294 (100%)
R 208 of 294 ~ 70.75%
G 67 of 294 ~ 22.79%
B 19 of 294 ~ 6.46%

%70.75
%22.79

CMYK color model

#D04313 color CMYK value is (0,68,91,18).

  • cyan value is 0.00%
  • magenta value is 67.79%
  • yellow value is 90.87%
  • key color value is 18.43%
CMYK:
(0,68,91,18)
C0M68Y91K18 
(0%,68%,91%,18%)
(0.00/0.68/0.91/0.18)	

CMYK percentages

%0
%67.79
%90.87
%18.43

Codes

Color #D04313 in popluar color models

D04313
RGB2086719
HSL15°83.26%44.51%
HSB/HSV15°90.87%81.57%
CMYK0.00%67.79%90.87%
18.43%

Color #D04313 in popluar number systems.

HEXD04313
Decimal2086719
Binary11010000100001110011
Octal32010323

Shades and tints

Shades of #D04313

#D04313
(208,67,19)
#BE3D12
(190,61,18)
#AC3711
(172,55,17)
#9A3110
(154,49,16)
#882B0F
(136,43,15)
#76250E
(118,37,14)
#641F0D
(100,31,13)
#52190C
(82,25,12)
#40130B
(64,19,11)
#2E0D0A
(46,13,10)
#1C0709
(28,7,9)
#000000
(0,0,0)

Tints of #D04313

#D04313
(208,67,19)
#D45428
(212,84,40)
#D8653D
(216,101,61)
#DC7652
(220,118,82)
#E08767
(224,135,103)
#E4987C
(228,152,124)
#E8A991
(232,169,145)
#ECBAA6
(236,186,166)
#F0CBBB
(240,203,187)
#F4DCD0
(244,220,208)
#F8EDE5
(248,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04313 color. Also use rgb(208,67,19) instead hex code.

Text Font Color

.myTextColor { color: #D04313; }

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

This text font color is #D04313.


Background Color

.myBgColor { background-color: #D04313; }

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

This div background color is #D04313.


Border color

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

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

This div border color is #D04313.


Opacity

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

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

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

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

This text has shadow with #D04313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04313 on black background.


Color preview on white background

This text has color #D04313 on white background.



Black color preview on #D04313 background

This text has black color on #D04313 background.


White color preview on #D04313 background

This text has white color on #D04313 background.