Color Hex Logo

#db3724 Color Hex

#DB3724
(219,55,36)
0 Favorites   0 Comments

Color spaces of #db3724

RGB 2195536
HSL0.020.720.50
HSV84°86°
CMYK 0.000.750.84   0.14
XYZ30.898017.91983.4994
Yxy17.91980.59060.3425
Hunter Lab42.331856.206724.7310
CIE-Lab49.398761.905049.1685

#db3724 color RGB value is (219,55,36).

#db3724 hex color red value is 219, green value is 55 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #db3724 hue: 0.02 , saturation: 0.72 and the lightness value of db3724 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 00100100
Octal 333 67 44
Decimal 219 55 36
Hex DB 37 24

RGB Percentages of Color #db3724

%70.65
%17.74
%11.61

CMYK Percentages of Color #db3724

%0
%75
%84
%14

Triadic Colors of #db3724

#db3724 #24db37 #3724db

Analogous Colors of #db3724

#db3724 #db9324 #db246d

Monochromatic Colors of #db3724

#db3724

Complementary Color

#db3724 #24c8db

#db3724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3724 Color CSS Codes

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

#db3724 Text Font Color

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

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


#db3724 Background Color

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

This div background color is #db3724


#db3724 Border Color

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

This div border color is #db3724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3724


Comments

No comments written yet.

Please login to write comment.