Color Hex Logo

#db290e Color Hex

#DB290E
(219,41,14)
0 Favorites   0 Comments

Color spaces of #db290e

RGB 2194114
HSL0.020.880.46
HSV94°86°
CMYK 0.000.810.94   0.14
XYZ30.085616.67772.0489
Yxy16.67770.61640.3417
Hunter Lab40.838360.033825.6122
CIE-Lab47.851365.534656.8920

#db290e color RGB value is (219,41,14).

#db290e hex color red value is 219, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db290e hue: 0.02 , saturation: 0.88 and the lightness value of db290e is 0.46.

The process color (four color CMYK) of #db290e color hex is 0.00, 0.81, 0.94, 0.14. Web safe color of #db290e is #cc3300. Color #db290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 00001110
Octal 333 51 16
Decimal 219 41 14
Hex DB 29 E

RGB Percentages of Color #db290e

%79.93
%14.96
%5.11

CMYK Percentages of Color #db290e

%0
%81
%94
%14

Triadic Colors of #db290e

#db290e #0edb29 #290edb

Analogous Colors of #db290e

#db290e #db900e #db0e59

Monochromatic Colors of #db290e

#db290e

Complementary Color

#db290e #0ec0db

#db290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db290e Color CSS Codes

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

#db290e Text Font Color

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

This sample text font color is #db290e
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.


#db290e Background Color

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

This div background color is #db290e


#db290e Border Color

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

This div border color is #db290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db290e


Comments

No comments written yet.

Please login to write comment.