COLOR #DB1504

HEX: #DB1504
RGB: (219,21,4)

Color info

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

RGB color model

#DB1504 color RGB value is (219,21,4).

  • red value is 219;
  • green value is 21;
  • blue value is 4.
RGB:
(219,21,4)
(86%,8%,2%)

RGB channels and saturation

R 219 of 255 = 86%
G 21 of 255 = 8%
B 4 of 255 = 2%

219
21
4

R + G + B ~ 32%. #DB1504 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
219 + 21 + 4 = 244 (100%)
R 219 of 244 ~ 89.75%
G 21 of 244 ~ 8.61%
B 4 of 244 ~ 1.64%

%89.75

CMYK color model

#DB1504 color CMYK value is (0,90,98,14).

  • cyan value is 0.00%
  • magenta value is 90.41%
  • yellow value is 98.17%
  • key color value is 14.12%
CMYK:
(0,90,98,14)
C0M90Y98K14 
(0%,90%,98%,14%)
(0.00/0.90/0.98/0.14)	

CMYK percentages

%0
%90.41
%98.17
%14.12

Codes

Color #DB1504 in popluar color models

DB1504
RGB219214
HSL96.41%43.73%
HSB/HSV98.17%85.88%
CMYK0.00%90.41%98.17%
14.12%

Color #DB1504 in popluar number systems.

HEXDB1504
Decimal219214
Binary1101101110101100
Octal333254

Shades and tints

Shades of #DB1504

#DB1504
(219,21,4)
#C81404
(200,20,4)
#B51304
(181,19,4)
#A21204
(162,18,4)
#8F1104
(143,17,4)
#7C1004
(124,16,4)
#690F04
(105,15,4)
#560E04
(86,14,4)
#430D04
(67,13,4)
#300C04
(48,12,4)
#1D0B04
(29,11,4)
#000000
(0,0,0)

Tints of #DB1504

#DB1504
(219,21,4)
#DE2A1A
(222,42,26)
#E13F30
(225,63,48)
#E45446
(228,84,70)
#E7695C
(231,105,92)
#EA7E72
(234,126,114)
#ED9388
(237,147,136)
#F0A89E
(240,168,158)
#F3BDB4
(243,189,180)
#F6D2CA
(246,210,202)
#F9E7E0
(249,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB1504; }

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

This text font color is #DB1504.


Background Color

.myBgColor { background-color: #DB1504; }

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

This div background color is #DB1504.


Border color

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

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

This div border color is #DB1504.


Opacity

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

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

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

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

This text has shadow with #DB1504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB1504 on black background.


Color preview on white background

This text has color #DB1504 on white background.



Black color preview on #DB1504 background

This text has black color on #DB1504 background.


White color preview on #DB1504 background

This text has white color on #DB1504 background.