COLOR #D2352D

HEX: #D2352D
RGB: (210,53,45)

Color info

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

RGB color model

#D2352D color RGB value is (210,53,45).

  • red value is 210;
  • green value is 53;
  • blue value is 45.
RGB:
(210,53,45)
(82%,21%,18%)

RGB channels and saturation

R 210 of 255 = 82%
G 53 of 255 = 21%
B 45 of 255 = 18%

210
53
45

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

Portions of RGB colors in percentages

R + G + B =
210 + 53 + 45 = 308 (100%)
R 210 of 308 ~ 68.18%
G 53 of 308 ~ 17.21%
B 45 of 308 ~ 14.61%

%68.18
%17.21
%14.61

CMYK color model

#D2352D color CMYK value is (0,75,79,18).

  • cyan value is 0.00%
  • magenta value is 74.76%
  • yellow value is 78.57%
  • key color value is 17.65%
CMYK:
(0,75,79,18)
C0M75Y79K18 
(0%,75%,79%,18%)
(0.00/0.75/0.79/0.18)	

CMYK percentages

%0
%74.76
%78.57
%17.65

Codes

Color #D2352D in popluar color models

D2352D
RGB2105345
HSL64.71%50.00%
HSB/HSV78.57%82.35%
CMYK0.00%74.76%78.57%
17.65%

Color #D2352D in popluar number systems.

HEXD2352D
Decimal2105345
Binary11010010110101101101
Octal3226555

Shades and tints

Shades of #D2352D

#D2352D
(210,53,45)
#BF3129
(191,49,41)
#AC2D25
(172,45,37)
#992921
(153,41,33)
#86251D
(134,37,29)
#732119
(115,33,25)
#601D15
(96,29,21)
#4D1911
(77,25,17)
#3A150D
(58,21,13)
#271109
(39,17,9)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #D2352D

#D2352D
(210,53,45)
#D64740
(214,71,64)
#DA5953
(218,89,83)
#DE6B66
(222,107,102)
#E27D79
(226,125,121)
#E68F8C
(230,143,140)
#EAA19F
(234,161,159)
#EEB3B2
(238,179,178)
#F2C5C5
(242,197,197)
#F6D7D8
(246,215,216)
#FAE9EB
(250,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2352D color. Also use rgb(210,53,45) instead hex code.

Text Font Color

.myTextColor { color: #D2352D; }

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

This text font color is #D2352D.


Background Color

.myBgColor { background-color: #D2352D; }

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

This div background color is #D2352D.


Border color

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

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

This div border color is #D2352D.


Opacity

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

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

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

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

This text has shadow with #D2352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2352D on black background.


Color preview on white background

This text has color #D2352D on white background.



Black color preview on #D2352D background

This text has black color on #D2352D background.


White color preview on #D2352D background

This text has white color on #D2352D background.