COLOR #DB0000

HEX: #DB0000
RGB: (219,0,0)

Color info

#DB0000 contains only red color. Web safe color of #DB0000 is #CC0000 (or #C00).

RGB color model

#DB0000 color RGB value is (219,0,0).

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

RGB channels and saturation

R 219 of 255 = 86%
G 0 of 255 = 0%
B 0 of 255 = 0%

219
0
0

R + G + B ~ 29%. #DB0000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
219 + 0 + 0 = 219 (100%)
R 219 of 219 ~ 100%
G 0 of 219 ~ 0%
B 0 of 219 ~ 0%

%100

CMYK color model

#DB0000 color CMYK value is (0,100,100,14).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 14.12%
CMYK:
(0,100,100,14)
C0M100Y100K14 
(0%,100%,100%,14%)
(0.00/1.00/1.00/0.14)	

CMYK percentages

%0
%100
%100
%14.12

Codes

Color #DB0000 in popluar color models

DB0000
RGB21900
HSL100.00%42.94%
HSB/HSV100.00%85.88%
CMYK0.00%100.00%100.00%
14.12%

Color #DB0000 in popluar number systems.

HEXDB0000
Decimal21900
Binary1101101100
Octal33300

Shades and tints

Shades of #DB0000

#DB0000
(219,0,0)
#C80000
(200,0,0)
#B50000
(181,0,0)
#A20000
(162,0,0)
#8F0000
(143,0,0)
#7C0000
(124,0,0)
#690000
(105,0,0)
#560000
(86,0,0)
#430000
(67,0,0)
#300000
(48,0,0)
#1D0000
(29,0,0)
#000000
(0,0,0)

Tints of #DB0000

#DB0000
(219,0,0)
#DE1717
(222,23,23)
#E12E2E
(225,46,46)
#E44545
(228,69,69)
#E75C5C
(231,92,92)
#EA7373
(234,115,115)
#ED8A8A
(237,138,138)
#F0A1A1
(240,161,161)
#F3B8B8
(243,184,184)
#F6CFCF
(246,207,207)
#F9E6E6
(249,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB0000; }

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

This text font color is #DB0000.


Background Color

.myBgColor { background-color: #DB0000; }

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

This div background color is #DB0000.


Border color

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

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

This div border color is #DB0000.


Opacity

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

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

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

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

This text has shadow with #DB0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB0000 on black background.


Color preview on white background

This text has color #DB0000 on white background.



Black color preview on #DB0000 background

This text has black color on #DB0000 background.


White color preview on #DB0000 background

This text has white color on #DB0000 background.