COLOR #D4333E

HEX: #D4333E
RGB: (212,51,62)

Color info

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

RGB color model

#D4333E color RGB value is (212,51,62).

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

RGB channels and saturation

R 212 of 255 = 83%
G 51 of 255 = 20%
B 62 of 255 = 24%

212
51
62

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

Portions of RGB colors in percentages

R + G + B =
212 + 51 + 62 = 325 (100%)
R 212 of 325 ~ 65.23%
G 51 of 325 ~ 15.69%
B 62 of 325 ~ 19.08%

%65.23
%15.69
%19.08

CMYK color model

#D4333E color CMYK value is (0,76,71,17).

  • cyan value is 0.00%
  • magenta value is 75.94%
  • yellow value is 70.75%
  • key color value is 16.86%
CMYK:
(0,76,71,17)
C0M76Y71K17 
(0%,76%,71%,17%)
(0.00/0.76/0.71/0.17)	

CMYK percentages

%0
%75.94
%70.75
%16.86

Codes

Color #D4333E in popluar color models

D4333E
RGB2125162
HSL356°65.18%51.57%
HSB/HSV356°75.94%83.14%
CMYK0.00%75.94%70.75%
16.86%

Color #D4333E in popluar number systems.

HEXD4333E
Decimal2125162
Binary11010100110011111110
Octal3246376

Shades and tints

Shades of #D4333E

#D4333E
(212,51,62)
#C12F39
(193,47,57)
#AE2B34
(174,43,52)
#9B272F
(155,39,47)
#88232A
(136,35,42)
#751F25
(117,31,37)
#621B20
(98,27,32)
#4F171B
(79,23,27)
#3C1316
(60,19,22)
#290F11
(41,15,17)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #D4333E

#D4333E
(212,51,62)
#D7454F
(215,69,79)
#DA5760
(218,87,96)
#DD6971
(221,105,113)
#E07B82
(224,123,130)
#E38D93
(227,141,147)
#E69FA4
(230,159,164)
#E9B1B5
(233,177,181)
#ECC3C6
(236,195,198)
#EFD5D7
(239,213,215)
#F2E7E8
(242,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4333E; }

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

This text font color is #D4333E.


Background Color

.myBgColor { background-color: #D4333E; }

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

This div background color is #D4333E.


Border color

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

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

This div border color is #D4333E.


Opacity

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

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

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

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

This text has shadow with #D4333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4333E on black background.


Color preview on white background

This text has color #D4333E on white background.



Black color preview on #D4333E background

This text has black color on #D4333E background.


White color preview on #D4333E background

This text has white color on #D4333E background.