COLOR #D73B3A

HEX: #D73B3A
RGB: (215,59,58)

Color info

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

RGB color model

#D73B3A color RGB value is (215,59,58).

  • red value is 215;
  • green value is 59;
  • blue value is 58.
RGB:
(215,59,58)
(84%,23%,23%)

RGB channels and saturation

R 215 of 255 = 84%
G 59 of 255 = 23%
B 58 of 255 = 23%

215
59
58

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

Portions of RGB colors in percentages

R + G + B =
215 + 59 + 58 = 332 (100%)
R 215 of 332 ~ 64.76%
G 59 of 332 ~ 17.77%
B 58 of 332 ~ 17.47%

%64.76
%17.77
%17.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 72.56%
  • yellow value is 73.02%
  • key color value is 15.69%
CMYK:
(0,73,73,16)
C0M73Y73K16 
(0%,73%,73%,16%)
(0.00/0.73/0.73/0.16)	

CMYK percentages

%0
%72.56
%73.02
%15.69

Codes

Color #D73B3A in popluar color models

D73B3A
RGB2155958
HSL66.24%53.53%
HSB/HSV73.02%84.31%
CMYK0.00%72.56%73.02%
15.69%

Color #D73B3A in popluar number systems.

HEXD73B3A
Decimal2155958
Binary11010111111011111010
Octal3277372

Shades and tints

Shades of #D73B3A

#D73B3A
(215,59,58)
#C43635
(196,54,53)
#B13130
(177,49,48)
#9E2C2B
(158,44,43)
#8B2726
(139,39,38)
#782221
(120,34,33)
#651D1C
(101,29,28)
#521817
(82,24,23)
#3F1312
(63,19,18)
#2C0E0D
(44,14,13)
#190908
(25,9,8)
#000000
(0,0,0)

Tints of #D73B3A

#D73B3A
(215,59,58)
#DA4C4B
(218,76,75)
#DD5D5C
(221,93,92)
#E06E6D
(224,110,109)
#E37F7E
(227,127,126)
#E6908F
(230,144,143)
#E9A1A0
(233,161,160)
#ECB2B1
(236,178,177)
#EFC3C2
(239,195,194)
#F2D4D3
(242,212,211)
#F5E5E4
(245,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73B3A color. Also use rgb(215,59,58) instead hex code.

Text Font Color

.myTextColor { color: #D73B3A; }

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

This text font color is #D73B3A.


Background Color

.myBgColor { background-color: #D73B3A; }

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

This div background color is #D73B3A.


Border color

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

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

This div border color is #D73B3A.


Opacity

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

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

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

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

This text has shadow with #D73B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73B3A on black background.


Color preview on white background

This text has color #D73B3A on white background.



Black color preview on #D73B3A background

This text has black color on #D73B3A background.


White color preview on #D73B3A background

This text has white color on #D73B3A background.