Color Hex Logo

#db1439 Color Hex

#DB1439
(219,20,57)
0 Favorites   0 Comments

Color spaces of #db1439

RGB 2192057
HSL0.970.830.47
HSV349°91°86°
CMYK 0.000.910.74   0.14
XYZ30.202115.85585.3395
Yxy15.85580.58760.3085
Hunter Lab39.819365.704519.9232
CIE-Lab46.784770.571435.0441

#db1439 color RGB value is (219,20,57).

#db1439 hex color red value is 219, green value is 20 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #db1439 hue: 0.97 , saturation: 0.83 and the lightness value of db1439 is 0.47.

The process color (four color CMYK) of #db1439 color hex is 0.00, 0.91, 0.74, 0.14. Web safe color of #db1439 is #cc0033. Color #db1439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 00111001
Octal 333 24 71
Decimal 219 20 57
Hex DB 14 39

RGB Percentages of Color #db1439

%73.99
%6.76
%19.26

CMYK Percentages of Color #db1439

%0
%91
%74
%14

Triadic Colors of #db1439

#db1439 #39db14 #1439db

Analogous Colors of #db1439

#db1439 #db5314 #db149d

Monochromatic Colors of #db1439

#db1439

Complementary Color

#db1439 #14dbb6

#db1439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1439 Color CSS Codes

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

#db1439 Text Font Color

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

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


#db1439 Background Color

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

This div background color is #db1439


#db1439 Border Color

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

This div border color is #db1439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1439


Comments

No comments written yet.

Please login to write comment.