COLOR #D43325

HEX: #D43325
RGB: (212,51,37)

Color info

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

RGB color model

#D43325 color RGB value is (212,51,37).

  • red value is 212;
  • green value is 51;
  • blue value is 37.
RGB:
(212,51,37)
(83%,20%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 51 of 255 = 20%
B 37 of 255 = 15%

212
51
37

R + G + B ~ 39%. #D43325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 51 + 37 = 300 (100%)
R 212 of 300 ~ 70.67%
G 51 of 300 ~ 17%
B 37 of 300 ~ 12.33%

%70.67
%17
%12.33

CMYK color model

#D43325 color CMYK value is (0,76,83,17).

  • cyan value is 0.00%
  • magenta value is 75.94%
  • yellow value is 82.55%
  • key color value is 16.86%
CMYK:
(0,76,83,17)
C0M76Y83K17 
(0%,76%,83%,17%)
(0.00/0.76/0.83/0.17)	

CMYK percentages

%0
%75.94
%82.55
%16.86

Codes

Color #D43325 in popluar color models

D43325
RGB2125137
HSL70.28%48.82%
HSB/HSV82.55%83.14%
CMYK0.00%75.94%82.55%
16.86%

Color #D43325 in popluar number systems.

HEXD43325
Decimal2125137
Binary11010100110011100101
Octal3246345

Shades and tints

Shades of #D43325

#D43325
(212,51,37)
#C12F22
(193,47,34)
#AE2B1F
(174,43,31)
#9B271C
(155,39,28)
#882319
(136,35,25)
#751F16
(117,31,22)
#621B13
(98,27,19)
#4F1710
(79,23,16)
#3C130D
(60,19,13)
#290F0A
(41,15,10)
#160B07
(22,11,7)
#000000
(0,0,0)

Tints of #D43325

#D43325
(212,51,37)
#D74538
(215,69,56)
#DA574B
(218,87,75)
#DD695E
(221,105,94)
#E07B71
(224,123,113)
#E38D84
(227,141,132)
#E69F97
(230,159,151)
#E9B1AA
(233,177,170)
#ECC3BD
(236,195,189)
#EFD5D0
(239,213,208)
#F2E7E3
(242,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D43325 color. Also use rgb(212,51,37) instead hex code.

Text Font Color

.myTextColor { color: #D43325; }

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

This text font color is #D43325.


Background Color

.myBgColor { background-color: #D43325; }

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

This div background color is #D43325.


Border color

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

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

This div border color is #D43325.


Opacity

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

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

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

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

This text has shadow with #D43325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D43325 on black background.


Color preview on white background

This text has color #D43325 on white background.



Black color preview on #D43325 background

This text has black color on #D43325 background.


White color preview on #D43325 background

This text has white color on #D43325 background.