COLOR #D1535A

HEX: #D1535A
RGB: (209,83,90)

Color info

#D1535A contains mainly red color. Web safe color of #D1535A is #CC6666 (or #C66).

RGB color model

#D1535A color RGB value is (209,83,90).

  • red value is 209;
  • green value is 83;
  • blue value is 90.
RGB:
(209,83,90)
(82%,33%,35%)

RGB channels and saturation

R 209 of 255 = 82%
G 83 of 255 = 33%
B 90 of 255 = 35%

209
83
90

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

Portions of RGB colors in percentages

R + G + B =
209 + 83 + 90 = 382 (100%)
R 209 of 382 ~ 54.71%
G 83 of 382 ~ 21.73%
B 90 of 382 ~ 23.56%

%54.71
%21.73
%23.56

CMYK color model

#D1535A color CMYK value is (0,60,57,18).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 56.94%
  • key color value is 18.04%
CMYK:
(0,60,57,18)
C0M60Y57K18 
(0%,60%,57%,18%)
(0.00/0.60/0.57/0.18)	

CMYK percentages

%0
%60.29
%56.94
%18.04

Codes

Color #D1535A in popluar color models

D1535A
RGB2098390
HSL357°57.80%57.25%
HSB/HSV357°60.29%81.96%
CMYK0.00%60.29%56.94%
18.04%

Color #D1535A in popluar number systems.

HEXD1535A
Decimal2098390
Binary1101000110100111011010
Octal321123132

Shades and tints

Shades of #D1535A

#D1535A
(209,83,90)
#BE4C52
(190,76,82)
#AB454A
(171,69,74)
#983E42
(152,62,66)
#85373A
(133,55,58)
#723032
(114,48,50)
#5F292A
(95,41,42)
#4C2222
(76,34,34)
#391B1A
(57,27,26)
#261412
(38,20,18)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #D1535A

#D1535A
(209,83,90)
#D56269
(213,98,105)
#D97178
(217,113,120)
#DD8087
(221,128,135)
#E18F96
(225,143,150)
#E59EA5
(229,158,165)
#E9ADB4
(233,173,180)
#EDBCC3
(237,188,195)
#F1CBD2
(241,203,210)
#F5DAE1
(245,218,225)
#F9E9F0
(249,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1535A color. Also use rgb(209,83,90) instead hex code.

Text Font Color

.myTextColor { color: #D1535A; }

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

This text font color is #D1535A.


Background Color

.myBgColor { background-color: #D1535A; }

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

This div background color is #D1535A.


Border color

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

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

This div border color is #D1535A.


Opacity

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

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

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

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

This text has shadow with #D1535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1535A on black background.


Color preview on white background

This text has color #D1535A on white background.



Black color preview on #D1535A background

This text has black color on #D1535A background.


White color preview on #D1535A background

This text has white color on #D1535A background.