Color Hex Logo

#db142c Color Hex

#DB142C
(219,20,44)
0 Favorites   0 Comments

Color spaces of #db142c

RGB 2192044
HSL0.980.830.47
HSV353°91°86°
CMYK 0.000.910.80   0.14
XYZ29.918215.74223.8446
Yxy15.74220.60430.3180
Hunter Lab39.676465.165022.0284
CIE-Lab46.634470.146842.3768

#db142c color RGB value is (219,20,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 00101100
Octal 333 24 54
Decimal 219 20 44
Hex DB 14 2C

RGB Percentages of Color #db142c

%77.39
%7.07
%15.55

CMYK Percentages of Color #db142c

%0
%91
%80
%14

Triadic Colors of #db142c

#db142c #2cdb14 #142cdb

Analogous Colors of #db142c

#db142c #db6014 #db1490

Monochromatic Colors of #db142c

#db142c

Complementary Color

#db142c #14dbc3

#db142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db142c Color CSS Codes

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

#db142c Text Font Color

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

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


#db142c Background Color

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

This div background color is #db142c


#db142c Border Color

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

This div border color is #db142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db142c


Comments

No comments written yet.

Please login to write comment.