COLOR #D3001D

HEX: #D3001D
RGB: (211,0,29)

Color info

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

RGB color model

#D3001D color RGB value is (211,0,29).

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

RGB channels and saturation

R 211 of 255 = 83%
G 0 of 255 = 0%
B 29 of 255 = 11%

211
0
29

R + G + B ~ 31%. #D3001D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
211 + 0 + 29 = 240 (100%)
R 211 of 240 ~ 87.92%
G 0 of 240 ~ 0%
B 29 of 240 ~ 12.08%

%87.92
%12.08

CMYK color model

#D3001D color CMYK value is (0,100,86,17).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 86.26%
  • key color value is 17.25%
CMYK:
(0,100,86,17)
C0M100Y86K17 
(0%,100%,86%,17%)
(0.00/1.00/0.86/0.17)	

CMYK percentages

%0
%100
%86.26
%17.25

Codes

Color #D3001D in popluar color models

D3001D
RGB211029
HSL352°100.00%41.37%
HSB/HSV352°100.00%82.75%
CMYK0.00%100.00%86.26%
17.25%

Color #D3001D in popluar number systems.

HEXD3001D
Decimal211029
Binary11010011011101
Octal323035

Shades and tints

Shades of #D3001D

#D3001D
(211,0,29)
#C0001B
(192,0,27)
#AD0019
(173,0,25)
#9A0017
(154,0,23)
#870015
(135,0,21)
#740013
(116,0,19)
#610011
(97,0,17)
#4E000F
(78,0,15)
#3B000D
(59,0,13)
#28000B
(40,0,11)
#150009
(21,0,9)
#000000
(0,0,0)

Tints of #D3001D

#D3001D
(211,0,29)
#D71731
(215,23,49)
#DB2E45
(219,46,69)
#DF4559
(223,69,89)
#E35C6D
(227,92,109)
#E77381
(231,115,129)
#EB8A95
(235,138,149)
#EFA1A9
(239,161,169)
#F3B8BD
(243,184,189)
#F7CFD1
(247,207,209)
#FBE6E5
(251,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3001D color. Also use rgb(211,0,29) instead hex code.

Text Font Color

.myTextColor { color: #D3001D; }

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

This text font color is #D3001D.


Background Color

.myBgColor { background-color: #D3001D; }

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

This div background color is #D3001D.


Border color

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

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

This div border color is #D3001D.


Opacity

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

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

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

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

This text has shadow with #D3001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3001D on black background.


Color preview on white background

This text has color #D3001D on white background.



Black color preview on #D3001D background

This text has black color on #D3001D background.


White color preview on #D3001D background

This text has white color on #D3001D background.