COLOR #D51E17

HEX: #D51E17
RGB: (213,30,23)

Color info

#D51E17 contains mainly red color. Web safe color of #D51E17 is #CC3300 (or #C30).

RGB color model

#D51E17 color RGB value is (213,30,23).

  • red value is 213;
  • green value is 30;
  • blue value is 23.
RGB:
(213,30,23)
(84%,12%,9%)

RGB channels and saturation

R 213 of 255 = 84%
G 30 of 255 = 12%
B 23 of 255 = 9%

213
30
23

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

Portions of RGB colors in percentages

R + G + B =
213 + 30 + 23 = 266 (100%)
R 213 of 266 ~ 80.08%
G 30 of 266 ~ 11.28%
B 23 of 266 ~ 8.65%

%80.08
%11.28

CMYK color model

#D51E17 color CMYK value is (0,86,89,16).

  • cyan value is 0.00%
  • magenta value is 85.92%
  • yellow value is 89.20%
  • key color value is 16.47%
CMYK:
(0,86,89,16)
C0M86Y89K16 
(0%,86%,89%,16%)
(0.00/0.86/0.89/0.16)	

CMYK percentages

%0
%85.92
%89.2
%16.47

Codes

Color #D51E17 in popluar color models

D51E17
RGB2133023
HSL80.51%46.27%
HSB/HSV89.20%83.53%
CMYK0.00%85.92%89.20%
16.47%

Color #D51E17 in popluar number systems.

HEXD51E17
Decimal2133023
Binary110101011111010111
Octal3253627

Shades and tints

Shades of #D51E17

#D51E17
(213,30,23)
#C21C15
(194,28,21)
#AF1A13
(175,26,19)
#9C1811
(156,24,17)
#89160F
(137,22,15)
#76140D
(118,20,13)
#63120B
(99,18,11)
#501009
(80,16,9)
#3D0E07
(61,14,7)
#2A0C05
(42,12,5)
#170A03
(23,10,3)
#000000
(0,0,0)

Tints of #D51E17

#D51E17
(213,30,23)
#D8322C
(216,50,44)
#DB4641
(219,70,65)
#DE5A56
(222,90,86)
#E16E6B
(225,110,107)
#E48280
(228,130,128)
#E79695
(231,150,149)
#EAAAAA
(234,170,170)
#EDBEBF
(237,190,191)
#F0D2D4
(240,210,212)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D51E17 color. Also use rgb(213,30,23) instead hex code.

Text Font Color

.myTextColor { color: #D51E17; }

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

This text font color is #D51E17.


Background Color

.myBgColor { background-color: #D51E17; }

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

This div background color is #D51E17.


Border color

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

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

This div border color is #D51E17.


Opacity

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

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

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

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

This text has shadow with #D51E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D51E17 on black background.


Color preview on white background

This text has color #D51E17 on white background.



Black color preview on #D51E17 background

This text has black color on #D51E17 background.


White color preview on #D51E17 background

This text has white color on #D51E17 background.