COLOR #D2383C

HEX: #D2383C
RGB: (210,56,60)

Color info

#D2383C contains mainly red color. Web safe color of #D2383C is #CC3333 (or #C33).

RGB color model

#D2383C color RGB value is (210,56,60).

  • red value is 210;
  • green value is 56;
  • blue value is 60.
RGB:
(210,56,60)
(82%,22%,24%)

RGB channels and saturation

R 210 of 255 = 82%
G 56 of 255 = 22%
B 60 of 255 = 24%

210
56
60

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

Portions of RGB colors in percentages

R + G + B =
210 + 56 + 60 = 326 (100%)
R 210 of 326 ~ 64.42%
G 56 of 326 ~ 17.18%
B 60 of 326 ~ 18.4%

%64.42
%17.18
%18.4

CMYK color model

#D2383C color CMYK value is (0,73,71,18).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 71.43%
  • key color value is 17.65%
CMYK:
(0,73,71,18)
C0M73Y71K18 
(0%,73%,71%,18%)
(0.00/0.73/0.71/0.18)	

CMYK percentages

%0
%73.33
%71.43
%17.65

Codes

Color #D2383C in popluar color models

D2383C
RGB2105660
HSL358°63.11%52.16%
HSB/HSV358°73.33%82.35%
CMYK0.00%73.33%71.43%
17.65%

Color #D2383C in popluar number systems.

HEXD2383C
Decimal2105660
Binary11010010111000111100
Octal3227074

Shades and tints

Shades of #D2383C

#D2383C
(210,56,60)
#BF3337
(191,51,55)
#AC2E32
(172,46,50)
#99292D
(153,41,45)
#862428
(134,36,40)
#731F23
(115,31,35)
#601A1E
(96,26,30)
#4D1519
(77,21,25)
#3A1014
(58,16,20)
#270B0F
(39,11,15)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #D2383C

#D2383C
(210,56,60)
#D64A4D
(214,74,77)
#DA5C5E
(218,92,94)
#DE6E6F
(222,110,111)
#E28080
(226,128,128)
#E69291
(230,146,145)
#EAA4A2
(234,164,162)
#EEB6B3
(238,182,179)
#F2C8C4
(242,200,196)
#F6DAD5
(246,218,213)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2383C color. Also use rgb(210,56,60) instead hex code.

Text Font Color

.myTextColor { color: #D2383C; }

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

This text font color is #D2383C.


Background Color

.myBgColor { background-color: #D2383C; }

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

This div background color is #D2383C.


Border color

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

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

This div border color is #D2383C.


Opacity

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

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

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

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

This text has shadow with #D2383C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2383C on black background.


Color preview on white background

This text has color #D2383C on white background.



Black color preview on #D2383C background

This text has black color on #D2383C background.


White color preview on #D2383C background

This text has white color on #D2383C background.