COLOR #DB3E33

HEX: #DB3E33
RGB: (219,62,51)

Color info

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

RGB color model

#DB3E33 color RGB value is (219,62,51).

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

RGB channels and saturation

R 219 of 255 = 86%
G 62 of 255 = 24%
B 51 of 255 = 20%

219
62
51

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

Portions of RGB colors in percentages

R + G + B =
219 + 62 + 51 = 332 (100%)
R 219 of 332 ~ 65.96%
G 62 of 332 ~ 18.67%
B 51 of 332 ~ 15.36%

%65.96
%18.67
%15.36

CMYK color model

#DB3E33 color CMYK value is (0,72,77,14).

  • cyan value is 0.00%
  • magenta value is 71.69%
  • yellow value is 76.71%
  • key color value is 14.12%
CMYK:
(0,72,77,14)
C0M72Y77K14 
(0%,72%,77%,14%)
(0.00/0.72/0.77/0.14)	

CMYK percentages

%0
%71.69
%76.71
%14.12

Codes

Color #DB3E33 in popluar color models

DB3E33
RGB2196251
HSL70.00%52.94%
HSB/HSV76.71%85.88%
CMYK0.00%71.69%76.71%
14.12%

Color #DB3E33 in popluar number systems.

HEXDB3E33
Decimal2196251
Binary11011011111110110011
Octal3337663

Shades and tints

Shades of #DB3E33

#DB3E33
(219,62,51)
#C8392F
(200,57,47)
#B5342B
(181,52,43)
#A22F27
(162,47,39)
#8F2A23
(143,42,35)
#7C251F
(124,37,31)
#69201B
(105,32,27)
#561B17
(86,27,23)
#431613
(67,22,19)
#30110F
(48,17,15)
#1D0C0B
(29,12,11)
#000000
(0,0,0)

Tints of #DB3E33

#DB3E33
(219,62,51)
#DE4F45
(222,79,69)
#E16057
(225,96,87)
#E47169
(228,113,105)
#E7827B
(231,130,123)
#EA938D
(234,147,141)
#EDA49F
(237,164,159)
#F0B5B1
(240,181,177)
#F3C6C3
(243,198,195)
#F6D7D5
(246,215,213)
#F9E8E7
(249,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB3E33; }

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

This text font color is #DB3E33.


Background Color

.myBgColor { background-color: #DB3E33; }

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

This div background color is #DB3E33.


Border color

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

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

This div border color is #DB3E33.


Opacity

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

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

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

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

This text has shadow with #DB3E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3E33 on black background.


Color preview on white background

This text has color #DB3E33 on white background.



Black color preview on #DB3E33 background

This text has black color on #DB3E33 background.


White color preview on #DB3E33 background

This text has white color on #DB3E33 background.