Color Hex Logo

#db161f Color Hex

#DB161F
(219,22,31)
0 Favorites   0 Comments

Color spaces of #db161f

RGB 2192231
HSL0.990.820.47
HSV357°90°86°
CMYK 0.000.900.86   0.14
XYZ29.747615.73282.7652
Yxy15.73280.61660.3261
Hunter Lab39.664664.458223.6318
CIE-Lab46.622069.552849.1813

#db161f color RGB value is (219,22,31).

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

The process color (four color CMYK) of #db161f color hex is 0.00, 0.90, 0.86, 0.14. Web safe color of #db161f is #cc0033. Color #db161f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 00011111
Octal 333 26 37
Decimal 219 22 31
Hex DB 16 1F

RGB Percentages of Color #db161f

%80.51
%8.09
%11.40

CMYK Percentages of Color #db161f

%0
%90
%86
%14

Triadic Colors of #db161f

#db161f #1fdb16 #161fdb

Analogous Colors of #db161f

#db161f #db7016 #db1682

Monochromatic Colors of #db161f

#db161f

Complementary Color

#db161f #16dbd2

#db161f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db161f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db161f Color CSS Codes

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

#db161f Text Font Color

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

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


#db161f Background Color

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

This div background color is #db161f


#db161f Border Color

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

This div border color is #db161f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db161f


Comments

No comments written yet.

Please login to write comment.