COLOR #D4423A

HEX: #D4423A
RGB: (212,66,58)

Color info

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

RGB color model

#D4423A color RGB value is (212,66,58).

  • red value is 212;
  • green value is 66;
  • blue value is 58.
RGB:
(212,66,58)
(83%,26%,23%)

RGB channels and saturation

R 212 of 255 = 83%
G 66 of 255 = 26%
B 58 of 255 = 23%

212
66
58

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

Portions of RGB colors in percentages

R + G + B =
212 + 66 + 58 = 336 (100%)
R 212 of 336 ~ 63.1%
G 66 of 336 ~ 19.64%
B 58 of 336 ~ 17.26%

%63.1
%19.64
%17.26

CMYK color model

#D4423A color CMYK value is (0,69,73,17).

  • cyan value is 0.00%
  • magenta value is 68.87%
  • yellow value is 72.64%
  • key color value is 16.86%
CMYK:
(0,69,73,17)
C0M69Y73K17 
(0%,69%,73%,17%)
(0.00/0.69/0.73/0.17)	

CMYK percentages

%0
%68.87
%72.64
%16.86

Codes

Color #D4423A in popluar color models

D4423A
RGB2126658
HSL64.17%52.94%
HSB/HSV72.64%83.14%
CMYK0.00%68.87%72.64%
16.86%

Color #D4423A in popluar number systems.

HEXD4423A
Decimal2126658
Binary110101001000010111010
Octal32410272

Shades and tints

Shades of #D4423A

#D4423A
(212,66,58)
#C13C35
(193,60,53)
#AE3630
(174,54,48)
#9B302B
(155,48,43)
#882A26
(136,42,38)
#752421
(117,36,33)
#621E1C
(98,30,28)
#4F1817
(79,24,23)
#3C1212
(60,18,18)
#290C0D
(41,12,13)
#160608
(22,6,8)
#000000
(0,0,0)

Tints of #D4423A

#D4423A
(212,66,58)
#D7534B
(215,83,75)
#DA645C
(218,100,92)
#DD756D
(221,117,109)
#E0867E
(224,134,126)
#E3978F
(227,151,143)
#E6A8A0
(230,168,160)
#E9B9B1
(233,185,177)
#ECCAC2
(236,202,194)
#EFDBD3
(239,219,211)
#F2ECE4
(242,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4423A color. Also use rgb(212,66,58) instead hex code.

Text Font Color

.myTextColor { color: #D4423A; }

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

This text font color is #D4423A.


Background Color

.myBgColor { background-color: #D4423A; }

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

This div background color is #D4423A.


Border color

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

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

This div border color is #D4423A.


Opacity

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

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

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

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

This text has shadow with #D4423A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4423A on black background.


Color preview on white background

This text has color #D4423A on white background.



Black color preview on #D4423A background

This text has black color on #D4423A background.


White color preview on #D4423A background

This text has white color on #D4423A background.