COLOR #DB3328

HEX: #DB3328
RGB: (219,51,40)

Color info

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

RGB color model

#DB3328 color RGB value is (219,51,40).

  • red value is 219;
  • green value is 51;
  • blue value is 40.
RGB:
(219,51,40)
(86%,20%,16%)

RGB channels and saturation

R 219 of 255 = 86%
G 51 of 255 = 20%
B 40 of 255 = 16%

219
51
40

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

Portions of RGB colors in percentages

R + G + B =
219 + 51 + 40 = 310 (100%)
R 219 of 310 ~ 70.65%
G 51 of 310 ~ 16.45%
B 40 of 310 ~ 12.9%

%70.65
%16.45
%12.9

CMYK color model

#DB3328 color CMYK value is (0,77,82,14).

  • cyan value is 0.00%
  • magenta value is 76.71%
  • yellow value is 81.74%
  • key color value is 14.12%
CMYK:
(0,77,82,14)
C0M77Y82K14 
(0%,77%,82%,14%)
(0.00/0.77/0.82/0.14)	

CMYK percentages

%0
%76.71
%81.74
%14.12

Codes

Color #DB3328 in popluar color models

DB3328
RGB2195140
HSL71.31%50.78%
HSB/HSV81.74%85.88%
CMYK0.00%76.71%81.74%
14.12%

Color #DB3328 in popluar number systems.

HEXDB3328
Decimal2195140
Binary11011011110011101000
Octal3336350

Shades and tints

Shades of #DB3328

#DB3328
(219,51,40)
#C82F25
(200,47,37)
#B52B22
(181,43,34)
#A2271F
(162,39,31)
#8F231C
(143,35,28)
#7C1F19
(124,31,25)
#691B16
(105,27,22)
#561713
(86,23,19)
#431310
(67,19,16)
#300F0D
(48,15,13)
#1D0B0A
(29,11,10)
#000000
(0,0,0)

Tints of #DB3328

#DB3328
(219,51,40)
#DE453B
(222,69,59)
#E1574E
(225,87,78)
#E46961
(228,105,97)
#E77B74
(231,123,116)
#EA8D87
(234,141,135)
#ED9F9A
(237,159,154)
#F0B1AD
(240,177,173)
#F3C3C0
(243,195,192)
#F6D5D3
(246,213,211)
#F9E7E6
(249,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB3328; }

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

This text font color is #DB3328.


Background Color

.myBgColor { background-color: #DB3328; }

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

This div background color is #DB3328.


Border color

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

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

This div border color is #DB3328.


Opacity

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

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

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

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

This text has shadow with #DB3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3328 on black background.


Color preview on white background

This text has color #DB3328 on white background.



Black color preview on #DB3328 background

This text has black color on #DB3328 background.


White color preview on #DB3328 background

This text has white color on #DB3328 background.