COLOR #D04545

HEX: #D04545
RGB: (208,69,69)

Color info

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

RGB color model

#D04545 color RGB value is (208,69,69).

  • red value is 208;
  • green value is 69;
  • blue value is 69.
RGB:
(208,69,69)
(82%,27%,27%)

RGB channels and saturation

R 208 of 255 = 82%
G 69 of 255 = 27%
B 69 of 255 = 27%

208
69
69

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

Portions of RGB colors in percentages

R + G + B =
208 + 69 + 69 = 346 (100%)
R 208 of 346 ~ 60.12%
G 69 of 346 ~ 19.94%
B 69 of 346 ~ 19.94%

%60.12
%19.94
%19.94

CMYK color model

#D04545 color CMYK value is (0,67,67,18).

  • cyan value is 0.00%
  • magenta value is 66.83%
  • yellow value is 66.83%
  • key color value is 18.43%
CMYK:
(0,67,67,18)
C0M67Y67K18 
(0%,67%,67%,18%)
(0.00/0.67/0.67/0.18)	

CMYK percentages

%0
%66.83
%66.83
%18.43

Codes

Color #D04545 in popluar color models

D04545
RGB2086969
HSL59.66%54.31%
HSB/HSV66.83%81.57%
CMYK0.00%66.83%66.83%
18.43%

Color #D04545 in popluar number systems.

HEXD04545
Decimal2086969
Binary1101000010001011000101
Octal320105105

Shades and tints

Shades of #D04545

#D04545
(208,69,69)
#BE3F3F
(190,63,63)
#AC3939
(172,57,57)
#9A3333
(154,51,51)
#882D2D
(136,45,45)
#762727
(118,39,39)
#642121
(100,33,33)
#521B1B
(82,27,27)
#401515
(64,21,21)
#2E0F0F
(46,15,15)
#1C0909
(28,9,9)
#000000
(0,0,0)

Tints of #D04545

#D04545
(208,69,69)
#D45555
(212,85,85)
#D86565
(216,101,101)
#DC7575
(220,117,117)
#E08585
(224,133,133)
#E49595
(228,149,149)
#E8A5A5
(232,165,165)
#ECB5B5
(236,181,181)
#F0C5C5
(240,197,197)
#F4D5D5
(244,213,213)
#F8E5E5
(248,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D04545; }

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

This text font color is #D04545.


Background Color

.myBgColor { background-color: #D04545; }

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

This div background color is #D04545.


Border color

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

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

This div border color is #D04545.


Opacity

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

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

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

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

This text has shadow with #D04545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04545 on black background.


Color preview on white background

This text has color #D04545 on white background.



Black color preview on #D04545 background

This text has black color on #D04545 background.


White color preview on #D04545 background

This text has white color on #D04545 background.