COLOR #D74E1A

HEX: #D74E1A
RGB: (215,78,26)

Color info

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

RGB color model

#D74E1A color RGB value is (215,78,26).

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

RGB channels and saturation

R 215 of 255 = 84%
G 78 of 255 = 31%
B 26 of 255 = 10%

215
78
26

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

Portions of RGB colors in percentages

R + G + B =
215 + 78 + 26 = 319 (100%)
R 215 of 319 ~ 67.4%
G 78 of 319 ~ 24.45%
B 26 of 319 ~ 8.15%

%67.4
%24.45

CMYK color model

#D74E1A color CMYK value is (0,64,88,16).

  • cyan value is 0.00%
  • magenta value is 63.72%
  • yellow value is 87.91%
  • key color value is 15.69%
CMYK:
(0,64,88,16)
C0M64Y88K16 
(0%,64%,88%,16%)
(0.00/0.64/0.88/0.16)	

CMYK percentages

%0
%63.72
%87.91
%15.69

Codes

Color #D74E1A in popluar color models

D74E1A
RGB2157826
HSL17°78.42%47.25%
HSB/HSV17°87.91%84.31%
CMYK0.00%63.72%87.91%
15.69%

Color #D74E1A in popluar number systems.

HEXD74E1A
Decimal2157826
Binary11010111100111011010
Octal32711632

Shades and tints

Shades of #D74E1A

#D74E1A
(215,78,26)
#C44718
(196,71,24)
#B14016
(177,64,22)
#9E3914
(158,57,20)
#8B3212
(139,50,18)
#782B10
(120,43,16)
#65240E
(101,36,14)
#521D0C
(82,29,12)
#3F160A
(63,22,10)
#2C0F08
(44,15,8)
#190806
(25,8,6)
#000000
(0,0,0)

Tints of #D74E1A

#D74E1A
(215,78,26)
#DA5E2E
(218,94,46)
#DD6E42
(221,110,66)
#E07E56
(224,126,86)
#E38E6A
(227,142,106)
#E69E7E
(230,158,126)
#E9AE92
(233,174,146)
#ECBEA6
(236,190,166)
#EFCEBA
(239,206,186)
#F2DECE
(242,222,206)
#F5EEE2
(245,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D74E1A; }

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

This text font color is #D74E1A.


Background Color

.myBgColor { background-color: #D74E1A; }

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

This div background color is #D74E1A.


Border color

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

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

This div border color is #D74E1A.


Opacity

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

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

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

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

This text has shadow with #D74E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74E1A on black background.


Color preview on white background

This text has color #D74E1A on white background.



Black color preview on #D74E1A background

This text has black color on #D74E1A background.


White color preview on #D74E1A background

This text has white color on #D74E1A background.