Color Hex Logo

#dd441b Color Hex

#DD441B
(221,68,27)
0 Favorites   0 Comments

Color spaces of #dd441b

RGB 2216827
HSL0.040.780.49
HSV13°88°87°
CMYK 0.000.690.88   0.13
XYZ32.083719.58553.1263
Yxy19.58550.58550.3574
Hunter Lab44.255551.959126.7905
CIE-Lab51.365357.770854.9045

#dd441b color RGB value is (221,68,27).

#dd441b hex color red value is 221, green value is 68 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dd441b hue: 0.04 , saturation: 0.78 and the lightness value of dd441b is 0.49.

The process color (four color CMYK) of #dd441b color hex is 0.00, 0.69, 0.88, 0.13. Web safe color of #dd441b is #cc3333. Color #dd441b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 00011011
Octal 335 104 33
Decimal 221 68 27
Hex DD 44 1B

RGB Percentages of Color #dd441b

%69.94
%21.52
%8.54

CMYK Percentages of Color #dd441b

%0
%69
%88
%13

Triadic Colors of #dd441b

#dd441b #1bdd44 #441bdd

Analogous Colors of #dd441b

#dd441b #dda51b #dd1b53

Monochromatic Colors of #dd441b

#dd441b

Complementary Color

#dd441b #1bb4dd

#dd441b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd441b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd441b Color CSS Codes

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

#dd441b Text Font Color

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

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


#dd441b Background Color

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

This div background color is #dd441b


#dd441b Border Color

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

This div border color is #dd441b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,68,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd441b


Comments

No comments written yet.

Please login to write comment.