Color Hex Logo

#db4100 Color Hex

#DB4100
(219,65,0)
0 Favorites   0 Comments

Color spaces of #db4100

RGB 219650
HSL0.051.000.43
HSV18°100°86°
CMYK 0.000.701.00   0.14
XYZ31.103718.84071.9973
Yxy18.84070.59880.3627
Hunter Lab43.405951.948927.6559
CIE-Lab50.500357.917861.9095

#db4100 color RGB value is (219,65,0).

#db4100 hex color red value is 219, green value is 65 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #db4100 hue: 0.05 , saturation: 1.00 and the lightness value of db4100 is 0.43.

The process color (four color CMYK) of #db4100 color hex is 0.00, 0.70, 1.00, 0.14. Web safe color of #db4100 is #cc3300. Color #db4100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 00000000
Octal 333 101 0
Decimal 219 65 0
Hex DB 41 0

RGB Percentages of Color #db4100

%77.11
%22.89
%0.00

CMYK Percentages of Color #db4100

%0
%70
%100
%14

Triadic Colors of #db4100

#db4100 #00db41 #4100db

Analogous Colors of #db4100

#db4100 #dbaf00 #db002d

Monochromatic Colors of #db4100

#db4100

Complementary Color

#db4100 #009adb

#db4100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4100 Color CSS Codes

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

#db4100 Text Font Color

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

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


#db4100 Background Color

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

This div background color is #db4100


#db4100 Border Color

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

This div border color is #db4100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4100


Comments

No comments written yet.

Please login to write comment.