Color Hex Logo

#db392d Color Hex

#DB392D
(219,57,45)
0 Favorites   0 Comments

Color spaces of #db392d

RGB 2195745
HSL0.010.710.52
HSV79°86°
CMYK 0.000.740.79   0.14
XYZ31.150218.17584.3491
Yxy18.17580.58030.3386
Hunter Lab42.633155.814523.7948
CIE-Lab49.708661.501844.9243

#db392d color RGB value is (219,57,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 00101101
Octal 333 71 55
Decimal 219 57 45
Hex DB 39 2D

RGB Percentages of Color #db392d

%68.22
%17.76
%14.02

CMYK Percentages of Color #db392d

%0
%74
%79
%14

Triadic Colors of #db392d

#db392d #2ddb39 #392ddb

Analogous Colors of #db392d

#db392d #db902d #db2d78

Monochromatic Colors of #db392d

#db392d

Complementary Color

#db392d #2dcfdb

#db392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db392d Color CSS Codes

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

#db392d Text Font Color

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

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


#db392d Background Color

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

This div background color is #db392d


#db392d Border Color

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

This div border color is #db392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db392d


Comments

No comments written yet.

Please login to write comment.