Color Hex Logo

#db441e Color Hex

#DB441E
(219,68,30)
0 Favorites   0 Comments

Color spaces of #db441e

RGB 2196830
HSL0.030.760.49
HSV12°86°86°
CMYK 0.000.690.86   0.14
XYZ31.514919.28813.2902
Yxy19.28810.58260.3566
Hunter Lab43.918251.231426.3010
CIE-Lab51.022657.178453.2615

#db441e color RGB value is (219,68,30).

#db441e hex color red value is 219, green value is 68 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db441e hue: 0.03 , saturation: 0.76 and the lightness value of db441e is 0.49.

The process color (four color CMYK) of #db441e color hex is 0.00, 0.69, 0.86, 0.14. Web safe color of #db441e is #cc3333. Color #db441e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000100 00011110
Octal 333 104 36
Decimal 219 68 30
Hex DB 44 1E

RGB Percentages of Color #db441e

%69.09
%21.45
%9.46

CMYK Percentages of Color #db441e

%0
%69
%86
%14

Triadic Colors of #db441e

#db441e #1edb44 #441edb

Analogous Colors of #db441e

#db441e #dba31e #db1e56

Monochromatic Colors of #db441e

#db441e

Complementary Color

#db441e #1eb5db

#db441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db441e Color CSS Codes

.mybgcolor {background-color:#db441e; } 
.myforecolor {color:#db441e; }
.mybordercolor {border:3px solid #db441e; }

#db441e Text Font Color

<p style="color:#db441e">Text here</p>

This sample text font color is #db441e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db441e Background Color

<div style="background-color:#db441e">
Div content here</div>

This div background color is #db441e


#db441e Border Color

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

This div border color is #db441e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,68,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db441e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db441e;
  -webkit-box-shadow: 1px 1px 3px 2px #db441e;
  box-shadow:         1px 1px 3px 2px #db441e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,68,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db441e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db441e;
  -webkit-box-shadow: 1px 1px 3px 2px #db441e;
  box-shadow:         1px 1px 3px 2px #db441e;">
Div content here</div>

This div box has shadow with color #db441e


Comments

No comments written yet.

Please login to write comment.