COLOR #D80615

HEX: #D80615
RGB: (216,6,21)

Renk bilgisi

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

RGB renk modeli

#D80615 color RGB value is (216,6,21).

  • kırmız ton 216;
  • yeşil ton 6;
  • mavi ton 21.
RGB:
(216,6,21)
(85%,2%,8%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 6 of 255 = 2%
B 21 of 255 = 8%

216
6
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 6 + 21 = 243 (100%)
R 216 of 243 ~ 88.89%
G 6 of 243 ~ 2.47%
B 21 of 243 ~ 8.64%

%88.89

CMYK RENK MODELİ

#D80615 rengi CMYK tonu (0,97,90,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.22%
  • sarı tonu 90.28%
  • ana renk tonu 15.29%
CMYK:
(0,97,90,15)
C0M97Y90K15 
(0%,97%,90%,15%)
(0.00/0.97/0.90/0.15)	

CMYK yüzdeleri

%0
%97.22
%90.28
%15.29

Codes

Color #D80615 in popluar color models

D80615
RGB216621
HSL356°94.59%43.53%
HSB/HSV356°97.22%84.71%
CMYK0.00%97.22%90.28%
15.29%

Color #D80615 in popluar number systems.

HEXD80615
Decimal216621
Binary1101100011010101
Octal330625

Shades and tints

Shades of #D80615

#D80615
(216,6,21)
#C50614
(197,6,20)
#B20613
(178,6,19)
#9F0612
(159,6,18)
#8C0611
(140,6,17)
#790610
(121,6,16)
#66060F
(102,6,15)
#53060E
(83,6,14)
#40060D
(64,6,13)
#2D060C
(45,6,12)
#1A060B
(26,6,11)
#000000
(0,0,0)

Tints of #D80615

#D80615
(216,6,21)
#DB1C2A
(219,28,42)
#DE323F
(222,50,63)
#E14854
(225,72,84)
#E45E69
(228,94,105)
#E7747E
(231,116,126)
#EA8A93
(234,138,147)
#EDA0A8
(237,160,168)
#F0B6BD
(240,182,189)
#F3CCD2
(243,204,210)
#F6E2E7
(246,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D80615 color. Also use rgb(216,6,21) instead hex code.

Text Font Color

.myTextColor { color: #D80615; }

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

This text font color is #D80615.


Background Color

.myBgColor { background-color: #D80615; }

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

This div background color is #D80615.


Border color

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

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

This div border color is #D80615.


Opacity

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

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

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

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

This text has shadow with #D80615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D80615 on black background.


Color preview on white background

This text has color #D80615 on white background.



Black color preview on #D80615 background

This text has black color on #D80615 background.


White color preview on #D80615 background

This text has white color on #D80615 background.