COLOR #D11F2D

HEX: #D11F2D
RGB: (209,31,45)

Color info

#D11F2D contains mainly red color. Web safe color of #D11F2D is #CC3333 (or #C33).

RGB color model

#D11F2D color RGB value is (209,31,45).

  • red value is 209;
  • green value is 31;
  • blue value is 45.
RGB:
(209,31,45)
(82%,12%,18%)

RGB channels and saturation

R 209 of 255 = 82%
G 31 of 255 = 12%
B 45 of 255 = 18%

209
31
45

R + G + B ~ 37%. #D11F2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 31 + 45 = 285 (100%)
R 209 of 285 ~ 73.33%
G 31 of 285 ~ 10.88%
B 45 of 285 ~ 15.79%

%73.33
%10.88
%15.79

CMYK color model

#D11F2D color CMYK value is (0,85,78,18).

  • cyan value is 0.00%
  • magenta value is 85.17%
  • yellow value is 78.47%
  • key color value is 18.04%
CMYK:
(0,85,78,18)
C0M85Y78K18 
(0%,85%,78%,18%)
(0.00/0.85/0.78/0.18)	

CMYK percentages

%0
%85.17
%78.47
%18.04

Codes

Color #D11F2D in popluar color models

D11F2D
RGB2093145
HSL355°74.17%47.06%
HSB/HSV355°85.17%81.96%
CMYK0.00%85.17%78.47%
18.04%

Color #D11F2D in popluar number systems.

HEXD11F2D
Decimal2093145
Binary1101000111111101101
Octal3213755

Shades and tints

Shades of #D11F2D

#D11F2D
(209,31,45)
#BE1D29
(190,29,41)
#AB1B25
(171,27,37)
#981921
(152,25,33)
#85171D
(133,23,29)
#721519
(114,21,25)
#5F1315
(95,19,21)
#4C1111
(76,17,17)
#390F0D
(57,15,13)
#260D09
(38,13,9)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #D11F2D

#D11F2D
(209,31,45)
#D53340
(213,51,64)
#D94753
(217,71,83)
#DD5B66
(221,91,102)
#E16F79
(225,111,121)
#E5838C
(229,131,140)
#E9979F
(233,151,159)
#EDABB2
(237,171,178)
#F1BFC5
(241,191,197)
#F5D3D8
(245,211,216)
#F9E7EB
(249,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D11F2D color. Also use rgb(209,31,45) instead hex code.

Text Font Color

.myTextColor { color: #D11F2D; }

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

This text font color is #D11F2D.


Background Color

.myBgColor { background-color: #D11F2D; }

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

This div background color is #D11F2D.


Border color

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

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

This div border color is #D11F2D.


Opacity

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

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

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

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

This text has shadow with #D11F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D11F2D on black background.


Color preview on white background

This text has color #D11F2D on white background.



Black color preview on #D11F2D background

This text has black color on #D11F2D background.


White color preview on #D11F2D background

This text has white color on #D11F2D background.