COLOR #D55254

HEX: #D55254
RGB: (213,82,84)

Color info

#D55254 contains mainly red color. Web safe color of #D55254 is #CC6666 (or #C66).

RGB color model

#D55254 color RGB value is (213,82,84).

  • red value is 213;
  • green value is 82;
  • blue value is 84.
RGB:
(213,82,84)
(84%,32%,33%)

RGB channels and saturation

R 213 of 255 = 84%
G 82 of 255 = 32%
B 84 of 255 = 33%

213
82
84

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

Portions of RGB colors in percentages

R + G + B =
213 + 82 + 84 = 379 (100%)
R 213 of 379 ~ 56.2%
G 82 of 379 ~ 21.64%
B 84 of 379 ~ 22.16%

%56.2
%21.64
%22.16

CMYK color model

#D55254 color CMYK value is (0,62,61,16).

  • cyan value is 0.00%
  • magenta value is 61.50%
  • yellow value is 60.56%
  • key color value is 16.47%
CMYK:
(0,62,61,16)
C0M62Y61K16 
(0%,62%,61%,16%)
(0.00/0.62/0.61/0.16)	

CMYK percentages

%0
%61.5
%60.56
%16.47

Codes

Color #D55254 in popluar color models

D55254
RGB2138284
HSL359°60.93%57.84%
HSB/HSV359°61.50%83.53%
CMYK0.00%61.50%60.56%
16.47%

Color #D55254 in popluar number systems.

HEXD55254
Decimal2138284
Binary1101010110100101010100
Octal325122124

Shades and tints

Shades of #D55254

#D55254
(213,82,84)
#C24B4D
(194,75,77)
#AF4446
(175,68,70)
#9C3D3F
(156,61,63)
#893638
(137,54,56)
#762F31
(118,47,49)
#63282A
(99,40,42)
#502123
(80,33,35)
#3D1A1C
(61,26,28)
#2A1315
(42,19,21)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #D55254

#D55254
(213,82,84)
#D86163
(216,97,99)
#DB7072
(219,112,114)
#DE7F81
(222,127,129)
#E18E90
(225,142,144)
#E49D9F
(228,157,159)
#E7ACAE
(231,172,174)
#EABBBD
(234,187,189)
#EDCACC
(237,202,204)
#F0D9DB
(240,217,219)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55254 color. Also use rgb(213,82,84) instead hex code.

Text Font Color

.myTextColor { color: #D55254; }

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

This text font color is #D55254.


Background Color

.myBgColor { background-color: #D55254; }

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

This div background color is #D55254.


Border color

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

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

This div border color is #D55254.


Opacity

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

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

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

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

This text has shadow with #D55254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55254 on black background.


Color preview on white background

This text has color #D55254 on white background.



Black color preview on #D55254 background

This text has black color on #D55254 background.


White color preview on #D55254 background

This text has white color on #D55254 background.