Color Hex Logo

#db1320 Color Hex

#DB1320
(219,19,32)
0 Favorites   0 Comments

Color spaces of #db1320

RGB 2191932
HSL0.990.840.47
HSV356°91°86°
CMYK 0.000.910.85   0.14
XYZ29.707015.63012.8177
Yxy15.63010.61690.3246
Hunter Lab39.534964.940923.4488
CIE-Lab46.485469.986948.5762

#db1320 color RGB value is (219,19,32).

#db1320 hex color red value is 219, green value is 19 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #db1320 hue: 0.99 , saturation: 0.84 and the lightness value of db1320 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 00100000
Octal 333 23 40
Decimal 219 19 32
Hex DB 13 20

RGB Percentages of Color #db1320

%81.11
%7.04
%11.85

CMYK Percentages of Color #db1320

%0
%91
%85
%14

Triadic Colors of #db1320

#db1320 #20db13 #1320db

Analogous Colors of #db1320

#db1320 #db6a13 #db1384

Monochromatic Colors of #db1320

#db1320

Complementary Color

#db1320 #13dbce

#db1320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1320 Color CSS Codes

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

#db1320 Text Font Color

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

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


#db1320 Background Color

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

This div background color is #db1320


#db1320 Border Color

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

This div border color is #db1320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1320


Comments

No comments written yet.

Please login to write comment.