Color Hex Logo

#dd451c Color Hex

#DD451C
(221,69,28)
0 Favorites   0 Comments

Color spaces of #dd451c

RGB 2216928
HSL0.040.780.49
HSV13°87°87°
CMYK 0.000.690.87   0.13
XYZ32.156519.71223.2086
Yxy19.71220.58380.3579
Hunter Lab44.398451.585226.7941
CIE-Lab51.510257.409154.6216

#dd451c color RGB value is (221,69,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 00011100
Octal 335 105 34
Decimal 221 69 28
Hex DD 45 1C

RGB Percentages of Color #dd451c

%69.50
%21.70
%8.81

CMYK Percentages of Color #dd451c

%0
%69
%87
%13

Triadic Colors of #dd451c

#dd451c #1cdd45 #451cdd

Analogous Colors of #dd451c

#dd451c #dda61c #dd1c54

Monochromatic Colors of #dd451c

#dd451c

Complementary Color

#dd451c #1cb4dd

#dd451c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd451c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd451c Color CSS Codes

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

#dd451c Text Font Color

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

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


#dd451c Background Color

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

This div background color is #dd451c


#dd451c Border Color

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

This div border color is #dd451c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd451c


Comments

No comments written yet.

Please login to write comment.