Color Hex Logo

#db3813 Color Hex

#DB3813
(219,56,19)
0 Favorites   0 Comments

Color spaces of #db3813

RGB 2195619
HSL0.030.840.47
HSV11°91°86°
CMYK 0.000.740.91   0.14
XYZ30.745117.93542.4575
Yxy17.93540.60120.3507
Hunter Lab42.350255.473326.2047
CIE-Lab49.417761.255256.2683

#db3813 color RGB value is (219,56,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 00010011
Octal 333 70 23
Decimal 219 56 19
Hex DB 38 13

RGB Percentages of Color #db3813

%74.49
%19.05
%6.46

CMYK Percentages of Color #db3813

%0
%74
%91
%14

Triadic Colors of #db3813

#db3813 #13db38 #3813db

Analogous Colors of #db3813

#db3813 #db9c13 #db1352

Monochromatic Colors of #db3813

#db3813

Complementary Color

#db3813 #13b6db

#db3813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3813 Color CSS Codes

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

#db3813 Text Font Color

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

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


#db3813 Background Color

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

This div background color is #db3813


#db3813 Border Color

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

This div border color is #db3813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3813


Comments

No comments written yet.

Please login to write comment.