COLOR #D73743

HEX: #D73743
RGB: (215,55,67)

Color info

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

RGB color model

#D73743 color RGB value is (215,55,67).

  • red value is 215;
  • green value is 55;
  • blue value is 67.
RGB:
(215,55,67)
(84%,22%,26%)

RGB channels and saturation

R 215 of 255 = 84%
G 55 of 255 = 22%
B 67 of 255 = 26%

215
55
67

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

Portions of RGB colors in percentages

R + G + B =
215 + 55 + 67 = 337 (100%)
R 215 of 337 ~ 63.8%
G 55 of 337 ~ 16.32%
B 67 of 337 ~ 19.88%

%63.8
%16.32
%19.88

CMYK color model

#D73743 color CMYK value is (0,74,69,16).

  • cyan value is 0.00%
  • magenta value is 74.42%
  • yellow value is 68.84%
  • key color value is 15.69%
CMYK:
(0,74,69,16)
C0M74Y69K16 
(0%,74%,69%,16%)
(0.00/0.74/0.69/0.16)	

CMYK percentages

%0
%74.42
%68.84
%15.69

Codes

Color #D73743 in popluar color models

D73743
RGB2155567
HSL356°66.67%52.94%
HSB/HSV356°74.42%84.31%
CMYK0.00%74.42%68.84%
15.69%

Color #D73743 in popluar number systems.

HEXD73743
Decimal2155567
Binary110101111101111000011
Octal32767103

Shades and tints

Shades of #D73743

#D73743
(215,55,67)
#C4323D
(196,50,61)
#B12D37
(177,45,55)
#9E2831
(158,40,49)
#8B232B
(139,35,43)
#781E25
(120,30,37)
#65191F
(101,25,31)
#521419
(82,20,25)
#3F0F13
(63,15,19)
#2C0A0D
(44,10,13)
#190507
(25,5,7)
#000000
(0,0,0)

Tints of #D73743

#D73743
(215,55,67)
#DA4954
(218,73,84)
#DD5B65
(221,91,101)
#E06D76
(224,109,118)
#E37F87
(227,127,135)
#E69198
(230,145,152)
#E9A3A9
(233,163,169)
#ECB5BA
(236,181,186)
#EFC7CB
(239,199,203)
#F2D9DC
(242,217,220)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D73743 color. Also use rgb(215,55,67) instead hex code.

Text Font Color

.myTextColor { color: #D73743; }

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

This text font color is #D73743.


Background Color

.myBgColor { background-color: #D73743; }

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

This div background color is #D73743.


Border color

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

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

This div border color is #D73743.


Opacity

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

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

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

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

This text has shadow with #D73743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73743 on black background.


Color preview on white background

This text has color #D73743 on white background.



Black color preview on #D73743 background

This text has black color on #D73743 background.


White color preview on #D73743 background

This text has white color on #D73743 background.