COLOR #D11C2F

HEX: #D11C2F
RGB: (209,28,47)

Color info

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

RGB color model

#D11C2F color RGB value is (209,28,47).

  • red value is 209;
  • green value is 28;
  • blue value is 47.
RGB:
(209,28,47)
(82%,11%,18%)

RGB channels and saturation

R 209 of 255 = 82%
G 28 of 255 = 11%
B 47 of 255 = 18%

209
28
47

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

Portions of RGB colors in percentages

R + G + B =
209 + 28 + 47 = 284 (100%)
R 209 of 284 ~ 73.59%
G 28 of 284 ~ 9.86%
B 47 of 284 ~ 16.55%

%73.59
%9.86
%16.55

CMYK color model

#D11C2F color CMYK value is (0,87,78,18).

  • cyan value is 0.00%
  • magenta value is 86.60%
  • yellow value is 77.51%
  • key color value is 18.04%
CMYK:
(0,87,78,18)
C0M87Y78K18 
(0%,87%,78%,18%)
(0.00/0.87/0.78/0.18)	

CMYK percentages

%0
%86.6
%77.51
%18.04

Codes

Color #D11C2F in popluar color models

D11C2F
RGB2092847
HSL354°76.37%46.47%
HSB/HSV354°86.60%81.96%
CMYK0.00%86.60%77.51%
18.04%

Color #D11C2F in popluar number systems.

HEXD11C2F
Decimal2092847
Binary1101000111100101111
Octal3213457

Shades and tints

Shades of #D11C2F

#D11C2F
(209,28,47)
#BE1A2B
(190,26,43)
#AB1827
(171,24,39)
#981623
(152,22,35)
#85141F
(133,20,31)
#72121B
(114,18,27)
#5F1017
(95,16,23)
#4C0E13
(76,14,19)
#390C0F
(57,12,15)
#260A0B
(38,10,11)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #D11C2F

#D11C2F
(209,28,47)
#D53041
(213,48,65)
#D94453
(217,68,83)
#DD5865
(221,88,101)
#E16C77
(225,108,119)
#E58089
(229,128,137)
#E9949B
(233,148,155)
#EDA8AD
(237,168,173)
#F1BCBF
(241,188,191)
#F5D0D1
(245,208,209)
#F9E4E3
(249,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D11C2F color. Also use rgb(209,28,47) instead hex code.

Text Font Color

.myTextColor { color: #D11C2F; }

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

This text font color is #D11C2F.


Background Color

.myBgColor { background-color: #D11C2F; }

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

This div background color is #D11C2F.


Border color

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

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

This div border color is #D11C2F.


Opacity

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

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

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

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

This text has shadow with #D11C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D11C2F on black background.


Color preview on white background

This text has color #D11C2F on white background.



Black color preview on #D11C2F background

This text has black color on #D11C2F background.


White color preview on #D11C2F background

This text has white color on #D11C2F background.