COLOR #D63E0D

HEX: #D63E0D
RGB: (214,62,13)

Color info

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

RGB color model

#D63E0D color RGB value is (214,62,13).

  • red value is 214;
  • green value is 62;
  • blue value is 13.
RGB:
(214,62,13)
(84%,24%,5%)

RGB channels and saturation

R 214 of 255 = 84%
G 62 of 255 = 24%
B 13 of 255 = 5%

214
62
13

R + G + B ~ 38%. #D63E0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
214 + 62 + 13 = 289 (100%)
R 214 of 289 ~ 74.05%
G 62 of 289 ~ 21.45%
B 13 of 289 ~ 4.5%

%74.05
%21.45

CMYK color model

#D63E0D color CMYK value is (0,71,94,16).

  • cyan value is 0.00%
  • magenta value is 71.03%
  • yellow value is 93.93%
  • key color value is 16.08%
CMYK:
(0,71,94,16)
C0M71Y94K16 
(0%,71%,94%,16%)
(0.00/0.71/0.94/0.16)	

CMYK percentages

%0
%71.03
%93.93
%16.08

Codes

Color #D63E0D in popluar color models

D63E0D
RGB2146213
HSL15°88.55%44.51%
HSB/HSV15°93.93%83.92%
CMYK0.00%71.03%93.93%
16.08%

Color #D63E0D in popluar number systems.

HEXD63E0D
Decimal2146213
Binary110101101111101101
Octal3267615

Shades and tints

Shades of #D63E0D

#D63E0D
(214,62,13)
#C3390C
(195,57,12)
#B0340B
(176,52,11)
#9D2F0A
(157,47,10)
#8A2A09
(138,42,9)
#772508
(119,37,8)
#642007
(100,32,7)
#511B06
(81,27,6)
#3E1605
(62,22,5)
#2B1104
(43,17,4)
#180C03
(24,12,3)
#000000
(0,0,0)

Tints of #D63E0D

#D63E0D
(214,62,13)
#D94F23
(217,79,35)
#DC6039
(220,96,57)
#DF714F
(223,113,79)
#E28265
(226,130,101)
#E5937B
(229,147,123)
#E8A491
(232,164,145)
#EBB5A7
(235,181,167)
#EEC6BD
(238,198,189)
#F1D7D3
(241,215,211)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63E0D color. Also use rgb(214,62,13) instead hex code.

Text Font Color

.myTextColor { color: #D63E0D; }

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

This text font color is #D63E0D.


Background Color

.myBgColor { background-color: #D63E0D; }

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

This div background color is #D63E0D.


Border color

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

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

This div border color is #D63E0D.


Opacity

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

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

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

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

This text has shadow with #D63E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63E0D on black background.


Color preview on white background

This text has color #D63E0D on white background.



Black color preview on #D63E0D background

This text has black color on #D63E0D background.


White color preview on #D63E0D background

This text has white color on #D63E0D background.