COLOR #D71E19

HEX: #D71E19
RGB: (215,30,25)

Renk bilgisi

#D71E19 contains mainly red color. #D71E19 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D71E19 color RGB value is (215,30,25).

  • kırmız ton 215;
  • yeşil ton 30;
  • mavi ton 25.
RGB:
(215,30,25)
(84%,12%,10%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 30 of 255 = 12%
B 25 of 255 = 10%

215
30
25

R + G + B ~ 35%. #D71E19 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 30 + 25 = 270 (100%)
R 215 of 270 ~ 79.63%
G 30 of 270 ~ 11.11%
B 25 of 270 ~ 9.26%

%79.63
%11.11

CMYK RENK MODELİ

#D71E19 rengi CMYK tonu (0,86,88,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.05%
  • sarı tonu 88.37%
  • ana renk tonu 15.69%
CMYK:
(0,86,88,16)
C0M86Y88K16 
(0%,86%,88%,16%)
(0.00/0.86/0.88/0.16)	

CMYK yüzdeleri

%0
%86.05
%88.37
%15.69

Codes

Color #D71E19 in popluar color models

D71E19
RGB2153025
HSL79.17%47.06%
HSB/HSV88.37%84.31%
CMYK0.00%86.05%88.37%
15.69%

Color #D71E19 in popluar number systems.

HEXD71E19
Decimal2153025
Binary110101111111011001
Octal3273631

Shades and tints

Shades of #D71E19

#D71E19
(215,30,25)
#C41C17
(196,28,23)
#B11A15
(177,26,21)
#9E1813
(158,24,19)
#8B1611
(139,22,17)
#78140F
(120,20,15)
#65120D
(101,18,13)
#52100B
(82,16,11)
#3F0E09
(63,14,9)
#2C0C07
(44,12,7)
#190A05
(25,10,5)
#000000
(0,0,0)

Tints of #D71E19

#D71E19
(215,30,25)
#DA322D
(218,50,45)
#DD4641
(221,70,65)
#E05A55
(224,90,85)
#E36E69
(227,110,105)
#E6827D
(230,130,125)
#E99691
(233,150,145)
#ECAAA5
(236,170,165)
#EFBEB9
(239,190,185)
#F2D2CD
(242,210,205)
#F5E6E1
(245,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71E19 color. Also use rgb(215,30,25) instead hex code.

Text Font Color

.myTextColor { color: #D71E19; }

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

This text font color is #D71E19.


Background Color

.myBgColor { background-color: #D71E19; }

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

This div background color is #D71E19.


Border color

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

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

This div border color is #D71E19.


Opacity

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

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

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

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

This text has shadow with #D71E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71E19 on black background.


Color preview on white background

This text has color #D71E19 on white background.



Black color preview on #D71E19 background

This text has black color on #D71E19 background.


White color preview on #D71E19 background

This text has white color on #D71E19 background.