COLOR #D1140E

HEX: #D1140E
RGB: (209,20,14)

Color info

#D1140E contains mainly red color. Web safe color of #D1140E is #CC0000 (or #C00).

RGB color model

#D1140E color RGB value is (209,20,14).

  • red value is 209;
  • green value is 20;
  • blue value is 14.
RGB:
(209,20,14)
(82%,8%,5%)

RGB channels and saturation

R 209 of 255 = 82%
G 20 of 255 = 8%
B 14 of 255 = 5%

209
20
14

R + G + B ~ 32%. #D1140E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 20 + 14 = 243 (100%)
R 209 of 243 ~ 86.01%
G 20 of 243 ~ 8.23%
B 14 of 243 ~ 5.76%

%86.01

CMYK color model

#D1140E color CMYK value is (0,90,93,18).

  • cyan value is 0.00%
  • magenta value is 90.43%
  • yellow value is 93.30%
  • key color value is 18.04%
CMYK:
(0,90,93,18)
C0M90Y93K18 
(0%,90%,93%,18%)
(0.00/0.90/0.93/0.18)	

CMYK percentages

%0
%90.43
%93.3
%18.04

Codes

Color #D1140E in popluar color models

D1140E
RGB2092014
HSL87.44%43.73%
HSB/HSV93.30%81.96%
CMYK0.00%90.43%93.30%
18.04%

Color #D1140E in popluar number systems.

HEXD1140E
Decimal2092014
Binary11010001101001110
Octal3212416

Shades and tints

Shades of #D1140E

#D1140E
(209,20,14)
#BE130D
(190,19,13)
#AB120C
(171,18,12)
#98110B
(152,17,11)
#85100A
(133,16,10)
#720F09
(114,15,9)
#5F0E08
(95,14,8)
#4C0D07
(76,13,7)
#390C06
(57,12,6)
#260B05
(38,11,5)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #D1140E

#D1140E
(209,20,14)
#D52923
(213,41,35)
#D93E38
(217,62,56)
#DD534D
(221,83,77)
#E16862
(225,104,98)
#E57D77
(229,125,119)
#E9928C
(233,146,140)
#EDA7A1
(237,167,161)
#F1BCB6
(241,188,182)
#F5D1CB
(245,209,203)
#F9E6E0
(249,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1140E color. Also use rgb(209,20,14) instead hex code.

Text Font Color

.myTextColor { color: #D1140E; }

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

This text font color is #D1140E.


Background Color

.myBgColor { background-color: #D1140E; }

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

This div background color is #D1140E.


Border color

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

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

This div border color is #D1140E.


Opacity

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

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

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

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

This text has shadow with #D1140E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1140E on black background.


Color preview on white background

This text has color #D1140E on white background.



Black color preview on #D1140E background

This text has black color on #D1140E background.


White color preview on #D1140E background

This text has white color on #D1140E background.