COLOR #DB421A

HEX: #DB421A
RGB: (219,66,26)

Color info

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

RGB color model

#DB421A color RGB value is (219,66,26).

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

RGB channels and saturation

R 219 of 255 = 86%
G 66 of 255 = 26%
B 26 of 255 = 10%

219
66
26

R + G + B ~ 41%. #DB421A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 66 + 26 = 311 (100%)
R 219 of 311 ~ 70.42%
G 66 of 311 ~ 21.22%
B 26 of 311 ~ 8.36%

%70.42
%21.22

CMYK color model

#DB421A color CMYK value is (0,70,88,14).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 88.13%
  • key color value is 14.12%
CMYK:
(0,70,88,14)
C0M70Y88K14 
(0%,70%,88%,14%)
(0.00/0.70/0.88/0.14)	

CMYK percentages

%0
%69.86
%88.13
%14.12

Codes

Color #DB421A in popluar color models

DB421A
RGB2196626
HSL12°78.78%48.04%
HSB/HSV12°88.13%85.88%
CMYK0.00%69.86%88.13%
14.12%

Color #DB421A in popluar number systems.

HEXDB421A
Decimal2196626
Binary11011011100001011010
Octal33310232

Shades and tints

Shades of #DB421A

#DB421A
(219,66,26)
#C83C18
(200,60,24)
#B53616
(181,54,22)
#A23014
(162,48,20)
#8F2A12
(143,42,18)
#7C2410
(124,36,16)
#691E0E
(105,30,14)
#56180C
(86,24,12)
#43120A
(67,18,10)
#300C08
(48,12,8)
#1D0606
(29,6,6)
#000000
(0,0,0)

Tints of #DB421A

#DB421A
(219,66,26)
#DE532E
(222,83,46)
#E16442
(225,100,66)
#E47556
(228,117,86)
#E7866A
(231,134,106)
#EA977E
(234,151,126)
#EDA892
(237,168,146)
#F0B9A6
(240,185,166)
#F3CABA
(243,202,186)
#F6DBCE
(246,219,206)
#F9ECE2
(249,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB421A; }

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

This text font color is #DB421A.


Background Color

.myBgColor { background-color: #DB421A; }

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

This div background color is #DB421A.


Border color

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

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

This div border color is #DB421A.


Opacity

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

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

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

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

This text has shadow with #DB421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB421A on black background.


Color preview on white background

This text has color #DB421A on white background.



Black color preview on #DB421A background

This text has black color on #DB421A background.


White color preview on #DB421A background

This text has white color on #DB421A background.