COLOR #D1513B

HEX: #D1513B
RGB: (209,81,59)

Color info

#D1513B contains mainly red color. Web safe color of #D1513B is #CC6633 (or #C63).

RGB color model

#D1513B color RGB value is (209,81,59).

  • red value is 209;
  • green value is 81;
  • blue value is 59.
RGB:
(209,81,59)
(82%,32%,23%)

RGB channels and saturation

R 209 of 255 = 82%
G 81 of 255 = 32%
B 59 of 255 = 23%

209
81
59

R + G + B ~ 46%. #D1513B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 81 + 59 = 349 (100%)
R 209 of 349 ~ 59.89%
G 81 of 349 ~ 23.21%
B 59 of 349 ~ 16.91%

%59.89
%23.21
%16.91

CMYK color model

#D1513B color CMYK value is (0,61,72,18).

  • cyan value is 0.00%
  • magenta value is 61.24%
  • yellow value is 71.77%
  • key color value is 18.04%
CMYK:
(0,61,72,18)
C0M61Y72K18 
(0%,61%,72%,18%)
(0.00/0.61/0.72/0.18)	

CMYK percentages

%0
%61.24
%71.77
%18.04

Codes

Color #D1513B in popluar color models

D1513B
RGB2098159
HSL61.98%52.55%
HSB/HSV71.77%81.96%
CMYK0.00%61.24%71.77%
18.04%

Color #D1513B in popluar number systems.

HEXD1513B
Decimal2098159
Binary110100011010001111011
Octal32112173

Shades and tints

Shades of #D1513B

#D1513B
(209,81,59)
#BE4A36
(190,74,54)
#AB4331
(171,67,49)
#983C2C
(152,60,44)
#853527
(133,53,39)
#722E22
(114,46,34)
#5F271D
(95,39,29)
#4C2018
(76,32,24)
#391913
(57,25,19)
#26120E
(38,18,14)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #D1513B

#D1513B
(209,81,59)
#D5604C
(213,96,76)
#D96F5D
(217,111,93)
#DD7E6E
(221,126,110)
#E18D7F
(225,141,127)
#E59C90
(229,156,144)
#E9ABA1
(233,171,161)
#EDBAB2
(237,186,178)
#F1C9C3
(241,201,195)
#F5D8D4
(245,216,212)
#F9E7E5
(249,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1513B color. Also use rgb(209,81,59) instead hex code.

Text Font Color

.myTextColor { color: #D1513B; }

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

This text font color is #D1513B.


Background Color

.myBgColor { background-color: #D1513B; }

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

This div background color is #D1513B.


Border color

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

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

This div border color is #D1513B.


Opacity

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

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

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

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

This text has shadow with #D1513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1513B on black background.


Color preview on white background

This text has color #D1513B on white background.



Black color preview on #D1513B background

This text has black color on #D1513B background.


White color preview on #D1513B background

This text has white color on #D1513B background.