Color Hex Logo

#db362f Color Hex

#DB362F
(219,54,47)
0 Favorites   0 Comments

Color spaces of #db362f

RGB 2195447
HSL0.010.700.52
HSV79°86°
CMYK 0.000.750.79   0.14
XYZ31.045717.90364.5088
Yxy17.90360.58070.3349
Hunter Lab42.312656.922223.3010
CIE-Lab49.379062.536943.5291

#db362f color RGB value is (219,54,47).

#db362f hex color red value is 219, green value is 54 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #db362f hue: 0.01 , saturation: 0.70 and the lightness value of db362f is 0.52.

The process color (four color CMYK) of #db362f color hex is 0.00, 0.75, 0.79, 0.14. Web safe color of #db362f is #cc3333. Color #db362f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110110 00101111
Octal 333 66 57
Decimal 219 54 47
Hex DB 36 2F

RGB Percentages of Color #db362f

%68.44
%16.88
%14.69

CMYK Percentages of Color #db362f

%0
%75
%79
%14

Triadic Colors of #db362f

#db362f #2fdb36 #362fdb

Analogous Colors of #db362f

#db362f #db8c2f #db2f7e

Monochromatic Colors of #db362f

#db362f

Complementary Color

#db362f #2fd4db

#db362f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db362f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db362f Color CSS Codes

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

#db362f Text Font Color

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

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


#db362f Background Color

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

This div background color is #db362f


#db362f Border Color

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

This div border color is #db362f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db362f


Comments

No comments written yet.

Please login to write comment.