COLOR #D26D2E

HEX: #D26D2E
RGB: (210,109,46)

Color info

#D26D2E contains mainly red color. Web safe color of #D26D2E is #CC6633 (or #C63).

RGB color model

#D26D2E color RGB value is (210,109,46).

  • red value is 210;
  • green value is 109;
  • blue value is 46.
RGB:
(210,109,46)
(82%,43%,18%)

RGB channels and saturation

R 210 of 255 = 82%
G 109 of 255 = 43%
B 46 of 255 = 18%

210
109
46

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

Portions of RGB colors in percentages

R + G + B =
210 + 109 + 46 = 365 (100%)
R 210 of 365 ~ 57.53%
G 109 of 365 ~ 29.86%
B 46 of 365 ~ 12.6%

%57.53
%29.86
%12.6

CMYK color model

#D26D2E color CMYK value is (0,48,78,18).

  • cyan value is 0.00%
  • magenta value is 48.10%
  • yellow value is 78.10%
  • key color value is 17.65%
CMYK:
(0,48,78,18)
C0M48Y78K18 
(0%,48%,78%,18%)
(0.00/0.48/0.78/0.18)	

CMYK percentages

%0
%48.1
%78.1
%17.65

Codes

Color #D26D2E in popluar color models

D26D2E
RGB21010946
HSL23°64.57%50.20%
HSB/HSV23°78.10%82.35%
CMYK0.00%48.10%78.10%
17.65%

Color #D26D2E in popluar number systems.

HEXD26D2E
Decimal21010946
Binary110100101101101101110
Octal32215556

Shades and tints

Shades of #D26D2E

#D26D2E
(210,109,46)
#BF642A
(191,100,42)
#AC5B26
(172,91,38)
#995222
(153,82,34)
#86491E
(134,73,30)
#73401A
(115,64,26)
#603716
(96,55,22)
#4D2E12
(77,46,18)
#3A250E
(58,37,14)
#271C0A
(39,28,10)
#141306
(20,19,6)
#000000
(0,0,0)

Tints of #D26D2E

#D26D2E
(210,109,46)
#D67A41
(214,122,65)
#DA8754
(218,135,84)
#DE9467
(222,148,103)
#E2A17A
(226,161,122)
#E6AE8D
(230,174,141)
#EABBA0
(234,187,160)
#EEC8B3
(238,200,179)
#F2D5C6
(242,213,198)
#F6E2D9
(246,226,217)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D26D2E color. Also use rgb(210,109,46) instead hex code.

Text Font Color

.myTextColor { color: #D26D2E; }

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

This text font color is #D26D2E.


Background Color

.myBgColor { background-color: #D26D2E; }

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

This div background color is #D26D2E.


Border color

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

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

This div border color is #D26D2E.


Opacity

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

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

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

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

This text has shadow with #D26D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D26D2E on black background.


Color preview on white background

This text has color #D26D2E on white background.



Black color preview on #D26D2E background

This text has black color on #D26D2E background.


White color preview on #D26D2E background

This text has white color on #D26D2E background.