COLOR #D54F3A

HEX: #D54F3A
RGB: (213,79,58)

Color info

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

RGB color model

#D54F3A color RGB value is (213,79,58).

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

RGB channels and saturation

R 213 of 255 = 84%
G 79 of 255 = 31%
B 58 of 255 = 23%

213
79
58

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

Portions of RGB colors in percentages

R + G + B =
213 + 79 + 58 = 350 (100%)
R 213 of 350 ~ 60.86%
G 79 of 350 ~ 22.57%
B 58 of 350 ~ 16.57%

%60.86
%22.57
%16.57

CMYK color model

#D54F3A color CMYK value is (0,63,73,16).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(0,63,73,16)
C0M63Y73K16 
(0%,63%,73%,16%)
(0.00/0.63/0.73/0.16)	

CMYK percentages

%0
%62.91
%72.77
%16.47

Codes

Color #D54F3A in popluar color models

D54F3A
RGB2137958
HSL64.85%53.14%
HSB/HSV72.77%83.53%
CMYK0.00%62.91%72.77%
16.47%

Color #D54F3A in popluar number systems.

HEXD54F3A
Decimal2137958
Binary110101011001111111010
Octal32511772

Shades and tints

Shades of #D54F3A

#D54F3A
(213,79,58)
#C24835
(194,72,53)
#AF4130
(175,65,48)
#9C3A2B
(156,58,43)
#893326
(137,51,38)
#762C21
(118,44,33)
#63251C
(99,37,28)
#501E17
(80,30,23)
#3D1712
(61,23,18)
#2A100D
(42,16,13)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #D54F3A

#D54F3A
(213,79,58)
#D85F4B
(216,95,75)
#DB6F5C
(219,111,92)
#DE7F6D
(222,127,109)
#E18F7E
(225,143,126)
#E49F8F
(228,159,143)
#E7AFA0
(231,175,160)
#EABFB1
(234,191,177)
#EDCFC2
(237,207,194)
#F0DFD3
(240,223,211)
#F3EFE4
(243,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D54F3A; }

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

This text font color is #D54F3A.


Background Color

.myBgColor { background-color: #D54F3A; }

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

This div background color is #D54F3A.


Border color

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

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

This div border color is #D54F3A.


Opacity

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

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

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

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

This text has shadow with #D54F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54F3A on black background.


Color preview on white background

This text has color #D54F3A on white background.



Black color preview on #D54F3A background

This text has black color on #D54F3A background.


White color preview on #D54F3A background

This text has white color on #D54F3A background.