Color Hex Logo

#da391d Color Hex

#DA391D
(218,57,29)
0 Favorites   0 Comments

Color spaces of #da391d

RGB 2185729
HSL0.020.770.48
HSV87°85°
CMYK 0.000.740.87   0.15
XYZ30.598317.92043.0087
Yxy17.92040.59380.3478
Hunter Lab42.332554.939525.4188
CIE-Lab49.399460.786652.2928

#da391d color RGB value is (218,57,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 00011101
Octal 332 71 35
Decimal 218 57 29
Hex DA 39 1D

RGB Percentages of Color #da391d

%71.71
%18.75
%9.54

CMYK Percentages of Color #da391d

%0
%74
%87
%15

Triadic Colors of #da391d

#da391d #1dda39 #391dda

Analogous Colors of #da391d

#da391d #da981d #da1d5f

Monochromatic Colors of #da391d

#da391d

Complementary Color

#da391d #1dbeda

#da391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da391d Color CSS Codes

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

#da391d Text Font Color

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

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


#da391d Background Color

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

This div background color is #da391d


#da391d Border Color

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

This div border color is #da391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da391d


Comments

No comments written yet.

Please login to write comment.