COLOR #D50736

HEX: #D50736
RGB: (213,7,54)

Renk bilgisi

#D50736 contains mainly red color. #D50736 ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#D50736 color RGB value is (213,7,54).

  • kırmız ton 213;
  • yeşil ton 7;
  • mavi ton 54.
RGB:
(213,7,54)
(84%,3%,21%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 7 of 255 = 3%
B 54 of 255 = 21%

213
7
54

R + G + B ~ 36%. #D50736 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 7 + 54 = 274 (100%)
R 213 of 274 ~ 77.74%
G 7 of 274 ~ 2.55%
B 54 of 274 ~ 19.71%

%77.74
%19.71

CMYK RENK MODELİ

#D50736 rengi CMYK tonu (0,97,75,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.71%
  • sarı tonu 74.65%
  • ana renk tonu 16.47%
CMYK:
(0,97,75,16)
C0M97Y75K16 
(0%,97%,75%,16%)
(0.00/0.97/0.75/0.16)	

CMYK yüzdeleri

%0
%96.71
%74.65
%16.47

Codes

Color #D50736 in popluar color models

D50736
RGB213754
HSL346°93.64%43.14%
HSB/HSV346°96.71%83.53%
CMYK0.00%96.71%74.65%
16.47%

Color #D50736 in popluar number systems.

HEXD50736
Decimal213754
Binary11010101111110110
Octal325766

Shades and tints

Shades of #D50736

#D50736
(213,7,54)
#C20732
(194,7,50)
#AF072E
(175,7,46)
#9C072A
(156,7,42)
#890726
(137,7,38)
#760722
(118,7,34)
#63071E
(99,7,30)
#50071A
(80,7,26)
#3D0716
(61,7,22)
#2A0712
(42,7,18)
#17070E
(23,7,14)
#000000
(0,0,0)

Tints of #D50736

#D50736
(213,7,54)
#D81D48
(216,29,72)
#DB335A
(219,51,90)
#DE496C
(222,73,108)
#E15F7E
(225,95,126)
#E47590
(228,117,144)
#E78BA2
(231,139,162)
#EAA1B4
(234,161,180)
#EDB7C6
(237,183,198)
#F0CDD8
(240,205,216)
#F3E3EA
(243,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D50736 color. Also use rgb(213,7,54) instead hex code.

Text Font Color

.myTextColor { color: #D50736; }

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

This text font color is #D50736.


Background Color

.myBgColor { background-color: #D50736; }

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

This div background color is #D50736.


Border color

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

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

This div border color is #D50736.


Opacity

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

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

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

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

This text has shadow with #D50736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D50736 on black background.


Color preview on white background

This text has color #D50736 on white background.



Black color preview on #D50736 background

This text has black color on #D50736 background.


White color preview on #D50736 background

This text has white color on #D50736 background.