COLOR #D54544

HEX: #D54544
RGB: (213,69,68)

Color info

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

RGB color model

#D54544 color RGB value is (213,69,68).

  • red value is 213;
  • green value is 69;
  • blue value is 68.
RGB:
(213,69,68)
(84%,27%,27%)

RGB channels and saturation

R 213 of 255 = 84%
G 69 of 255 = 27%
B 68 of 255 = 27%

213
69
68

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

Portions of RGB colors in percentages

R + G + B =
213 + 69 + 68 = 350 (100%)
R 213 of 350 ~ 60.86%
G 69 of 350 ~ 19.71%
B 68 of 350 ~ 19.43%

%60.86
%19.71
%19.43

CMYK color model

#D54544 color CMYK value is (0,68,68,16).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 68.08%
  • key color value is 16.47%
CMYK:
(0,68,68,16)
C0M68Y68K16 
(0%,68%,68%,16%)
(0.00/0.68/0.68/0.16)	

CMYK percentages

%0
%67.61
%68.08
%16.47

Codes

Color #D54544 in popluar color models

D54544
RGB2136968
HSL63.32%55.10%
HSB/HSV68.08%83.53%
CMYK0.00%67.61%68.08%
16.47%

Color #D54544 in popluar number systems.

HEXD54544
Decimal2136968
Binary1101010110001011000100
Octal325105104

Shades and tints

Shades of #D54544

#D54544
(213,69,68)
#C23F3E
(194,63,62)
#AF3938
(175,57,56)
#9C3332
(156,51,50)
#892D2C
(137,45,44)
#762726
(118,39,38)
#632120
(99,33,32)
#501B1A
(80,27,26)
#3D1514
(61,21,20)
#2A0F0E
(42,15,14)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #D54544

#D54544
(213,69,68)
#D85555
(216,85,85)
#DB6566
(219,101,102)
#DE7577
(222,117,119)
#E18588
(225,133,136)
#E49599
(228,149,153)
#E7A5AA
(231,165,170)
#EAB5BB
(234,181,187)
#EDC5CC
(237,197,204)
#F0D5DD
(240,213,221)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54544 color. Also use rgb(213,69,68) instead hex code.

Text Font Color

.myTextColor { color: #D54544; }

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

This text font color is #D54544.


Background Color

.myBgColor { background-color: #D54544; }

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

This div background color is #D54544.


Border color

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

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

This div border color is #D54544.


Opacity

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

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

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

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

This text has shadow with #D54544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54544 on black background.


Color preview on white background

This text has color #D54544 on white background.



Black color preview on #D54544 background

This text has black color on #D54544 background.


White color preview on #D54544 background

This text has white color on #D54544 background.