COLOR #D14137

HEX: #D14137
RGB: (209,65,55)

Renk bilgisi

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

RGB renk modeli

#D14137 color RGB value is (209,65,55).

  • kırmız ton 209;
  • yeşil ton 65;
  • mavi ton 55.
RGB:
(209,65,55)
(82%,25%,22%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 65 of 255 = 25%
B 55 of 255 = 22%

209
65
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 65 + 55 = 329 (100%)
R 209 of 329 ~ 63.53%
G 65 of 329 ~ 19.76%
B 55 of 329 ~ 16.72%

%63.53
%19.76
%16.72

CMYK RENK MODELİ

#D14137 rengi CMYK tonu (0,69,74,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.90%
  • sarı tonu 73.68%
  • ana renk tonu 18.04%
CMYK:
(0,69,74,18)
C0M69Y74K18 
(0%,69%,74%,18%)
(0.00/0.69/0.74/0.18)	

CMYK yüzdeleri

%0
%68.9
%73.68
%18.04

Codes

Color #D14137 in popluar color models

D14137
RGB2096555
HSL62.60%51.76%
HSB/HSV73.68%81.96%
CMYK0.00%68.90%73.68%
18.04%

Color #D14137 in popluar number systems.

HEXD14137
Decimal2096555
Binary110100011000001110111
Octal32110167

Shades and tints

Shades of #D14137

#D14137
(209,65,55)
#BE3C32
(190,60,50)
#AB372D
(171,55,45)
#983228
(152,50,40)
#852D23
(133,45,35)
#72281E
(114,40,30)
#5F2319
(95,35,25)
#4C1E14
(76,30,20)
#39190F
(57,25,15)
#26140A
(38,20,10)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #D14137

#D14137
(209,65,55)
#D55249
(213,82,73)
#D9635B
(217,99,91)
#DD746D
(221,116,109)
#E1857F
(225,133,127)
#E59691
(229,150,145)
#E9A7A3
(233,167,163)
#EDB8B5
(237,184,181)
#F1C9C7
(241,201,199)
#F5DAD9
(245,218,217)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14137 color. Also use rgb(209,65,55) instead hex code.

Text Font Color

.myTextColor { color: #D14137; }

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

This text font color is #D14137.


Background Color

.myBgColor { background-color: #D14137; }

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

This div background color is #D14137.


Border color

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

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

This div border color is #D14137.


Opacity

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

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

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

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

This text has shadow with #D14137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D14137 on black background.


Color preview on white background

This text has color #D14137 on white background.



Black color preview on #D14137 background

This text has black color on #D14137 background.


White color preview on #D14137 background

This text has white color on #D14137 background.