COLOR #D1593C

HEX: #D1593C
RGB: (209,89,60)

Renk bilgisi

#D1593C contains mainly red color. #D1593C ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#D1593C color RGB value is (209,89,60).

  • kırmız ton 209;
  • yeşil ton 89;
  • mavi ton 60.
RGB:
(209,89,60)
(82%,35%,24%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 89 of 255 = 35%
B 60 of 255 = 24%

209
89
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 89 + 60 = 358 (100%)
R 209 of 358 ~ 58.38%
G 89 of 358 ~ 24.86%
B 60 of 358 ~ 16.76%

%58.38
%24.86
%16.76

CMYK RENK MODELİ

#D1593C rengi CMYK tonu (0,57,71,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.42%
  • sarı tonu 71.29%
  • ana renk tonu 18.04%
CMYK:
(0,57,71,18)
C0M57Y71K18 
(0%,57%,71%,18%)
(0.00/0.57/0.71/0.18)	

CMYK yüzdeleri

%0
%57.42
%71.29
%18.04

Codes

Color #D1593C in popluar color models

D1593C
RGB2098960
HSL12°61.83%52.75%
HSB/HSV12°71.29%81.96%
CMYK0.00%57.42%71.29%
18.04%

Color #D1593C in popluar number systems.

HEXD1593C
Decimal2098960
Binary110100011011001111100
Octal32113174

Shades and tints

Shades of #D1593C

#D1593C
(209,89,60)
#BE5137
(190,81,55)
#AB4932
(171,73,50)
#98412D
(152,65,45)
#853928
(133,57,40)
#723123
(114,49,35)
#5F291E
(95,41,30)
#4C2119
(76,33,25)
#391914
(57,25,20)
#26110F
(38,17,15)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #D1593C

#D1593C
(209,89,60)
#D5684D
(213,104,77)
#D9775E
(217,119,94)
#DD866F
(221,134,111)
#E19580
(225,149,128)
#E5A491
(229,164,145)
#E9B3A2
(233,179,162)
#EDC2B3
(237,194,179)
#F1D1C4
(241,209,196)
#F5E0D5
(245,224,213)
#F9EFE6
(249,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1593C color. Also use rgb(209,89,60) instead hex code.

Text Font Color

.myTextColor { color: #D1593C; }

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

This text font color is #D1593C.


Background Color

.myBgColor { background-color: #D1593C; }

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

This div background color is #D1593C.


Border color

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

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

This div border color is #D1593C.


Opacity

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

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

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

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

This text has shadow with #D1593C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1593C on black background.


Color preview on white background

This text has color #D1593C on white background.



Black color preview on #D1593C background

This text has black color on #D1593C background.


White color preview on #D1593C background

This text has white color on #D1593C background.