COLOR #D54F52

HEX: #D54F52
RGB: (213,79,82)

Color info

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

RGB color model

#D54F52 color RGB value is (213,79,82).

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

RGB channels and saturation

R 213 of 255 = 84%
G 79 of 255 = 31%
B 82 of 255 = 32%

213
79
82

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

Portions of RGB colors in percentages

R + G + B =
213 + 79 + 82 = 374 (100%)
R 213 of 374 ~ 56.95%
G 79 of 374 ~ 21.12%
B 82 of 374 ~ 21.93%

%56.95
%21.12
%21.93

CMYK color model

#D54F52 color CMYK value is (0,63,62,16).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 61.50%
  • key color value is 16.47%
CMYK:
(0,63,62,16)
C0M63Y62K16 
(0%,63%,62%,16%)
(0.00/0.63/0.62/0.16)	

CMYK percentages

%0
%62.91
%61.5
%16.47

Codes

Color #D54F52 in popluar color models

D54F52
RGB2137982
HSL359°61.47%57.25%
HSB/HSV359°62.91%83.53%
CMYK0.00%62.91%61.50%
16.47%

Color #D54F52 in popluar number systems.

HEXD54F52
Decimal2137982
Binary1101010110011111010010
Octal325117122

Shades and tints

Shades of #D54F52

#D54F52
(213,79,82)
#C2484B
(194,72,75)
#AF4144
(175,65,68)
#9C3A3D
(156,58,61)
#893336
(137,51,54)
#762C2F
(118,44,47)
#632528
(99,37,40)
#501E21
(80,30,33)
#3D171A
(61,23,26)
#2A1013
(42,16,19)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #D54F52

#D54F52
(213,79,82)
#D85F61
(216,95,97)
#DB6F70
(219,111,112)
#DE7F7F
(222,127,127)
#E18F8E
(225,143,142)
#E49F9D
(228,159,157)
#E7AFAC
(231,175,172)
#EABFBB
(234,191,187)
#EDCFCA
(237,207,202)
#F0DFD9
(240,223,217)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D54F52; }

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

This text font color is #D54F52.


Background Color

.myBgColor { background-color: #D54F52; }

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

This div background color is #D54F52.


Border color

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

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

This div border color is #D54F52.


Opacity

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

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

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

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

This text has shadow with #D54F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54F52 on black background.


Color preview on white background

This text has color #D54F52 on white background.



Black color preview on #D54F52 background

This text has black color on #D54F52 background.


White color preview on #D54F52 background

This text has white color on #D54F52 background.