COLOR #D8091F

HEX: #D8091F
RGB: (216,9,31)

Color info

#D8091F contains mainly red color. Web safe color of #D8091F is #CC0033 (or #C03).

RGB color model

#D8091F color RGB value is (216,9,31).

  • red value is 216;
  • green value is 9;
  • blue value is 31.
RGB:
(216,9,31)
(85%,4%,12%)

RGB channels and saturation

R 216 of 255 = 85%
G 9 of 255 = 4%
B 31 of 255 = 12%

216
9
31

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

Portions of RGB colors in percentages

R + G + B =
216 + 9 + 31 = 256 (100%)
R 216 of 256 ~ 84.38%
G 9 of 256 ~ 3.52%
B 31 of 256 ~ 12.11%

%84.38
%12.11

CMYK color model

#D8091F color CMYK value is (0,96,86,15).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 85.65%
  • key color value is 15.29%
CMYK:
(0,96,86,15)
C0M96Y86K15 
(0%,96%,86%,15%)
(0.00/0.96/0.86/0.15)	

CMYK percentages

%0
%95.83
%85.65
%15.29

Codes

Color #D8091F in popluar color models

D8091F
RGB216931
HSL354°92.00%44.12%
HSB/HSV354°95.83%84.71%
CMYK0.00%95.83%85.65%
15.29%

Color #D8091F in popluar number systems.

HEXD8091F
Decimal216931
Binary11011000100111111
Octal3301137

Shades and tints

Shades of #D8091F

#D8091F
(216,9,31)
#C5091D
(197,9,29)
#B2091B
(178,9,27)
#9F0919
(159,9,25)
#8C0917
(140,9,23)
#790915
(121,9,21)
#660913
(102,9,19)
#530911
(83,9,17)
#40090F
(64,9,15)
#2D090D
(45,9,13)
#1A090B
(26,9,11)
#000000
(0,0,0)

Tints of #D8091F

#D8091F
(216,9,31)
#DB1F33
(219,31,51)
#DE3547
(222,53,71)
#E14B5B
(225,75,91)
#E4616F
(228,97,111)
#E77783
(231,119,131)
#EA8D97
(234,141,151)
#EDA3AB
(237,163,171)
#F0B9BF
(240,185,191)
#F3CFD3
(243,207,211)
#F6E5E7
(246,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8091F color. Also use rgb(216,9,31) instead hex code.

Text Font Color

.myTextColor { color: #D8091F; }

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

This text font color is #D8091F.


Background Color

.myBgColor { background-color: #D8091F; }

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

This div background color is #D8091F.


Border color

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

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

This div border color is #D8091F.


Opacity

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

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

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

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

This text has shadow with #D8091F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8091F on black background.


Color preview on white background

This text has color #D8091F on white background.



Black color preview on #D8091F background

This text has black color on #D8091F background.


White color preview on #D8091F background

This text has white color on #D8091F background.