COLOR #D75227

HEX: #D75227
RGB: (215,82,39)

Color info

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

RGB color model

#D75227 color RGB value is (215,82,39).

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

RGB channels and saturation

R 215 of 255 = 84%
G 82 of 255 = 32%
B 39 of 255 = 15%

215
82
39

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

Portions of RGB colors in percentages

R + G + B =
215 + 82 + 39 = 336 (100%)
R 215 of 336 ~ 63.99%
G 82 of 336 ~ 24.4%
B 39 of 336 ~ 11.61%

%63.99
%24.4
%11.61

CMYK color model

#D75227 color CMYK value is (0,62,82,16).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 81.86%
  • key color value is 15.69%
CMYK:
(0,62,82,16)
C0M62Y82K16 
(0%,62%,82%,16%)
(0.00/0.62/0.82/0.16)	

CMYK percentages

%0
%61.86
%81.86
%15.69

Codes

Color #D75227 in popluar color models

D75227
RGB2158239
HSL15°69.29%49.80%
HSB/HSV15°81.86%84.31%
CMYK0.00%61.86%81.86%
15.69%

Color #D75227 in popluar number systems.

HEXD75227
Decimal2158239
Binary110101111010010100111
Octal32712247

Shades and tints

Shades of #D75227

#D75227
(215,82,39)
#C44B24
(196,75,36)
#B14421
(177,68,33)
#9E3D1E
(158,61,30)
#8B361B
(139,54,27)
#782F18
(120,47,24)
#652815
(101,40,21)
#522112
(82,33,18)
#3F1A0F
(63,26,15)
#2C130C
(44,19,12)
#190C09
(25,12,9)
#000000
(0,0,0)

Tints of #D75227

#D75227
(215,82,39)
#DA613A
(218,97,58)
#DD704D
(221,112,77)
#E07F60
(224,127,96)
#E38E73
(227,142,115)
#E69D86
(230,157,134)
#E9AC99
(233,172,153)
#ECBBAC
(236,187,172)
#EFCABF
(239,202,191)
#F2D9D2
(242,217,210)
#F5E8E5
(245,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D75227; }

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

This text font color is #D75227.


Background Color

.myBgColor { background-color: #D75227; }

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

This div background color is #D75227.


Border color

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

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

This div border color is #D75227.


Opacity

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

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

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

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

This text has shadow with #D75227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D75227 on black background.


Color preview on white background

This text has color #D75227 on white background.



Black color preview on #D75227 background

This text has black color on #D75227 background.


White color preview on #D75227 background

This text has white color on #D75227 background.