Color Hex Logo

#db322d Color Hex

#DB322D
(219,50,45)
0 Favorites   0 Comments

Color spaces of #db322d

RGB 2195045
HSL0.000.710.52
HSV79°86°
CMYK 0.000.770.79   0.14
XYZ30.827717.53074.2416
Yxy17.53070.58610.3333
Hunter Lab41.869758.153623.3024
CIE-Lab48.921963.699344.1358

#db322d color RGB value is (219,50,45).

#db322d hex color red value is 219, green value is 50 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #db322d hue: 0.00 , saturation: 0.71 and the lightness value of db322d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 00101101
Octal 333 62 55
Decimal 219 50 45
Hex DB 32 2D

RGB Percentages of Color #db322d

%69.75
%15.92
%14.33

CMYK Percentages of Color #db322d

%0
%77
%79
%14

Triadic Colors of #db322d

#db322d #2ddb32 #322ddb

Analogous Colors of #db322d

#db322d #db892d #db2d7f

Monochromatic Colors of #db322d

#db322d

Complementary Color

#db322d #2dd6db

#db322d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db322d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db322d Color CSS Codes

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

#db322d Text Font Color

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

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


#db322d Background Color

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

This div background color is #db322d


#db322d Border Color

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

This div border color is #db322d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db322d


Comments

No comments written yet.

Please login to write comment.