COLOR #D14F07

HEX: #D14F07
RGB: (209,79,7)

Color info

#D14F07 contains mainly red color. Web safe color of #D14F07 is #CC6600 (or #C60).

RGB color model

#D14F07 color RGB value is (209,79,7).

  • red value is 209;
  • green value is 79;
  • blue value is 7.
RGB:
(209,79,7)
(82%,31%,3%)

RGB channels and saturation

R 209 of 255 = 82%
G 79 of 255 = 31%
B 7 of 255 = 3%

209
79
7

R + G + B ~ 39%. #D14F07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 79 + 7 = 295 (100%)
R 209 of 295 ~ 70.85%
G 79 of 295 ~ 26.78%
B 7 of 295 ~ 2.37%

%70.85
%26.78

CMYK color model

#D14F07 color CMYK value is (0,62,97,18).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 96.65%
  • key color value is 18.04%
CMYK:
(0,62,97,18)
C0M62Y97K18 
(0%,62%,97%,18%)
(0.00/0.62/0.97/0.18)	

CMYK percentages

%0
%62.2
%96.65
%18.04

Codes

Color #D14F07 in popluar color models

D14F07
RGB209797
HSL21°93.52%42.35%
HSB/HSV21°96.65%81.96%
CMYK0.00%62.20%96.65%
18.04%

Color #D14F07 in popluar number systems.

HEXD14F07
Decimal209797
Binary110100011001111111
Octal3211177

Shades and tints

Shades of #D14F07

#D14F07
(209,79,7)
#BE4807
(190,72,7)
#AB4107
(171,65,7)
#983A07
(152,58,7)
#853307
(133,51,7)
#722C07
(114,44,7)
#5F2507
(95,37,7)
#4C1E07
(76,30,7)
#391707
(57,23,7)
#261007
(38,16,7)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #D14F07

#D14F07
(209,79,7)
#D55F1D
(213,95,29)
#D96F33
(217,111,51)
#DD7F49
(221,127,73)
#E18F5F
(225,143,95)
#E59F75
(229,159,117)
#E9AF8B
(233,175,139)
#EDBFA1
(237,191,161)
#F1CFB7
(241,207,183)
#F5DFCD
(245,223,205)
#F9EFE3
(249,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14F07 color. Also use rgb(209,79,7) instead hex code.

Text Font Color

.myTextColor { color: #D14F07; }

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

This text font color is #D14F07.


Background Color

.myBgColor { background-color: #D14F07; }

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

This div background color is #D14F07.


Border color

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

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

This div border color is #D14F07.


Opacity

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

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

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

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

This text has shadow with #D14F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14F07 on black background.


Color preview on white background

This text has color #D14F07 on white background.



Black color preview on #D14F07 background

This text has black color on #D14F07 background.


White color preview on #D14F07 background

This text has white color on #D14F07 background.