COLOR #DB002B

HEX: #DB002B RGB: (219,0,43)

Color info

#DB002B contains mainly red color. Web safe color of #DB002B is #CC0033 (or #C03).

RGB color model

#DB002B color RGB value is (219,0,43).

RGB: (219,0,43) (86%, 0%, 17%)

RGB channels and saturation

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

219
0
43

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

Portions of RGB colors in percentages

R + G + B = 219 + 0 + 43 = 262 (100%)
R 219 of 262 ~ 83.59%
G 0 of 262 ~ 0%
B 43 of 262 ~ 16.41'%

%83.59
%16.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 80.37%
  • key color value is 14.12%

CMYK: (0,100,80,14)
C0M100Y80K14 (0%, 100%, 80%, 14%)
(0.00 / 1.00 / 0.80 / 0.14)

CMYK percentages

%0
%100
%80.37
%14.12

Codes

Color #DB002B in popluar color models

DB 00 2B
RGB 219 0 43
HSL 348° 100.00% 42.94%
HSB/HSV 348° 100.00% 85.88%
CMYK 0.00% 100.00% 80.37%
14.12%

Color #DB002B in popluar number systems.

HEX DB 00 2B
Decimal 219 0 43
Binary 11011011 0 101011
Octal 333 0 53

Shades and tints

Shades of #DB002B

#DB002B
(219,0,43)
#C80028
(200,0,40)
#B50025
(181,0,37)
#A20022
(162,0,34)
#8F001F
(143,0,31)
#7C001C
(124,0,28)
#690019
(105,0,25)
#560016
(86,0,22)
#430013
(67,0,19)
#300010
(48,0,16)
#1D000D
(29,0,13)
#000000
(0,0,0)

Tints of #DB002B

#DB002B
(219,0,43)
#DE173E
(222,23,62)
#E12E51
(225,46,81)
#E44564
(228,69,100)
#E75C77
(231,92,119)
#EA738A
(234,115,138)
#ED8A9D
(237,138,157)
#F0A1B0
(240,161,176)
#F3B8C3
(243,184,195)
#F6CFD6
(246,207,214)
#F9E6E9
(249,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB002B; }

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

This text font color is #DB002B.

Background Color

.myBgColor { background-color: #DB002B; }

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

This div background color is #DB002B.

Border color

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

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

This div border color is #DB002B.

Opacity

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

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

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

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

This text has shadow with #DB002B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB002B.

Preview

Color preview on black background

This text has color #DB002B on black background.


Color preview on white background

This text has color #DB002B on white background.


Black color preview on #DB002B background

This text has black color on #DB002B background.


White color preview on #DB002B background

This text has white color on #DB002B background.


Related colors

Complementary color

Complementary color for #hex is #24FFD4.


I love getcolorcode.com

Triadic colors

1 #2BDB00 and #002BDB with #DB002B are triadic colors.

2 #2B00DB and #00DB2B with #DB002B are triadic colors.