COLOR #D51115

HEX: #D51115
RGB: (213,17,21)

Renk bilgisi

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

RGB renk modeli

#D51115 color RGB value is (213,17,21).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 17 of 255 = 7%
B 21 of 255 = 8%

213
17
21

R + G + B ~ 33%. #D51115 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 17 + 21 = 251 (100%)
R 213 of 251 ~ 84.86%
G 17 of 251 ~ 6.77%
B 21 of 251 ~ 8.37%

%84.86

CMYK RENK MODELİ

#D51115 rengi CMYK tonu (0,92,90,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 92.02%
  • sarı tonu 90.14%
  • ana renk tonu 16.47%
CMYK:
(0,92,90,16)
C0M92Y90K16 
(0%,92%,90%,16%)
(0.00/0.92/0.90/0.16)	

CMYK yüzdeleri

%0
%92.02
%90.14
%16.47

Codes

Color #D51115 in popluar color models

D51115
RGB2131721
HSL359°85.22%45.10%
HSB/HSV359°92.02%83.53%
CMYK0.00%92.02%90.14%
16.47%

Color #D51115 in popluar number systems.

HEXD51115
Decimal2131721
Binary110101011000110101
Octal3252125

Shades and tints

Shades of #D51115

#D51115
(213,17,21)
#C21014
(194,16,20)
#AF0F13
(175,15,19)
#9C0E12
(156,14,18)
#890D11
(137,13,17)
#760C10
(118,12,16)
#630B0F
(99,11,15)
#500A0E
(80,10,14)
#3D090D
(61,9,13)
#2A080C
(42,8,12)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #D51115

#D51115
(213,17,21)
#D8262A
(216,38,42)
#DB3B3F
(219,59,63)
#DE5054
(222,80,84)
#E16569
(225,101,105)
#E47A7E
(228,122,126)
#E78F93
(231,143,147)
#EAA4A8
(234,164,168)
#EDB9BD
(237,185,189)
#F0CED2
(240,206,210)
#F3E3E7
(243,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D51115; }

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

This text font color is #D51115.


Background Color

.myBgColor { background-color: #D51115; }

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

This div background color is #D51115.


Border color

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

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

This div border color is #D51115.


Opacity

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

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

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

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

This text has shadow with #D51115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D51115 on black background.


Color preview on white background

This text has color #D51115 on white background.



Black color preview on #D51115 background

This text has black color on #D51115 background.


White color preview on #D51115 background

This text has white color on #D51115 background.