Color Hex Logo

#db143c Color Hex

#DB143C
(219,20,60)
0 Favorites   0 Comments

Color spaces of #db143c

RGB 2192060
HSL0.970.830.47
HSV348°91°86°
CMYK 0.000.910.73   0.14
XYZ30.279215.88665.7455
Yxy15.88660.58330.3060
Hunter Lab39.858065.850819.3540
CIE-Lab46.825470.686333.3038

#db143c color RGB value is (219,20,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 00111100
Octal 333 24 74
Decimal 219 20 60
Hex DB 14 3C

RGB Percentages of Color #db143c

%73.24
%6.69
%20.07

CMYK Percentages of Color #db143c

%0
%91
%73
%14

Triadic Colors of #db143c

#db143c #3cdb14 #143cdb

Analogous Colors of #db143c

#db143c #db5014 #db14a0

Monochromatic Colors of #db143c

#db143c

Complementary Color

#db143c #14dbb3

#db143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db143c Color CSS Codes

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

#db143c Text Font Color

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

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


#db143c Background Color

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

This div background color is #db143c


#db143c Border Color

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

This div border color is #db143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db143c


Comments

No comments written yet.

Please login to write comment.