COLOR #D63F1D

HEX: #D63F1D
RGB: (214,63,29)

Color info

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

RGB color model

#D63F1D color RGB value is (214,63,29).

  • red value is 214;
  • green value is 63;
  • blue value is 29.
RGB:
(214,63,29)
(84%,25%,11%)

RGB channels and saturation

R 214 of 255 = 84%
G 63 of 255 = 25%
B 29 of 255 = 11%

214
63
29

R + G + B ~ 40%. #D63F1D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 63 + 29 = 306 (100%)
R 214 of 306 ~ 69.93%
G 63 of 306 ~ 20.59%
B 29 of 306 ~ 9.48%

%69.93
%20.59

CMYK color model

#D63F1D color CMYK value is (0,71,86,16).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 86.45%
  • key color value is 16.08%
CMYK:
(0,71,86,16)
C0M71Y86K16 
(0%,71%,86%,16%)
(0.00/0.71/0.86/0.16)	

CMYK percentages

%0
%70.56
%86.45
%16.08

Codes

Color #D63F1D in popluar color models

D63F1D
RGB2146329
HSL11°76.13%47.65%
HSB/HSV11°86.45%83.92%
CMYK0.00%70.56%86.45%
16.08%

Color #D63F1D in popluar number systems.

HEXD63F1D
Decimal2146329
Binary1101011011111111101
Octal3267735

Shades and tints

Shades of #D63F1D

#D63F1D
(214,63,29)
#C33A1B
(195,58,27)
#B03519
(176,53,25)
#9D3017
(157,48,23)
#8A2B15
(138,43,21)
#772613
(119,38,19)
#642111
(100,33,17)
#511C0F
(81,28,15)
#3E170D
(62,23,13)
#2B120B
(43,18,11)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #D63F1D

#D63F1D
(214,63,29)
#D95031
(217,80,49)
#DC6145
(220,97,69)
#DF7259
(223,114,89)
#E2836D
(226,131,109)
#E59481
(229,148,129)
#E8A595
(232,165,149)
#EBB6A9
(235,182,169)
#EEC7BD
(238,199,189)
#F1D8D1
(241,216,209)
#F4E9E5
(244,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63F1D color. Also use rgb(214,63,29) instead hex code.

Text Font Color

.myTextColor { color: #D63F1D; }

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

This text font color is #D63F1D.


Background Color

.myBgColor { background-color: #D63F1D; }

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

This div background color is #D63F1D.


Border color

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

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

This div border color is #D63F1D.


Opacity

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

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

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

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

This text has shadow with #D63F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63F1D on black background.


Color preview on white background

This text has color #D63F1D on white background.



Black color preview on #D63F1D background

This text has black color on #D63F1D background.


White color preview on #D63F1D background

This text has white color on #D63F1D background.