COLOR #D03C4A

HEX: #D03C4A
RGB: (208,60,74)

Color info

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

RGB color model

#D03C4A color RGB value is (208,60,74).

  • red value is 208;
  • green value is 60;
  • blue value is 74.
RGB:
(208,60,74)
(82%,24%,29%)

RGB channels and saturation

R 208 of 255 = 82%
G 60 of 255 = 24%
B 74 of 255 = 29%

208
60
74

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

Portions of RGB colors in percentages

R + G + B =
208 + 60 + 74 = 342 (100%)
R 208 of 342 ~ 60.82%
G 60 of 342 ~ 17.54%
B 74 of 342 ~ 21.64%

%60.82
%17.54
%21.64

CMYK color model

#D03C4A color CMYK value is (0,71,64,18).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 64.42%
  • key color value is 18.43%
CMYK:
(0,71,64,18)
C0M71Y64K18 
(0%,71%,64%,18%)
(0.00/0.71/0.64/0.18)	

CMYK percentages

%0
%71.15
%64.42
%18.43

Codes

Color #D03C4A in popluar color models

D03C4A
RGB2086074
HSL354°61.16%52.55%
HSB/HSV354°71.15%81.57%
CMYK0.00%71.15%64.42%
18.43%

Color #D03C4A in popluar number systems.

HEXD03C4A
Decimal2086074
Binary110100001111001001010
Octal32074112

Shades and tints

Shades of #D03C4A

#D03C4A
(208,60,74)
#BE3744
(190,55,68)
#AC323E
(172,50,62)
#9A2D38
(154,45,56)
#882832
(136,40,50)
#76232C
(118,35,44)
#641E26
(100,30,38)
#521920
(82,25,32)
#40141A
(64,20,26)
#2E0F14
(46,15,20)
#1C0A0E
(28,10,14)
#000000
(0,0,0)

Tints of #D03C4A

#D03C4A
(208,60,74)
#D44D5A
(212,77,90)
#D85E6A
(216,94,106)
#DC6F7A
(220,111,122)
#E0808A
(224,128,138)
#E4919A
(228,145,154)
#E8A2AA
(232,162,170)
#ECB3BA
(236,179,186)
#F0C4CA
(240,196,202)
#F4D5DA
(244,213,218)
#F8E6EA
(248,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D03C4A color. Also use rgb(208,60,74) instead hex code.

Text Font Color

.myTextColor { color: #D03C4A; }

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

This text font color is #D03C4A.


Background Color

.myBgColor { background-color: #D03C4A; }

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

This div background color is #D03C4A.


Border color

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

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

This div border color is #D03C4A.


Opacity

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

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

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

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

This text has shadow with #D03C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D03C4A on black background.


Color preview on white background

This text has color #D03C4A on white background.



Black color preview on #D03C4A background

This text has black color on #D03C4A background.


White color preview on #D03C4A background

This text has white color on #D03C4A background.