Color Hex Logo

#da391e Color Hex

#DA391E
(218,57,30)
0 Favorites   0 Comments

Color spaces of #da391e

RGB 2185730
HSL0.020.760.49
HSV86°85°
CMYK 0.000.740.86   0.15
XYZ30.610917.92543.0749
Yxy17.92540.59310.3473
Hunter Lab42.338454.964325.3308
CIE-Lab49.405560.807551.8630

#da391e color RGB value is (218,57,30).

#da391e hex color red value is 218, green value is 57 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da391e hue: 0.02 , saturation: 0.76 and the lightness value of da391e is 0.49.

The process color (four color CMYK) of #da391e color hex is 0.00, 0.74, 0.86, 0.15. Web safe color of #da391e is #cc3333. Color #da391e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 00011110
Octal 332 71 36
Decimal 218 57 30
Hex DA 39 1E

RGB Percentages of Color #da391e

%71.48
%18.69
%9.84

CMYK Percentages of Color #da391e

%0
%74
%86
%15

Triadic Colors of #da391e

#da391e #1eda39 #391eda

Analogous Colors of #da391e

#da391e #da971e #da1e61

Monochromatic Colors of #da391e

#da391e

Complementary Color

#da391e #1ebfda

#da391e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da391e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da391e Color CSS Codes

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

#da391e Text Font Color

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

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


#da391e Background Color

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

This div background color is #da391e


#da391e Border Color

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

This div border color is #da391e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,57,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da391e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da391e;
  -webkit-box-shadow: 1px 1px 3px 2px #da391e;
  box-shadow:         1px 1px 3px 2px #da391e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,57,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da391e


Comments

No comments written yet.

Please login to write comment.