COLOR #D5392F

HEX: #D5392F
RGB: (213,57,47)

Color info

#D5392F contains mainly red color. Web safe color of #D5392F is #CC3333 (or #C33).

RGB color model

#D5392F color RGB value is (213,57,47).

  • red value is 213;
  • green value is 57;
  • blue value is 47.
RGB:
(213,57,47)
(84%,22%,18%)

RGB channels and saturation

R 213 of 255 = 84%
G 57 of 255 = 22%
B 47 of 255 = 18%

213
57
47

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

Portions of RGB colors in percentages

R + G + B =
213 + 57 + 47 = 317 (100%)
R 213 of 317 ~ 67.19%
G 57 of 317 ~ 17.98%
B 47 of 317 ~ 14.83%

%67.19
%17.98
%14.83

CMYK color model

#D5392F color CMYK value is (0,73,78,16).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 77.93%
  • key color value is 16.47%
CMYK:
(0,73,78,16)
C0M73Y78K16 
(0%,73%,78%,16%)
(0.00/0.73/0.78/0.16)	

CMYK percentages

%0
%73.24
%77.93
%16.47

Codes

Color #D5392F in popluar color models

D5392F
RGB2135747
HSL66.40%50.98%
HSB/HSV77.93%83.53%
CMYK0.00%73.24%77.93%
16.47%

Color #D5392F in popluar number systems.

HEXD5392F
Decimal2135747
Binary11010101111001101111
Octal3257157

Shades and tints

Shades of #D5392F

#D5392F
(213,57,47)
#C2342B
(194,52,43)
#AF2F27
(175,47,39)
#9C2A23
(156,42,35)
#89251F
(137,37,31)
#76201B
(118,32,27)
#631B17
(99,27,23)
#501613
(80,22,19)
#3D110F
(61,17,15)
#2A0C0B
(42,12,11)
#170707
(23,7,7)
#000000
(0,0,0)

Tints of #D5392F

#D5392F
(213,57,47)
#D84B41
(216,75,65)
#DB5D53
(219,93,83)
#DE6F65
(222,111,101)
#E18177
(225,129,119)
#E49389
(228,147,137)
#E7A59B
(231,165,155)
#EAB7AD
(234,183,173)
#EDC9BF
(237,201,191)
#F0DBD1
(240,219,209)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5392F color. Also use rgb(213,57,47) instead hex code.

Text Font Color

.myTextColor { color: #D5392F; }

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

This text font color is #D5392F.


Background Color

.myBgColor { background-color: #D5392F; }

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

This div background color is #D5392F.


Border color

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

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

This div border color is #D5392F.


Opacity

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

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

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

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

This text has shadow with #D5392F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5392F on black background.


Color preview on white background

This text has color #D5392F on white background.



Black color preview on #D5392F background

This text has black color on #D5392F background.


White color preview on #D5392F background

This text has white color on #D5392F background.