Color Hex Logo

#db3216 Color Hex

#DB3216
(219,50,22)
0 Favorites   0 Comments

Color spaces of #db3216

RGB 2195022
HSL0.020.820.47
HSV90°86°
CMYK 0.000.770.90   0.14
XYZ30.498817.39922.5100
Yxy17.39920.60500.3452
Hunter Lab41.712357.517225.6309
CIE-Lab48.759163.174654.7333

#db3216 color RGB value is (219,50,22).

#db3216 hex color red value is 219, green value is 50 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #db3216 hue: 0.02 , saturation: 0.82 and the lightness value of db3216 is 0.47.

The process color (four color CMYK) of #db3216 color hex is 0.00, 0.77, 0.90, 0.14. Web safe color of #db3216 is #cc3300. Color #db3216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 00010110
Octal 333 62 26
Decimal 219 50 22
Hex DB 32 16

RGB Percentages of Color #db3216

%75.26
%17.18
%7.56

CMYK Percentages of Color #db3216

%0
%77
%90
%14

Triadic Colors of #db3216

#db3216 #16db32 #3216db

Analogous Colors of #db3216

#db3216 #db9516 #db165d

Monochromatic Colors of #db3216

#db3216

Complementary Color

#db3216 #16bfdb

#db3216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3216 Color CSS Codes

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

#db3216 Text Font Color

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

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


#db3216 Background Color

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

This div background color is #db3216


#db3216 Border Color

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

This div border color is #db3216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3216


Comments

No comments written yet.

Please login to write comment.