Color Hex Logo

#da441d Color Hex

#DA441D
(218,68,29)
0 Favorites   0 Comments

Color spaces of #da441d

RGB 2186829
HSL0.030.770.48
HSV12°87°85°
CMYK 0.000.690.87   0.15
XYZ31.202319.12843.2100
Yxy19.12840.58280.3573
Hunter Lab43.736050.808026.2636
CIE-Lab50.837156.829953.4520

#da441d color RGB value is (218,68,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 00011101
Octal 332 104 35
Decimal 218 68 29
Hex DA 44 1D

RGB Percentages of Color #da441d

%69.21
%21.59
%9.21

CMYK Percentages of Color #da441d

%0
%69
%87
%15

Triadic Colors of #da441d

#da441d #1dda44 #441dda

Analogous Colors of #da441d

#da441d #daa31d #da1d54

Monochromatic Colors of #da441d

#da441d

Complementary Color

#da441d #1db3da

#da441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da441d Color CSS Codes

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

#da441d Text Font Color

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

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


#da441d Background Color

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

This div background color is #da441d


#da441d Border Color

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

This div border color is #da441d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,68,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 #da441d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da441d


Comments

No comments written yet.

Please login to write comment.