COLOR #D53E36

HEX: #D53E36
RGB: (213,62,54)

Color info

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

RGB color model

#D53E36 color RGB value is (213,62,54).

  • red value is 213;
  • green value is 62;
  • blue value is 54.
RGB:
(213,62,54)
(84%,24%,21%)

RGB channels and saturation

R 213 of 255 = 84%
G 62 of 255 = 24%
B 54 of 255 = 21%

213
62
54

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

Portions of RGB colors in percentages

R + G + B =
213 + 62 + 54 = 329 (100%)
R 213 of 329 ~ 64.74%
G 62 of 329 ~ 18.84%
B 54 of 329 ~ 16.41%

%64.74
%18.84
%16.41

CMYK color model

#D53E36 color CMYK value is (0,71,75,16).

  • cyan value is 0.00%
  • magenta value is 70.89%
  • yellow value is 74.65%
  • key color value is 16.47%
CMYK:
(0,71,75,16)
C0M71Y75K16 
(0%,71%,75%,16%)
(0.00/0.71/0.75/0.16)	

CMYK percentages

%0
%70.89
%74.65
%16.47

Codes

Color #D53E36 in popluar color models

D53E36
RGB2136254
HSL65.43%52.35%
HSB/HSV74.65%83.53%
CMYK0.00%70.89%74.65%
16.47%

Color #D53E36 in popluar number systems.

HEXD53E36
Decimal2136254
Binary11010101111110110110
Octal3257666

Shades and tints

Shades of #D53E36

#D53E36
(213,62,54)
#C23932
(194,57,50)
#AF342E
(175,52,46)
#9C2F2A
(156,47,42)
#892A26
(137,42,38)
#762522
(118,37,34)
#63201E
(99,32,30)
#501B1A
(80,27,26)
#3D1616
(61,22,22)
#2A1112
(42,17,18)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #D53E36

#D53E36
(213,62,54)
#D84F48
(216,79,72)
#DB605A
(219,96,90)
#DE716C
(222,113,108)
#E1827E
(225,130,126)
#E49390
(228,147,144)
#E7A4A2
(231,164,162)
#EAB5B4
(234,181,180)
#EDC6C6
(237,198,198)
#F0D7D8
(240,215,216)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53E36 color. Also use rgb(213,62,54) instead hex code.

Text Font Color

.myTextColor { color: #D53E36; }

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

This text font color is #D53E36.


Background Color

.myBgColor { background-color: #D53E36; }

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

This div background color is #D53E36.


Border color

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

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

This div border color is #D53E36.


Opacity

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

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

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

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

This text has shadow with #D53E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D53E36 on black background.


Color preview on white background

This text has color #D53E36 on white background.



Black color preview on #D53E36 background

This text has black color on #D53E36 background.


White color preview on #D53E36 background

This text has white color on #D53E36 background.