COLOR #D93B40

HEX: #D93B40
RGB: (217,59,64)

Color info

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

RGB color model

#D93B40 color RGB value is (217,59,64).

  • red value is 217;
  • green value is 59;
  • blue value is 64.
RGB:
(217,59,64)
(85%,23%,25%)

RGB channels and saturation

R 217 of 255 = 85%
G 59 of 255 = 23%
B 64 of 255 = 25%

217
59
64

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

Portions of RGB colors in percentages

R + G + B =
217 + 59 + 64 = 340 (100%)
R 217 of 340 ~ 63.82%
G 59 of 340 ~ 17.35%
B 64 of 340 ~ 18.82%

%63.82
%17.35
%18.82

CMYK color model

#D93B40 color CMYK value is (0,73,71,15).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 70.51%
  • key color value is 14.90%
CMYK:
(0,73,71,15)
C0M73Y71K15 
(0%,73%,71%,15%)
(0.00/0.73/0.71/0.15)	

CMYK percentages

%0
%72.81
%70.51
%14.9

Codes

Color #D93B40 in popluar color models

D93B40
RGB2175964
HSL358°67.52%54.12%
HSB/HSV358°72.81%85.10%
CMYK0.00%72.81%70.51%
14.90%

Color #D93B40 in popluar number systems.

HEXD93B40
Decimal2175964
Binary110110011110111000000
Octal33173100

Shades and tints

Shades of #D93B40

#D93B40
(217,59,64)
#C6363B
(198,54,59)
#B33136
(179,49,54)
#A02C31
(160,44,49)
#8D272C
(141,39,44)
#7A2227
(122,34,39)
#671D22
(103,29,34)
#54181D
(84,24,29)
#411318
(65,19,24)
#2E0E13
(46,14,19)
#1B090E
(27,9,14)
#000000
(0,0,0)

Tints of #D93B40

#D93B40
(217,59,64)
#DC4C51
(220,76,81)
#DF5D62
(223,93,98)
#E26E73
(226,110,115)
#E57F84
(229,127,132)
#E89095
(232,144,149)
#EBA1A6
(235,161,166)
#EEB2B7
(238,178,183)
#F1C3C8
(241,195,200)
#F4D4D9
(244,212,217)
#F7E5EA
(247,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D93B40 color. Also use rgb(217,59,64) instead hex code.

Text Font Color

.myTextColor { color: #D93B40; }

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

This text font color is #D93B40.


Background Color

.myBgColor { background-color: #D93B40; }

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

This div background color is #D93B40.


Border color

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

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

This div border color is #D93B40.


Opacity

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

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

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

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

This text has shadow with #D93B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D93B40 on black background.


Color preview on white background

This text has color #D93B40 on white background.



Black color preview on #D93B40 background

This text has black color on #D93B40 background.


White color preview on #D93B40 background

This text has white color on #D93B40 background.