COLOR #D73B4C

HEX: #D73B4C
RGB: (215,59,76)

Renk bilgisi

#D73B4C contains mainly red color. #D73B4C ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#D73B4C color RGB value is (215,59,76).

  • kırmız ton 215;
  • yeşil ton 59;
  • mavi ton 76.
RGB:
(215,59,76)
(84%,23%,30%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 59 of 255 = 23%
B 76 of 255 = 30%

215
59
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 59 + 76 = 350 (100%)
R 215 of 350 ~ 61.43%
G 59 of 350 ~ 16.86%
B 76 of 350 ~ 21.71%

%61.43
%16.86
%21.71

CMYK RENK MODELİ

#D73B4C rengi CMYK tonu (0,73,65,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.56%
  • sarı tonu 64.65%
  • ana renk tonu 15.69%
CMYK:
(0,73,65,16)
C0M73Y65K16 
(0%,73%,65%,16%)
(0.00/0.73/0.65/0.16)	

CMYK yüzdeleri

%0
%72.56
%64.65
%15.69

Codes

Color #D73B4C in popluar color models

D73B4C
RGB2155976
HSL353°66.10%53.73%
HSB/HSV353°72.56%84.31%
CMYK0.00%72.56%64.65%
15.69%

Color #D73B4C in popluar number systems.

HEXD73B4C
Decimal2155976
Binary110101111110111001100
Octal32773114

Shades and tints

Shades of #D73B4C

#D73B4C
(215,59,76)
#C43646
(196,54,70)
#B13140
(177,49,64)
#9E2C3A
(158,44,58)
#8B2734
(139,39,52)
#78222E
(120,34,46)
#651D28
(101,29,40)
#521822
(82,24,34)
#3F131C
(63,19,28)
#2C0E16
(44,14,22)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #D73B4C

#D73B4C
(215,59,76)
#DA4C5C
(218,76,92)
#DD5D6C
(221,93,108)
#E06E7C
(224,110,124)
#E37F8C
(227,127,140)
#E6909C
(230,144,156)
#E9A1AC
(233,161,172)
#ECB2BC
(236,178,188)
#EFC3CC
(239,195,204)
#F2D4DC
(242,212,220)
#F5E5EC
(245,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D73B4C; }

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

This text font color is #D73B4C.


Background Color

.myBgColor { background-color: #D73B4C; }

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

This div background color is #D73B4C.


Border color

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

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

This div border color is #D73B4C.


Opacity

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

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

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

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

This text has shadow with #D73B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73B4C on black background.


Color preview on white background

This text has color #D73B4C on white background.



Black color preview on #D73B4C background

This text has black color on #D73B4C background.


White color preview on #D73B4C background

This text has white color on #D73B4C background.