COLOR #D83F39

HEX: #D83F39
RGB: (216,63,57)

Color info

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

RGB color model

#D83F39 color RGB value is (216,63,57).

  • red value is 216;
  • green value is 63;
  • blue value is 57.
RGB:
(216,63,57)
(85%,25%,22%)

RGB channels and saturation

R 216 of 255 = 85%
G 63 of 255 = 25%
B 57 of 255 = 22%

216
63
57

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

Portions of RGB colors in percentages

R + G + B =
216 + 63 + 57 = 336 (100%)
R 216 of 336 ~ 64.29%
G 63 of 336 ~ 18.75%
B 57 of 336 ~ 16.96%

%64.29
%18.75
%16.96

CMYK color model

#D83F39 color CMYK value is (0,71,74,15).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 73.61%
  • key color value is 15.29%
CMYK:
(0,71,74,15)
C0M71Y74K15 
(0%,71%,74%,15%)
(0.00/0.71/0.74/0.15)	

CMYK percentages

%0
%70.83
%73.61
%15.29

Codes

Color #D83F39 in popluar color models

D83F39
RGB2166357
HSL67.09%53.53%
HSB/HSV73.61%84.71%
CMYK0.00%70.83%73.61%
15.29%

Color #D83F39 in popluar number systems.

HEXD83F39
Decimal2166357
Binary11011000111111111001
Octal3307771

Shades and tints

Shades of #D83F39

#D83F39
(216,63,57)
#C53A34
(197,58,52)
#B2352F
(178,53,47)
#9F302A
(159,48,42)
#8C2B25
(140,43,37)
#792620
(121,38,32)
#66211B
(102,33,27)
#531C16
(83,28,22)
#401711
(64,23,17)
#2D120C
(45,18,12)
#1A0D07
(26,13,7)
#000000
(0,0,0)

Tints of #D83F39

#D83F39
(216,63,57)
#DB504B
(219,80,75)
#DE615D
(222,97,93)
#E1726F
(225,114,111)
#E48381
(228,131,129)
#E79493
(231,148,147)
#EAA5A5
(234,165,165)
#EDB6B7
(237,182,183)
#F0C7C9
(240,199,201)
#F3D8DB
(243,216,219)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D83F39 color. Also use rgb(216,63,57) instead hex code.

Text Font Color

.myTextColor { color: #D83F39; }

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

This text font color is #D83F39.


Background Color

.myBgColor { background-color: #D83F39; }

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

This div background color is #D83F39.


Border color

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

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

This div border color is #D83F39.


Opacity

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

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

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

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

This text has shadow with #D83F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D83F39 on black background.


Color preview on white background

This text has color #D83F39 on white background.



Black color preview on #D83F39 background

This text has black color on #D83F39 background.


White color preview on #D83F39 background

This text has white color on #D83F39 background.