Color Hex Logo

#da391c Color Hex

#DA391C
(218,57,28)
0 Favorites   0 Comments

Color spaces of #da391c

RGB 2185728
HSL0.030.770.48
HSV87°85°
CMYK 0.000.740.87   0.15
XYZ30.586217.91552.9446
Yxy17.91550.59450.3482
Hunter Lab42.326754.916325.5040
CIE-Lab49.393560.767252.7150

#da391c color RGB value is (218,57,28).

#da391c hex color red value is 218, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #da391c hue: 0.03 , saturation: 0.77 and the lightness value of da391c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 00011100
Octal 332 71 34
Decimal 218 57 28
Hex DA 39 1C

RGB Percentages of Color #da391c

%71.95
%18.81
%9.24

CMYK Percentages of Color #da391c

%0
%74
%87
%15

Triadic Colors of #da391c

#da391c #1cda39 #391cda

Analogous Colors of #da391c

#da391c #da981c #da1c5e

Monochromatic Colors of #da391c

#da391c

Complementary Color

#da391c #1cbdda

#da391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da391c Color CSS Codes

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

#da391c Text Font Color

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

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


#da391c Background Color

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

This div background color is #da391c


#da391c Border Color

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

This div border color is #da391c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da391c


Comments

No comments written yet.

Please login to write comment.