COLOR #DB1C0A

HEX: #DB1C0A RGB: (219,28,10)

Color info

#DB1C0A contains mainly red color. Web safe color of #DB1C0A is #CC3300 (or #C30).

RGB color model

#DB1C0A color RGB value is (219,28,10).

RGB: (219,28,10) (86%, 11%, 4%)

RGB channels and saturation

R 219 of 255 = 86%
G 28 of 255 = 11%
B 10 of 255 = 4%

219
28
10

R + G + B ~ 34%. #DB1C0A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 219 + 28 + 10 = 257 (100%)
R 219 of 257 ~ 85.21%
G 28 of 257 ~ 10.89%
B 10 of 257 ~ 3.89'%

%85.21
%10.89

CMYK color model

#DB1C0A color CMYK value is (0,87,95,14).

  • cyan value is 0.00%
  • magenta value is 87.21%
  • yellow value is 95.43%
  • key color value is 14.12%

CMYK: (0,87,95,14)
C0M87Y95K14 (0%, 87%, 95%, 14%)
(0.00 / 0.87 / 0.95 / 0.14)

CMYK percentages

%0
%87.21
%95.43
%14.12

Codes

Color #DB1C0A in popluar color models

DB 1C 0A
RGB 219 28 10
HSL 91.27% 44.90%
HSB/HSV 95.43% 85.88%
CMYK 0.00% 87.21% 95.43%
14.12%

Color #DB1C0A in popluar number systems.

HEX DB 1C 0A
Decimal 219 28 10
Binary 11011011 11100 1010
Octal 333 34 12

Shades and tints

Shades of #DB1C0A

#DB1C0A
(219,28,10)
#C81A0A
(200,26,10)
#B5180A
(181,24,10)
#A2160A
(162,22,10)
#8F140A
(143,20,10)
#7C120A
(124,18,10)
#69100A
(105,16,10)
#560E0A
(86,14,10)
#430C0A
(67,12,10)
#300A0A
(48,10,10)
#1D080A
(29,8,10)
#000000
(0,0,0)

Tints of #DB1C0A

#DB1C0A
(219,28,10)
#DE3020
(222,48,32)
#E14436
(225,68,54)
#E4584C
(228,88,76)
#E76C62
(231,108,98)
#EA8078
(234,128,120)
#ED948E
(237,148,142)
#F0A8A4
(240,168,164)
#F3BCBA
(243,188,186)
#F6D0D0
(246,208,208)
#F9E4E6
(249,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB1C0A; }

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

This text font color is #DB1C0A.

Background Color

.myBgColor { background-color: #DB1C0A; }

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

This div background color is #DB1C0A.

Border color

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

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

This div border color is #DB1C0A.

Opacity

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

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

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

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

This text has shadow with #DB1C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB1C0A.

Preview

Color preview on black background

This text has color #DB1C0A on black background.


Color preview on white background

This text has color #DB1C0A on white background.


Black color preview on #DB1C0A background

This text has black color on #DB1C0A background.


White color preview on #DB1C0A background

This text has white color on #DB1C0A background.


Related colors

Complementary color

Complementary color for #DB1C0A is #24E3F5.


I love getcolorcode.com

Triadic colors

1 #0ADB1C and #1C0ADB with #DB1C0A are triadic colors.

2 #0A1CDB and #1CDB0A with #DB1C0A are triadic colors.