COLOR #D71F1D

HEX: #D71F1D
RGB: (215,31,29)

Renk bilgisi

#D71F1D contains mainly red color. #D71F1D ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#D71F1D color RGB value is (215,31,29).

  • kırmız ton 215;
  • yeşil ton 31;
  • mavi ton 29.
RGB:
(215,31,29)
(84%,12%,11%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 31 of 255 = 12%
B 29 of 255 = 11%

215
31
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 31 + 29 = 275 (100%)
R 215 of 275 ~ 78.18%
G 31 of 275 ~ 11.27%
B 29 of 275 ~ 10.55%

%78.18
%11.27
%10.55

CMYK RENK MODELİ

#D71F1D rengi CMYK tonu (0,86,87,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.58%
  • sarı tonu 86.51%
  • ana renk tonu 15.69%
CMYK:
(0,86,87,16)
C0M86Y87K16 
(0%,86%,87%,16%)
(0.00/0.86/0.87/0.16)	

CMYK yüzdeleri

%0
%85.58
%86.51
%15.69

Codes

Color #D71F1D in popluar color models

D71F1D
RGB2153129
HSL76.23%47.84%
HSB/HSV86.51%84.31%
CMYK0.00%85.58%86.51%
15.69%

Color #D71F1D in popluar number systems.

HEXD71F1D
Decimal2153129
Binary110101111111111101
Octal3273735

Shades and tints

Shades of #D71F1D

#D71F1D
(215,31,29)
#C41D1B
(196,29,27)
#B11B19
(177,27,25)
#9E1917
(158,25,23)
#8B1715
(139,23,21)
#781513
(120,21,19)
#651311
(101,19,17)
#52110F
(82,17,15)
#3F0F0D
(63,15,13)
#2C0D0B
(44,13,11)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #D71F1D

#D71F1D
(215,31,29)
#DA3331
(218,51,49)
#DD4745
(221,71,69)
#E05B59
(224,91,89)
#E36F6D
(227,111,109)
#E68381
(230,131,129)
#E99795
(233,151,149)
#ECABA9
(236,171,169)
#EFBFBD
(239,191,189)
#F2D3D1
(242,211,209)
#F5E7E5
(245,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71F1D color. Also use rgb(215,31,29) instead hex code.

Text Font Color

.myTextColor { color: #D71F1D; }

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

This text font color is #D71F1D.


Background Color

.myBgColor { background-color: #D71F1D; }

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

This div background color is #D71F1D.


Border color

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

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

This div border color is #D71F1D.


Opacity

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

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

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

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

This text has shadow with #D71F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71F1D on black background.


Color preview on white background

This text has color #D71F1D on white background.



Black color preview on #D71F1D background

This text has black color on #D71F1D background.


White color preview on #D71F1D background

This text has white color on #D71F1D background.