COLOR #D55332

HEX: #D55332
RGB: (213,83,50)

Color info

#D55332 contains mainly red color. Web safe color of #D55332 is #CC6633 (or #C63).

RGB color model

#D55332 color RGB value is (213,83,50).

  • red value is 213;
  • green value is 83;
  • blue value is 50.
RGB:
(213,83,50)
(84%,33%,20%)

RGB channels and saturation

R 213 of 255 = 84%
G 83 of 255 = 33%
B 50 of 255 = 20%

213
83
50

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

Portions of RGB colors in percentages

R + G + B =
213 + 83 + 50 = 346 (100%)
R 213 of 346 ~ 61.56%
G 83 of 346 ~ 23.99%
B 50 of 346 ~ 14.45%

%61.56
%23.99
%14.45

CMYK color model

#D55332 color CMYK value is (0,61,77,16).

  • cyan value is 0.00%
  • magenta value is 61.03%
  • yellow value is 76.53%
  • key color value is 16.47%
CMYK:
(0,61,77,16)
C0M61Y77K16 
(0%,61%,77%,16%)
(0.00/0.61/0.77/0.16)	

CMYK percentages

%0
%61.03
%76.53
%16.47

Codes

Color #D55332 in popluar color models

D55332
RGB2138350
HSL12°65.99%51.57%
HSB/HSV12°76.53%83.53%
CMYK0.00%61.03%76.53%
16.47%

Color #D55332 in popluar number systems.

HEXD55332
Decimal2138350
Binary110101011010011110010
Octal32512362

Shades and tints

Shades of #D55332

#D55332
(213,83,50)
#C24C2E
(194,76,46)
#AF452A
(175,69,42)
#9C3E26
(156,62,38)
#893722
(137,55,34)
#76301E
(118,48,30)
#63291A
(99,41,26)
#502216
(80,34,22)
#3D1B12
(61,27,18)
#2A140E
(42,20,14)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #D55332

#D55332
(213,83,50)
#D86244
(216,98,68)
#DB7156
(219,113,86)
#DE8068
(222,128,104)
#E18F7A
(225,143,122)
#E49E8C
(228,158,140)
#E7AD9E
(231,173,158)
#EABCB0
(234,188,176)
#EDCBC2
(237,203,194)
#F0DAD4
(240,218,212)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55332 color. Also use rgb(213,83,50) instead hex code.

Text Font Color

.myTextColor { color: #D55332; }

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

This text font color is #D55332.


Background Color

.myBgColor { background-color: #D55332; }

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

This div background color is #D55332.


Border color

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

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

This div border color is #D55332.


Opacity

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

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

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

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

This text has shadow with #D55332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55332 on black background.


Color preview on white background

This text has color #D55332 on white background.



Black color preview on #D55332 background

This text has black color on #D55332 background.


White color preview on #D55332 background

This text has white color on #D55332 background.