COLOR #D43631

HEX: #D43631
RGB: (212,54,49)

Color info

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

RGB color model

#D43631 color RGB value is (212,54,49).

  • red value is 212;
  • green value is 54;
  • blue value is 49.
RGB:
(212,54,49)
(83%,21%,19%)

RGB channels and saturation

R 212 of 255 = 83%
G 54 of 255 = 21%
B 49 of 255 = 19%

212
54
49

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

Portions of RGB colors in percentages

R + G + B =
212 + 54 + 49 = 315 (100%)
R 212 of 315 ~ 67.3%
G 54 of 315 ~ 17.14%
B 49 of 315 ~ 15.56%

%67.3
%17.14
%15.56

CMYK color model

#D43631 color CMYK value is (0,75,77,17).

  • cyan value is 0.00%
  • magenta value is 74.53%
  • yellow value is 76.89%
  • key color value is 16.86%
CMYK:
(0,75,77,17)
C0M75Y77K17 
(0%,75%,77%,17%)
(0.00/0.75/0.77/0.17)	

CMYK percentages

%0
%74.53
%76.89
%16.86

Codes

Color #D43631 in popluar color models

D43631
RGB2125449
HSL65.46%51.18%
HSB/HSV76.89%83.14%
CMYK0.00%74.53%76.89%
16.86%

Color #D43631 in popluar number systems.

HEXD43631
Decimal2125449
Binary11010100110110110001
Octal3246661

Shades and tints

Shades of #D43631

#D43631
(212,54,49)
#C1322D
(193,50,45)
#AE2E29
(174,46,41)
#9B2A25
(155,42,37)
#882621
(136,38,33)
#75221D
(117,34,29)
#621E19
(98,30,25)
#4F1A15
(79,26,21)
#3C1611
(60,22,17)
#29120D
(41,18,13)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #D43631

#D43631
(212,54,49)
#D74843
(215,72,67)
#DA5A55
(218,90,85)
#DD6C67
(221,108,103)
#E07E79
(224,126,121)
#E3908B
(227,144,139)
#E6A29D
(230,162,157)
#E9B4AF
(233,180,175)
#ECC6C1
(236,198,193)
#EFD8D3
(239,216,211)
#F2EAE5
(242,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D43631 color. Also use rgb(212,54,49) instead hex code.

Text Font Color

.myTextColor { color: #D43631; }

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

This text font color is #D43631.


Background Color

.myBgColor { background-color: #D43631; }

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

This div background color is #D43631.


Border color

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

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

This div border color is #D43631.


Opacity

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

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

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

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

This text has shadow with #D43631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D43631 on black background.


Color preview on white background

This text has color #D43631 on white background.



Black color preview on #D43631 background

This text has black color on #D43631 background.


White color preview on #D43631 background

This text has white color on #D43631 background.