COLOR #D0393D

HEX: #D0393D
RGB: (208,57,61)

Color info

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

RGB color model

#D0393D color RGB value is (208,57,61).

  • red value is 208;
  • green value is 57;
  • blue value is 61.
RGB:
(208,57,61)
(82%,22%,24%)

RGB channels and saturation

R 208 of 255 = 82%
G 57 of 255 = 22%
B 61 of 255 = 24%

208
57
61

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

Portions of RGB colors in percentages

R + G + B =
208 + 57 + 61 = 326 (100%)
R 208 of 326 ~ 63.8%
G 57 of 326 ~ 17.48%
B 61 of 326 ~ 18.71%

%63.8
%17.48
%18.71

CMYK color model

#D0393D color CMYK value is (0,73,71,18).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 70.67%
  • key color value is 18.43%
CMYK:
(0,73,71,18)
C0M73Y71K18 
(0%,73%,71%,18%)
(0.00/0.73/0.71/0.18)	

CMYK percentages

%0
%72.6
%70.67
%18.43

Codes

Color #D0393D in popluar color models

D0393D
RGB2085761
HSL358°61.63%51.96%
HSB/HSV358°72.60%81.57%
CMYK0.00%72.60%70.67%
18.43%

Color #D0393D in popluar number systems.

HEXD0393D
Decimal2085761
Binary11010000111001111101
Octal3207175

Shades and tints

Shades of #D0393D

#D0393D
(208,57,61)
#BE3438
(190,52,56)
#AC2F33
(172,47,51)
#9A2A2E
(154,42,46)
#882529
(136,37,41)
#762024
(118,32,36)
#641B1F
(100,27,31)
#52161A
(82,22,26)
#401115
(64,17,21)
#2E0C10
(46,12,16)
#1C070B
(28,7,11)
#000000
(0,0,0)

Tints of #D0393D

#D0393D
(208,57,61)
#D44B4E
(212,75,78)
#D85D5F
(216,93,95)
#DC6F70
(220,111,112)
#E08181
(224,129,129)
#E49392
(228,147,146)
#E8A5A3
(232,165,163)
#ECB7B4
(236,183,180)
#F0C9C5
(240,201,197)
#F4DBD6
(244,219,214)
#F8EDE7
(248,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0393D color. Also use rgb(208,57,61) instead hex code.

Text Font Color

.myTextColor { color: #D0393D; }

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

This text font color is #D0393D.


Background Color

.myBgColor { background-color: #D0393D; }

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

This div background color is #D0393D.


Border color

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

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

This div border color is #D0393D.


Opacity

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

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

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

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

This text has shadow with #D0393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0393D on black background.


Color preview on white background

This text has color #D0393D on white background.



Black color preview on #D0393D background

This text has black color on #D0393D background.


White color preview on #D0393D background

This text has white color on #D0393D background.