Color Hex Logo

#db401e Color Hex

#DB401E
(219,64,30)
0 Favorites   0 Comments

Color spaces of #db401e

RGB 2196430
HSL0.030.760.49
HSV11°86°86°
CMYK 0.000.710.86   0.14
XYZ31.281218.82063.2123
Yxy18.82060.58670.3530
Hunter Lab43.382752.788125.9777
CIE-Lab50.476758.674052.8158

#db401e color RGB value is (219,64,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 00011110
Octal 333 100 36
Decimal 219 64 30
Hex DB 40 1E

RGB Percentages of Color #db401e

%69.97
%20.45
%9.58

CMYK Percentages of Color #db401e

%0
%71
%86
%14

Triadic Colors of #db401e

#db401e #1edb40 #401edb

Analogous Colors of #db401e

#db401e #db9f1e #db1e5a

Monochromatic Colors of #db401e

#db401e

Complementary Color

#db401e #1eb9db

#db401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db401e Color CSS Codes

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

#db401e Text Font Color

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

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


#db401e Background Color

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

This div background color is #db401e


#db401e Border Color

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

This div border color is #db401e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,64,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 #db401e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db401e


Comments

No comments written yet.

Please login to write comment.