Color Hex Logo

#dd461e Color Hex

#DD461E
(221,70,30)
0 Favorites   0 Comments

Color spaces of #dd461e

RGB 2217030
HSL0.030.760.49
HSV13°86°87°
CMYK 0.000.680.86   0.13
XYZ32.243319.84623.3596
Yxy19.84620.58150.3579
Hunter Lab44.549151.232126.7131
CIE-Lab51.662957.064553.9305

#dd461e color RGB value is (221,70,30).

#dd461e hex color red value is 221, green value is 70 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dd461e hue: 0.03 , saturation: 0.76 and the lightness value of dd461e is 0.49.

The process color (four color CMYK) of #dd461e color hex is 0.00, 0.68, 0.86, 0.13. Web safe color of #dd461e is #cc3333. Color #dd461e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 00011110
Octal 335 106 36
Decimal 221 70 30
Hex DD 46 1E

RGB Percentages of Color #dd461e

%68.85
%21.81
%9.35

CMYK Percentages of Color #dd461e

%0
%68
%86
%13

Triadic Colors of #dd461e

#dd461e #1edd46 #461edd

Analogous Colors of #dd461e

#dd461e #dda61e #dd1e55

Monochromatic Colors of #dd461e

#dd461e

Complementary Color

#dd461e #1eb5dd

#dd461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd461e Color CSS Codes

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

#dd461e Text Font Color

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

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


#dd461e Background Color

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

This div background color is #dd461e


#dd461e Border Color

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

This div border color is #dd461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd461e


Comments

No comments written yet.

Please login to write comment.