COLOR #D43B28

HEX: #D43B28
RGB: (212,59,40)

Color info

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

RGB color model

#D43B28 color RGB value is (212,59,40).

  • red value is 212;
  • green value is 59;
  • blue value is 40.
RGB:
(212,59,40)
(83%,23%,16%)

RGB channels and saturation

R 212 of 255 = 83%
G 59 of 255 = 23%
B 40 of 255 = 16%

212
59
40

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

Portions of RGB colors in percentages

R + G + B =
212 + 59 + 40 = 311 (100%)
R 212 of 311 ~ 68.17%
G 59 of 311 ~ 18.97%
B 40 of 311 ~ 12.86%

%68.17
%18.97
%12.86

CMYK color model

#D43B28 color CMYK value is (0,72,81,17).

  • cyan value is 0.00%
  • magenta value is 72.17%
  • yellow value is 81.13%
  • key color value is 16.86%
CMYK:
(0,72,81,17)
C0M72Y81K17 
(0%,72%,81%,17%)
(0.00/0.72/0.81/0.17)	

CMYK percentages

%0
%72.17
%81.13
%16.86

Codes

Color #D43B28 in popluar color models

D43B28
RGB2125940
HSL68.25%49.41%
HSB/HSV81.13%83.14%
CMYK0.00%72.17%81.13%
16.86%

Color #D43B28 in popluar number systems.

HEXD43B28
Decimal2125940
Binary11010100111011101000
Octal3247350

Shades and tints

Shades of #D43B28

#D43B28
(212,59,40)
#C13625
(193,54,37)
#AE3122
(174,49,34)
#9B2C1F
(155,44,31)
#88271C
(136,39,28)
#752219
(117,34,25)
#621D16
(98,29,22)
#4F1813
(79,24,19)
#3C1310
(60,19,16)
#290E0D
(41,14,13)
#16090A
(22,9,10)
#000000
(0,0,0)

Tints of #D43B28

#D43B28
(212,59,40)
#D74C3B
(215,76,59)
#DA5D4E
(218,93,78)
#DD6E61
(221,110,97)
#E07F74
(224,127,116)
#E39087
(227,144,135)
#E6A19A
(230,161,154)
#E9B2AD
(233,178,173)
#ECC3C0
(236,195,192)
#EFD4D3
(239,212,211)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D43B28 color. Also use rgb(212,59,40) instead hex code.

Text Font Color

.myTextColor { color: #D43B28; }

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

This text font color is #D43B28.


Background Color

.myBgColor { background-color: #D43B28; }

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

This div background color is #D43B28.


Border color

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

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

This div border color is #D43B28.


Opacity

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

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

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

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

This text has shadow with #D43B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D43B28 on black background.


Color preview on white background

This text has color #D43B28 on white background.



Black color preview on #D43B28 background

This text has black color on #D43B28 background.


White color preview on #D43B28 background

This text has white color on #D43B28 background.