COLOR #DB4545

HEX: #DB4545
RGB: (219,69,69)

Color info

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

RGB color model

#DB4545 color RGB value is (219,69,69).

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

RGB channels and saturation

R 219 of 255 = 86%
G 69 of 255 = 27%
B 69 of 255 = 27%

219
69
69

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

Portions of RGB colors in percentages

R + G + B =
219 + 69 + 69 = 357 (100%)
R 219 of 357 ~ 61.34%
G 69 of 357 ~ 19.33%
B 69 of 357 ~ 19.33%

%61.34
%19.33
%19.33

CMYK color model

#DB4545 color CMYK value is (0,68,68,14).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 68.49%
  • key color value is 14.12%
CMYK:
(0,68,68,14)
C0M68Y68K14 
(0%,68%,68%,14%)
(0.00/0.68/0.68/0.14)	

CMYK percentages

%0
%68.49
%68.49
%14.12

Codes

Color #DB4545 in popluar color models

DB4545
RGB2196969
HSL67.57%56.47%
HSB/HSV68.49%85.88%
CMYK0.00%68.49%68.49%
14.12%

Color #DB4545 in popluar number systems.

HEXDB4545
Decimal2196969
Binary1101101110001011000101
Octal333105105

Shades and tints

Shades of #DB4545

#DB4545
(219,69,69)
#C83F3F
(200,63,63)
#B53939
(181,57,57)
#A23333
(162,51,51)
#8F2D2D
(143,45,45)
#7C2727
(124,39,39)
#692121
(105,33,33)
#561B1B
(86,27,27)
#431515
(67,21,21)
#300F0F
(48,15,15)
#1D0909
(29,9,9)
#000000
(0,0,0)

Tints of #DB4545

#DB4545
(219,69,69)
#DE5555
(222,85,85)
#E16565
(225,101,101)
#E47575
(228,117,117)
#E78585
(231,133,133)
#EA9595
(234,149,149)
#EDA5A5
(237,165,165)
#F0B5B5
(240,181,181)
#F3C5C5
(243,197,197)
#F6D5D5
(246,213,213)
#F9E5E5
(249,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB4545; }

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

This text font color is #DB4545.


Background Color

.myBgColor { background-color: #DB4545; }

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

This div background color is #DB4545.


Border color

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

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

This div border color is #DB4545.


Opacity

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

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

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

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

This text has shadow with #DB4545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4545 on black background.


Color preview on white background

This text has color #DB4545 on white background.



Black color preview on #DB4545 background

This text has black color on #DB4545 background.


White color preview on #DB4545 background

This text has white color on #DB4545 background.