COLOR #DB3E23

HEX: #DB3E23
RGB: (219,62,35)

Color info

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

RGB color model

#DB3E23 color RGB value is (219,62,35).

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

RGB channels and saturation

R 219 of 255 = 86%
G 62 of 255 = 24%
B 35 of 255 = 14%

219
62
35

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

Portions of RGB colors in percentages

R + G + B =
219 + 62 + 35 = 316 (100%)
R 219 of 316 ~ 69.3%
G 62 of 316 ~ 19.62%
B 35 of 316 ~ 11.08%

%69.3
%19.62
%11.08

CMYK color model

#DB3E23 color CMYK value is (0,72,84,14).

  • cyan value is 0.00%
  • magenta value is 71.69%
  • yellow value is 84.02%
  • key color value is 14.12%
CMYK:
(0,72,84,14)
C0M72Y84K14 
(0%,72%,84%,14%)
(0.00/0.72/0.84/0.14)	

CMYK percentages

%0
%71.69
%84.02
%14.12

Codes

Color #DB3E23 in popluar color models

DB3E23
RGB2196235
HSL72.44%49.80%
HSB/HSV84.02%85.88%
CMYK0.00%71.69%84.02%
14.12%

Color #DB3E23 in popluar number systems.

HEXDB3E23
Decimal2196235
Binary11011011111110100011
Octal3337643

Shades and tints

Shades of #DB3E23

#DB3E23
(219,62,35)
#C83920
(200,57,32)
#B5341D
(181,52,29)
#A22F1A
(162,47,26)
#8F2A17
(143,42,23)
#7C2514
(124,37,20)
#692011
(105,32,17)
#561B0E
(86,27,14)
#43160B
(67,22,11)
#301108
(48,17,8)
#1D0C05
(29,12,5)
#000000
(0,0,0)

Tints of #DB3E23

#DB3E23
(219,62,35)
#DE4F37
(222,79,55)
#E1604B
(225,96,75)
#E4715F
(228,113,95)
#E78273
(231,130,115)
#EA9387
(234,147,135)
#EDA49B
(237,164,155)
#F0B5AF
(240,181,175)
#F3C6C3
(243,198,195)
#F6D7D7
(246,215,215)
#F9E8EB
(249,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB3E23; }

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

This text font color is #DB3E23.


Background Color

.myBgColor { background-color: #DB3E23; }

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

This div background color is #DB3E23.


Border color

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

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

This div border color is #DB3E23.


Opacity

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

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

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

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

This text has shadow with #DB3E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB3E23 on black background.


Color preview on white background

This text has color #DB3E23 on white background.



Black color preview on #DB3E23 background

This text has black color on #DB3E23 background.


White color preview on #DB3E23 background

This text has white color on #DB3E23 background.