Color Hex Logo

#db130d Color Hex

#DB130D
(219,19,13)
0 Favorites   0 Comments

Color spaces of #db130d

RGB 2191913
HSL0.000.890.45
HSV94°86°
CMYK 0.000.910.94   0.14
XYZ29.518915.55491.8273
Yxy15.55490.62940.3317
Hunter Lab39.439764.580024.8608
CIE-Lab46.385069.701856.3553

#db130d color RGB value is (219,19,13).

#db130d hex color red value is 219, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #db130d hue: 0.00 , saturation: 0.89 and the lightness value of db130d is 0.45.

The process color (four color CMYK) of #db130d color hex is 0.00, 0.91, 0.94, 0.14. Web safe color of #db130d is #cc0000. Color #db130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 00001101
Octal 333 23 15
Decimal 219 19 13
Hex DB 13 D

RGB Percentages of Color #db130d

%87.25
%7.57
%5.18

CMYK Percentages of Color #db130d

%0
%91
%94
%14

Triadic Colors of #db130d

#db130d #0ddb13 #130ddb

Analogous Colors of #db130d

#db130d #db7a0d #db0d6e

Monochromatic Colors of #db130d

#db130d

Complementary Color

#db130d #0dd5db

#db130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db130d Color CSS Codes

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

#db130d Text Font Color

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

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


#db130d Background Color

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

This div background color is #db130d


#db130d Border Color

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

This div border color is #db130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db130d


Comments

No comments written yet.

Please login to write comment.