COLOR #D73A19

HEX: #D73A19
RGB: (215,58,25)

Renk bilgisi

#D73A19 contains mainly red color. #D73A19 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D73A19 color RGB value is (215,58,25).

  • kırmız ton 215;
  • yeşil ton 58;
  • mavi ton 25.
RGB:
(215,58,25)
(84%,23%,10%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 58 of 255 = 23%
B 25 of 255 = 10%

215
58
25

R + G + B ~ 39%. #D73A19 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 58 + 25 = 298 (100%)
R 215 of 298 ~ 72.15%
G 58 of 298 ~ 19.46%
B 25 of 298 ~ 8.39%

%72.15
%19.46

CMYK RENK MODELİ

#D73A19 rengi CMYK tonu (0,73,88,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.02%
  • sarı tonu 88.37%
  • ana renk tonu 15.69%
CMYK:
(0,73,88,16)
C0M73Y88K16 
(0%,73%,88%,16%)
(0.00/0.73/0.88/0.16)	

CMYK yüzdeleri

%0
%73.02
%88.37
%15.69

Codes

Color #D73A19 in popluar color models

D73A19
RGB2155825
HSL10°79.17%47.06%
HSB/HSV10°88.37%84.31%
CMYK0.00%73.02%88.37%
15.69%

Color #D73A19 in popluar number systems.

HEXD73A19
Decimal2155825
Binary1101011111101011001
Octal3277231

Shades and tints

Shades of #D73A19

#D73A19
(215,58,25)
#C43517
(196,53,23)
#B13015
(177,48,21)
#9E2B13
(158,43,19)
#8B2611
(139,38,17)
#78210F
(120,33,15)
#651C0D
(101,28,13)
#52170B
(82,23,11)
#3F1209
(63,18,9)
#2C0D07
(44,13,7)
#190805
(25,8,5)
#000000
(0,0,0)

Tints of #D73A19

#D73A19
(215,58,25)
#DA4B2D
(218,75,45)
#DD5C41
(221,92,65)
#E06D55
(224,109,85)
#E37E69
(227,126,105)
#E68F7D
(230,143,125)
#E9A091
(233,160,145)
#ECB1A5
(236,177,165)
#EFC2B9
(239,194,185)
#F2D3CD
(242,211,205)
#F5E4E1
(245,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D73A19; }

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

This text font color is #D73A19.


Background Color

.myBgColor { background-color: #D73A19; }

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

This div background color is #D73A19.


Border color

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

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

This div border color is #D73A19.


Opacity

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

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

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

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

This text has shadow with #D73A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D73A19 on black background.


Color preview on white background

This text has color #D73A19 on white background.



Black color preview on #D73A19 background

This text has black color on #D73A19 background.


White color preview on #D73A19 background

This text has white color on #D73A19 background.