Color Hex Logo

#db392c Color Hex

#DB392C
(219,57,44)
0 Favorites   0 Comments

Color spaces of #db392c

RGB 2195744
HSL0.010.710.52
HSV80°86°
CMYK 0.000.740.80   0.14
XYZ31.131218.16824.2489
Yxy18.16820.58140.3393
Hunter Lab42.624255.777823.9267
CIE-Lab49.699561.471245.4376

#db392c color RGB value is (219,57,44).

#db392c hex color red value is 219, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db392c hue: 0.01 , saturation: 0.71 and the lightness value of db392c is 0.52.

The process color (four color CMYK) of #db392c color hex is 0.00, 0.74, 0.80, 0.14. Web safe color of #db392c is #cc3333. Color #db392c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 00101100
Octal 333 71 54
Decimal 219 57 44
Hex DB 39 2C

RGB Percentages of Color #db392c

%68.44
%17.81
%13.75

CMYK Percentages of Color #db392c

%0
%74
%80
%14

Triadic Colors of #db392c

#db392c #2cdb39 #392cdb

Analogous Colors of #db392c

#db392c #db912c #db2c77

Monochromatic Colors of #db392c

#db392c

Complementary Color

#db392c #2ccedb

#db392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db392c Color CSS Codes

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

#db392c Text Font Color

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

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


#db392c Background Color

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

This div background color is #db392c


#db392c Border Color

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

This div border color is #db392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db392c


Comments

No comments written yet.

Please login to write comment.