Color Hex Logo

#db401f Color Hex

#DB401F
(219,64,31)
0 Favorites   0 Comments

Color spaces of #db401f

RGB 2196431
HSL0.030.750.49
HSV11°86°86°
CMYK 0.000.710.86   0.14
XYZ31.294118.82583.2807
Yxy18.82580.58600.3525
Hunter Lab43.388752.812925.8891
CIE-Lab50.482858.695152.3908

#db401f color RGB value is (219,64,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 00011111
Octal 333 100 37
Decimal 219 64 31
Hex DB 40 1F

RGB Percentages of Color #db401f

%69.75
%20.38
%9.87

CMYK Percentages of Color #db401f

%0
%71
%86
%14

Triadic Colors of #db401f

#db401f #1fdb40 #401fdb

Analogous Colors of #db401f

#db401f #db9e1f #db1f5c

Monochromatic Colors of #db401f

#db401f

Complementary Color

#db401f #1fbadb

#db401f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db401f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db401f Color CSS Codes

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

#db401f Text Font Color

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

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


#db401f Background Color

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

This div background color is #db401f


#db401f Border Color

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

This div border color is #db401f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db401f


Comments

No comments written yet.

Please login to write comment.