COLOR #DB0F0F

HEX: #DB0F0F
RGB: (219,15,15)

Color info

#DB0F0F contains mainly red color. Web safe color of #DB0F0F is #CC0000 (or #C00).

RGB color model

#DB0F0F color RGB value is (219,15,15).

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

RGB channels and saturation

R 219 of 255 = 86%
G 15 of 255 = 6%
B 15 of 255 = 6%

219
15
15

R + G + B ~ 33%. #DB0F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
219 + 15 + 15 = 249 (100%)
R 219 of 249 ~ 87.95%
G 15 of 249 ~ 6.02%
B 15 of 249 ~ 6.02%

%87.95

CMYK color model

#DB0F0F color CMYK value is (0,93,93,14).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 93.15%
  • key color value is 14.12%
CMYK:
(0,93,93,14)
C0M93Y93K14 
(0%,93%,93%,14%)
(0.00/0.93/0.93/0.14)	

CMYK percentages

%0
%93.15
%93.15
%14.12

Codes

Color #DB0F0F in popluar color models

DB0F0F
RGB2191515
HSL87.18%45.88%
HSB/HSV93.15%85.88%
CMYK0.00%93.15%93.15%
14.12%

Color #DB0F0F in popluar number systems.

HEXDB0F0F
Decimal2191515
Binary1101101111111111
Octal3331717

Shades and tints

Shades of #DB0F0F

#DB0F0F
(219,15,15)
#C80E0E
(200,14,14)
#B50D0D
(181,13,13)
#A20C0C
(162,12,12)
#8F0B0B
(143,11,11)
#7C0A0A
(124,10,10)
#690909
(105,9,9)
#560808
(86,8,8)
#430707
(67,7,7)
#300606
(48,6,6)
#1D0505
(29,5,5)
#000000
(0,0,0)

Tints of #DB0F0F

#DB0F0F
(219,15,15)
#DE2424
(222,36,36)
#E13939
(225,57,57)
#E44E4E
(228,78,78)
#E76363
(231,99,99)
#EA7878
(234,120,120)
#ED8D8D
(237,141,141)
#F0A2A2
(240,162,162)
#F3B7B7
(243,183,183)
#F6CCCC
(246,204,204)
#F9E1E1
(249,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB0F0F; }

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

This text font color is #DB0F0F.


Background Color

.myBgColor { background-color: #DB0F0F; }

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

This div background color is #DB0F0F.


Border color

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

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

This div border color is #DB0F0F.


Opacity

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

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

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

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

This text has shadow with #DB0F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB0F0F on black background.


Color preview on white background

This text has color #DB0F0F on white background.



Black color preview on #DB0F0F background

This text has black color on #DB0F0F background.


White color preview on #DB0F0F background

This text has white color on #DB0F0F background.