COLOR #D71724

HEX: #D71724
RGB: (215,23,36)

Color info

#D71724 contains mainly red color. Web safe color of #D71724 is #CC0033 (or #C03).

RGB color model

#D71724 color RGB value is (215,23,36).

  • red value is 215;
  • green value is 23;
  • blue value is 36.
RGB:
(215,23,36)
(84%,9%,14%)

RGB channels and saturation

R 215 of 255 = 84%
G 23 of 255 = 9%
B 36 of 255 = 14%

215
23
36

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

Portions of RGB colors in percentages

R + G + B =
215 + 23 + 36 = 274 (100%)
R 215 of 274 ~ 78.47%
G 23 of 274 ~ 8.39%
B 36 of 274 ~ 13.14%

%78.47
%13.14

CMYK color model

#D71724 color CMYK value is (0,89,83,16).

  • cyan value is 0.00%
  • magenta value is 89.30%
  • yellow value is 83.26%
  • key color value is 15.69%
CMYK:
(0,89,83,16)
C0M89Y83K16 
(0%,89%,83%,16%)
(0.00/0.89/0.83/0.16)	

CMYK percentages

%0
%89.3
%83.26
%15.69

Codes

Color #D71724 in popluar color models

D71724
RGB2152336
HSL356°80.67%46.67%
HSB/HSV356°89.30%84.31%
CMYK0.00%89.30%83.26%
15.69%

Color #D71724 in popluar number systems.

HEXD71724
Decimal2152336
Binary1101011110111100100
Octal3272744

Shades and tints

Shades of #D71724

#D71724
(215,23,36)
#C41521
(196,21,33)
#B1131E
(177,19,30)
#9E111B
(158,17,27)
#8B0F18
(139,15,24)
#780D15
(120,13,21)
#650B12
(101,11,18)
#52090F
(82,9,15)
#3F070C
(63,7,12)
#2C0509
(44,5,9)
#190306
(25,3,6)
#000000
(0,0,0)

Tints of #D71724

#D71724
(215,23,36)
#DA2C37
(218,44,55)
#DD414A
(221,65,74)
#E0565D
(224,86,93)
#E36B70
(227,107,112)
#E68083
(230,128,131)
#E99596
(233,149,150)
#ECAAA9
(236,170,169)
#EFBFBC
(239,191,188)
#F2D4CF
(242,212,207)
#F5E9E2
(245,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71724 color. Also use rgb(215,23,36) instead hex code.

Text Font Color

.myTextColor { color: #D71724; }

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

This text font color is #D71724.


Background Color

.myBgColor { background-color: #D71724; }

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

This div background color is #D71724.


Border color

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

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

This div border color is #D71724.


Opacity

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

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

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

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

This text has shadow with #D71724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71724 on black background.


Color preview on white background

This text has color #D71724 on white background.



Black color preview on #D71724 background

This text has black color on #D71724 background.


White color preview on #D71724 background

This text has white color on #D71724 background.