COLOR #DE753A

HEX: #DE753A
RGB: (222,117,58)

Color info

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

RGB color model

#DE753A color RGB value is (222,117,58).

  • red value is 222;
  • green value is 117;
  • blue value is 58.
RGB:
(222,117,58)
(87%,46%,23%)

RGB channels and saturation

R 222 of 255 = 87%
G 117 of 255 = 46%
B 58 of 255 = 23%

222
117
58

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

Portions of RGB colors in percentages

R + G + B =
222 + 117 + 58 = 397 (100%)
R 222 of 397 ~ 55.92%
G 117 of 397 ~ 29.47%
B 58 of 397 ~ 14.61%

%55.92
%29.47
%14.61

CMYK color model

#DE753A color CMYK value is (0,47,74,13).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 73.87%
  • key color value is 12.94%
CMYK:
(0,47,74,13)
C0M47Y74K13 
(0%,47%,74%,13%)
(0.00/0.47/0.74/0.13)	

CMYK percentages

%0
%47.3
%73.87
%12.94

Codes

Color #DE753A in popluar color models

DE753A
RGB22211758
HSL22°71.30%54.90%
HSB/HSV22°73.87%87.06%
CMYK0.00%47.30%73.87%
12.94%

Color #DE753A in popluar number systems.

HEXDE753A
Decimal22211758
Binary110111101110101111010
Octal33616572

Shades and tints

Shades of #DE753A

#DE753A
(222,117,58)
#CA6B35
(202,107,53)
#B66130
(182,97,48)
#A2572B
(162,87,43)
#8E4D26
(142,77,38)
#7A4321
(122,67,33)
#66391C
(102,57,28)
#522F17
(82,47,23)
#3E2512
(62,37,18)
#2A1B0D
(42,27,13)
#161108
(22,17,8)
#000000
(0,0,0)

Tints of #DE753A

#DE753A
(222,117,58)
#E1814B
(225,129,75)
#E48D5C
(228,141,92)
#E7996D
(231,153,109)
#EAA57E
(234,165,126)
#EDB18F
(237,177,143)
#F0BDA0
(240,189,160)
#F3C9B1
(243,201,177)
#F6D5C2
(246,213,194)
#F9E1D3
(249,225,211)
#FCEDE4
(252,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE753A color. Also use rgb(222,117,58) instead hex code.

Text Font Color

.myTextColor { color: #DE753A; }

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

This text font color is #DE753A.


Background Color

.myBgColor { background-color: #DE753A; }

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

This div background color is #DE753A.


Border color

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

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

This div border color is #DE753A.


Opacity

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

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

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

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

This text has shadow with #DE753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE753A on black background.


Color preview on white background

This text has color #DE753A on white background.



Black color preview on #DE753A background

This text has black color on #DE753A background.


White color preview on #DE753A background

This text has white color on #DE753A background.