COLOR #D52F3E

HEX: #D52F3E
RGB: (213,47,62)

Color info

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

RGB color model

#D52F3E color RGB value is (213,47,62).

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

RGB channels and saturation

R 213 of 255 = 84%
G 47 of 255 = 18%
B 62 of 255 = 24%

213
47
62

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

Portions of RGB colors in percentages

R + G + B =
213 + 47 + 62 = 322 (100%)
R 213 of 322 ~ 66.15%
G 47 of 322 ~ 14.6%
B 62 of 322 ~ 19.25%

%66.15
%14.6
%19.25

CMYK color model

#D52F3E color CMYK value is (0,78,71,16).

  • cyan value is 0.00%
  • magenta value is 77.93%
  • yellow value is 70.89%
  • key color value is 16.47%
CMYK:
(0,78,71,16)
C0M78Y71K16 
(0%,78%,71%,16%)
(0.00/0.78/0.71/0.16)	

CMYK percentages

%0
%77.93
%70.89
%16.47

Codes

Color #D52F3E in popluar color models

D52F3E
RGB2134762
HSL355°66.40%50.98%
HSB/HSV355°77.93%83.53%
CMYK0.00%77.93%70.89%
16.47%

Color #D52F3E in popluar number systems.

HEXD52F3E
Decimal2134762
Binary11010101101111111110
Octal3255776

Shades and tints

Shades of #D52F3E

#D52F3E
(213,47,62)
#C22B39
(194,43,57)
#AF2734
(175,39,52)
#9C232F
(156,35,47)
#891F2A
(137,31,42)
#761B25
(118,27,37)
#631720
(99,23,32)
#50131B
(80,19,27)
#3D0F16
(61,15,22)
#2A0B11
(42,11,17)
#17070C
(23,7,12)
#000000
(0,0,0)

Tints of #D52F3E

#D52F3E
(213,47,62)
#D8414F
(216,65,79)
#DB5360
(219,83,96)
#DE6571
(222,101,113)
#E17782
(225,119,130)
#E48993
(228,137,147)
#E79BA4
(231,155,164)
#EAADB5
(234,173,181)
#EDBFC6
(237,191,198)
#F0D1D7
(240,209,215)
#F3E3E8
(243,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D52F3E; }

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

This text font color is #D52F3E.


Background Color

.myBgColor { background-color: #D52F3E; }

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

This div background color is #D52F3E.


Border color

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

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

This div border color is #D52F3E.


Opacity

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

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

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

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

This text has shadow with #D52F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D52F3E on black background.


Color preview on white background

This text has color #D52F3E on white background.



Black color preview on #D52F3E background

This text has black color on #D52F3E background.


White color preview on #D52F3E background

This text has white color on #D52F3E background.