COLOR #D75E1A

HEX: #D75E1A
RGB: (215,94,26)

Color info

#D75E1A contains mainly red color. Web safe color of #D75E1A is #CC6600 (or #C60).

RGB color model

#D75E1A color RGB value is (215,94,26).

  • red value is 215;
  • green value is 94;
  • blue value is 26.
RGB:
(215,94,26)
(84%,37%,10%)

RGB channels and saturation

R 215 of 255 = 84%
G 94 of 255 = 37%
B 26 of 255 = 10%

215
94
26

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

Portions of RGB colors in percentages

R + G + B =
215 + 94 + 26 = 335 (100%)
R 215 of 335 ~ 64.18%
G 94 of 335 ~ 28.06%
B 26 of 335 ~ 7.76%

%64.18
%28.06

CMYK color model

#D75E1A color CMYK value is (0,56,88,16).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 87.91%
  • key color value is 15.69%
CMYK:
(0,56,88,16)
C0M56Y88K16 
(0%,56%,88%,16%)
(0.00/0.56/0.88/0.16)	

CMYK percentages

%0
%56.28
%87.91
%15.69

Codes

Color #D75E1A in popluar color models

D75E1A
RGB2159426
HSL22°78.42%47.25%
HSB/HSV22°87.91%84.31%
CMYK0.00%56.28%87.91%
15.69%

Color #D75E1A in popluar number systems.

HEXD75E1A
Decimal2159426
Binary11010111101111011010
Octal32713632

Shades and tints

Shades of #D75E1A

#D75E1A
(215,94,26)
#C45618
(196,86,24)
#B14E16
(177,78,22)
#9E4614
(158,70,20)
#8B3E12
(139,62,18)
#783610
(120,54,16)
#652E0E
(101,46,14)
#52260C
(82,38,12)
#3F1E0A
(63,30,10)
#2C1608
(44,22,8)
#190E06
(25,14,6)
#000000
(0,0,0)

Tints of #D75E1A

#D75E1A
(215,94,26)
#DA6C2E
(218,108,46)
#DD7A42
(221,122,66)
#E08856
(224,136,86)
#E3966A
(227,150,106)
#E6A47E
(230,164,126)
#E9B292
(233,178,146)
#ECC0A6
(236,192,166)
#EFCEBA
(239,206,186)
#F2DCCE
(242,220,206)
#F5EAE2
(245,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75E1A color. Also use rgb(215,94,26) instead hex code.

Text Font Color

.myTextColor { color: #D75E1A; }

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

This text font color is #D75E1A.


Background Color

.myBgColor { background-color: #D75E1A; }

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

This div background color is #D75E1A.


Border color

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

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

This div border color is #D75E1A.


Opacity

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

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

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

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

This text has shadow with #D75E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75E1A on black background.


Color preview on white background

This text has color #D75E1A on white background.



Black color preview on #D75E1A background

This text has black color on #D75E1A background.


White color preview on #D75E1A background

This text has white color on #D75E1A background.