COLOR #D32448

HEX: #D32448
RGB: (211,36,72)

Color info

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

RGB color model

#D32448 color RGB value is (211,36,72).

  • red value is 211;
  • green value is 36;
  • blue value is 72.
RGB:
(211,36,72)
(83%,14%,28%)

RGB channels and saturation

R 211 of 255 = 83%
G 36 of 255 = 14%
B 72 of 255 = 28%

211
36
72

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

Portions of RGB colors in percentages

R + G + B =
211 + 36 + 72 = 319 (100%)
R 211 of 319 ~ 66.14%
G 36 of 319 ~ 11.29%
B 72 of 319 ~ 22.57%

%66.14
%11.29
%22.57

CMYK color model

#D32448 color CMYK value is (0,83,66,17).

  • cyan value is 0.00%
  • magenta value is 82.94%
  • yellow value is 65.88%
  • key color value is 17.25%
CMYK:
(0,83,66,17)
C0M83Y66K17 
(0%,83%,66%,17%)
(0.00/0.83/0.66/0.17)	

CMYK percentages

%0
%82.94
%65.88
%17.25

Codes

Color #D32448 in popluar color models

D32448
RGB2113672
HSL348°70.85%48.43%
HSB/HSV348°82.94%82.75%
CMYK0.00%82.94%65.88%
17.25%

Color #D32448 in popluar number systems.

HEXD32448
Decimal2113672
Binary110100111001001001000
Octal32344110

Shades and tints

Shades of #D32448

#D32448
(211,36,72)
#C02142
(192,33,66)
#AD1E3C
(173,30,60)
#9A1B36
(154,27,54)
#871830
(135,24,48)
#74152A
(116,21,42)
#611224
(97,18,36)
#4E0F1E
(78,15,30)
#3B0C18
(59,12,24)
#280912
(40,9,18)
#15060C
(21,6,12)
#000000
(0,0,0)

Tints of #D32448

#D32448
(211,36,72)
#D73758
(215,55,88)
#DB4A68
(219,74,104)
#DF5D78
(223,93,120)
#E37088
(227,112,136)
#E78398
(231,131,152)
#EB96A8
(235,150,168)
#EFA9B8
(239,169,184)
#F3BCC8
(243,188,200)
#F7CFD8
(247,207,216)
#FBE2E8
(251,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D32448 color. Also use rgb(211,36,72) instead hex code.

Text Font Color

.myTextColor { color: #D32448; }

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

This text font color is #D32448.


Background Color

.myBgColor { background-color: #D32448; }

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

This div background color is #D32448.


Border color

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

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

This div border color is #D32448.


Opacity

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

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

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

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

This text has shadow with #D32448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D32448 on black background.


Color preview on white background

This text has color #D32448 on white background.



Black color preview on #D32448 background

This text has black color on #D32448 background.


White color preview on #D32448 background

This text has white color on #D32448 background.