COLOR #D75240

HEX: #D75240
RGB: (215,82,64)

Color info

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

RGB color model

#D75240 color RGB value is (215,82,64).

  • red value is 215;
  • green value is 82;
  • blue value is 64.
RGB:
(215,82,64)
(84%,32%,25%)

RGB channels and saturation

R 215 of 255 = 84%
G 82 of 255 = 32%
B 64 of 255 = 25%

215
82
64

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

Portions of RGB colors in percentages

R + G + B =
215 + 82 + 64 = 361 (100%)
R 215 of 361 ~ 59.56%
G 82 of 361 ~ 22.71%
B 64 of 361 ~ 17.73%

%59.56
%22.71
%17.73

CMYK color model

#D75240 color CMYK value is (0,62,70,16).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 70.23%
  • key color value is 15.69%
CMYK:
(0,62,70,16)
C0M62Y70K16 
(0%,62%,70%,16%)
(0.00/0.62/0.70/0.16)	

CMYK percentages

%0
%61.86
%70.23
%15.69

Codes

Color #D75240 in popluar color models

D75240
RGB2158264
HSL65.37%54.71%
HSB/HSV70.23%84.31%
CMYK0.00%61.86%70.23%
15.69%

Color #D75240 in popluar number systems.

HEXD75240
Decimal2158264
Binary1101011110100101000000
Octal327122100

Shades and tints

Shades of #D75240

#D75240
(215,82,64)
#C44B3B
(196,75,59)
#B14436
(177,68,54)
#9E3D31
(158,61,49)
#8B362C
(139,54,44)
#782F27
(120,47,39)
#652822
(101,40,34)
#52211D
(82,33,29)
#3F1A18
(63,26,24)
#2C1313
(44,19,19)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #D75240

#D75240
(215,82,64)
#DA6151
(218,97,81)
#DD7062
(221,112,98)
#E07F73
(224,127,115)
#E38E84
(227,142,132)
#E69D95
(230,157,149)
#E9ACA6
(233,172,166)
#ECBBB7
(236,187,183)
#EFCAC8
(239,202,200)
#F2D9D9
(242,217,217)
#F5E8EA
(245,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75240 color. Also use rgb(215,82,64) instead hex code.

Text Font Color

.myTextColor { color: #D75240; }

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

This text font color is #D75240.


Background Color

.myBgColor { background-color: #D75240; }

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

This div background color is #D75240.


Border color

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

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

This div border color is #D75240.


Opacity

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

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

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

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

This text has shadow with #D75240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75240 on black background.


Color preview on white background

This text has color #D75240 on white background.



Black color preview on #D75240 background

This text has black color on #D75240 background.


White color preview on #D75240 background

This text has white color on #D75240 background.