COLOR #D54119

HEX: #D54119
RGB: (213,65,25)

Color info

#D54119 contains mainly red color. Web safe color of #D54119 is #CC3300 (or #C30).

RGB color model

#D54119 color RGB value is (213,65,25).

  • red value is 213;
  • green value is 65;
  • blue value is 25.
RGB:
(213,65,25)
(84%,25%,10%)

RGB channels and saturation

R 213 of 255 = 84%
G 65 of 255 = 25%
B 25 of 255 = 10%

213
65
25

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

Portions of RGB colors in percentages

R + G + B =
213 + 65 + 25 = 303 (100%)
R 213 of 303 ~ 70.3%
G 65 of 303 ~ 21.45%
B 25 of 303 ~ 8.25%

%70.3
%21.45

CMYK color model

#D54119 color CMYK value is (0,69,88,16).

  • cyan value is 0.00%
  • magenta value is 69.48%
  • yellow value is 88.26%
  • key color value is 16.47%
CMYK:
(0,69,88,16)
C0M69Y88K16 
(0%,69%,88%,16%)
(0.00/0.69/0.88/0.16)	

CMYK percentages

%0
%69.48
%88.26
%16.47

Codes

Color #D54119 in popluar color models

D54119
RGB2136525
HSL13°78.99%46.67%
HSB/HSV13°88.26%83.53%
CMYK0.00%69.48%88.26%
16.47%

Color #D54119 in popluar number systems.

HEXD54119
Decimal2136525
Binary11010101100000111001
Octal32510131

Shades and tints

Shades of #D54119

#D54119
(213,65,25)
#C23C17
(194,60,23)
#AF3715
(175,55,21)
#9C3213
(156,50,19)
#892D11
(137,45,17)
#76280F
(118,40,15)
#63230D
(99,35,13)
#501E0B
(80,30,11)
#3D1909
(61,25,9)
#2A1407
(42,20,7)
#170F05
(23,15,5)
#000000
(0,0,0)

Tints of #D54119

#D54119
(213,65,25)
#D8522D
(216,82,45)
#DB6341
(219,99,65)
#DE7455
(222,116,85)
#E18569
(225,133,105)
#E4967D
(228,150,125)
#E7A791
(231,167,145)
#EAB8A5
(234,184,165)
#EDC9B9
(237,201,185)
#F0DACD
(240,218,205)
#F3EBE1
(243,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54119 color. Also use rgb(213,65,25) instead hex code.

Text Font Color

.myTextColor { color: #D54119; }

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

This text font color is #D54119.


Background Color

.myBgColor { background-color: #D54119; }

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

This div background color is #D54119.


Border color

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

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

This div border color is #D54119.


Opacity

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

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

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

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

This text has shadow with #D54119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54119 on black background.


Color preview on white background

This text has color #D54119 on white background.



Black color preview on #D54119 background

This text has black color on #D54119 background.


White color preview on #D54119 background

This text has white color on #D54119 background.