COLOR #D50E15

HEX: #D50E15
RGB: (213,14,21)

Renk bilgisi

#D50E15 contains mainly red color. #D50E15 ‘ nin web güvenlik rengi #CC0000 (ya da #C00) dir.

RGB renk modeli

#D50E15 color RGB value is (213,14,21).

  • kırmız ton 213;
  • yeşil ton 14;
  • mavi ton 21.
RGB:
(213,14,21)
(84%,5%,8%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 14 of 255 = 5%
B 21 of 255 = 8%

213
14
21

R + G + B ~ 32%. #D50E15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 14 + 21 = 248 (100%)
R 213 of 248 ~ 85.89%
G 14 of 248 ~ 5.65%
B 21 of 248 ~ 8.47%

%85.89

CMYK RENK MODELİ

#D50E15 rengi CMYK tonu (0,93,90,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.43%
  • sarı tonu 90.14%
  • ana renk tonu 16.47%
CMYK:
(0,93,90,16)
C0M93Y90K16 
(0%,93%,90%,16%)
(0.00/0.93/0.90/0.16)	

CMYK yüzdeleri

%0
%93.43
%90.14
%16.47

Codes

Color #D50E15 in popluar color models

D50E15
RGB2131421
HSL358°87.67%44.51%
HSB/HSV358°93.43%83.53%
CMYK0.00%93.43%90.14%
16.47%

Color #D50E15 in popluar number systems.

HEXD50E15
Decimal2131421
Binary11010101111010101
Octal3251625

Shades and tints

Shades of #D50E15

#D50E15
(213,14,21)
#C20D14
(194,13,20)
#AF0C13
(175,12,19)
#9C0B12
(156,11,18)
#890A11
(137,10,17)
#760910
(118,9,16)
#63080F
(99,8,15)
#50070E
(80,7,14)
#3D060D
(61,6,13)
#2A050C
(42,5,12)
#17040B
(23,4,11)
#000000
(0,0,0)

Tints of #D50E15

#D50E15
(213,14,21)
#D8232A
(216,35,42)
#DB383F
(219,56,63)
#DE4D54
(222,77,84)
#E16269
(225,98,105)
#E4777E
(228,119,126)
#E78C93
(231,140,147)
#EAA1A8
(234,161,168)
#EDB6BD
(237,182,189)
#F0CBD2
(240,203,210)
#F3E0E7
(243,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D50E15 color. Also use rgb(213,14,21) instead hex code.

Text Font Color

.myTextColor { color: #D50E15; }

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

This text font color is #D50E15.


Background Color

.myBgColor { background-color: #D50E15; }

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

This div background color is #D50E15.


Border color

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

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

This div border color is #D50E15.


Opacity

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

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

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

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

This text has shadow with #D50E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D50E15 on black background.


Color preview on white background

This text has color #D50E15 on white background.



Black color preview on #D50E15 background

This text has black color on #D50E15 background.


White color preview on #D50E15 background

This text has white color on #D50E15 background.