COLOR #D31C0B

HEX: #D31C0B
RGB: (211,28,11)

Color info

#D31C0B contains mainly red color. Web safe color of #D31C0B is #CC3300 (or #C30).

RGB color model

#D31C0B color RGB value is (211,28,11).

  • red value is 211;
  • green value is 28;
  • blue value is 11.
RGB:
(211,28,11)
(83%,11%,4%)

RGB channels and saturation

R 211 of 255 = 83%
G 28 of 255 = 11%
B 11 of 255 = 4%

211
28
11

R + G + B ~ 33%. #D31C0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
211 + 28 + 11 = 250 (100%)
R 211 of 250 ~ 84.4%
G 28 of 250 ~ 11.2%
B 11 of 250 ~ 4.4%

%84.4
%11.2

CMYK color model

#D31C0B color CMYK value is (0,87,95,17).

  • cyan value is 0.00%
  • magenta value is 86.73%
  • yellow value is 94.79%
  • key color value is 17.25%
CMYK:
(0,87,95,17)
C0M87Y95K17 
(0%,87%,95%,17%)
(0.00/0.87/0.95/0.17)	

CMYK percentages

%0
%86.73
%94.79
%17.25

Codes

Color #D31C0B in popluar color models

D31C0B
RGB2112811
HSL90.09%43.53%
HSB/HSV94.79%82.75%
CMYK0.00%86.73%94.79%
17.25%

Color #D31C0B in popluar number systems.

HEXD31C0B
Decimal2112811
Binary11010011111001011
Octal3233413

Shades and tints

Shades of #D31C0B

#D31C0B
(211,28,11)
#C01A0A
(192,26,10)
#AD1809
(173,24,9)
#9A1608
(154,22,8)
#871407
(135,20,7)
#741206
(116,18,6)
#611005
(97,16,5)
#4E0E04
(78,14,4)
#3B0C03
(59,12,3)
#280A02
(40,10,2)
#150801
(21,8,1)
#000000
(0,0,0)

Tints of #D31C0B

#D31C0B
(211,28,11)
#D73021
(215,48,33)
#DB4437
(219,68,55)
#DF584D
(223,88,77)
#E36C63
(227,108,99)
#E78079
(231,128,121)
#EB948F
(235,148,143)
#EFA8A5
(239,168,165)
#F3BCBB
(243,188,187)
#F7D0D1
(247,208,209)
#FBE4E7
(251,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D31C0B color. Also use rgb(211,28,11) instead hex code.

Text Font Color

.myTextColor { color: #D31C0B; }

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

This text font color is #D31C0B.


Background Color

.myBgColor { background-color: #D31C0B; }

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

This div background color is #D31C0B.


Border color

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

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

This div border color is #D31C0B.


Opacity

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

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

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

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

This text has shadow with #D31C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D31C0B on black background.


Color preview on white background

This text has color #D31C0B on white background.



Black color preview on #D31C0B background

This text has black color on #D31C0B background.


White color preview on #D31C0B background

This text has white color on #D31C0B background.