Color Hex Logo

#dd613f Color Hex

#DD613F
(221,97,63)
0 Favorites   0 Comments

Color spaces of #dd613f

RGB 2219763
HSL0.040.700.56
HSV13°71°87°
CMYK 0.000.560.71   0.13
XYZ34.990724.28047.5450
Yxy24.28040.52370.3634
Hunter Lab49.275140.522925.4141
CIE-Lab56.367446.421942.6236

#dd613f color RGB value is (221,97,63).

#dd613f hex color red value is 221, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd613f hue: 0.04 , saturation: 0.70 and the lightness value of dd613f is 0.56.

The process color (four color CMYK) of #dd613f color hex is 0.00, 0.56, 0.71, 0.13. Web safe color of #dd613f is #cc6633. Color #dd613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100001 00111111
Octal 335 141 77
Decimal 221 97 63
Hex DD 61 3F

RGB Percentages of Color #dd613f

%58.01
%25.46
%16.54

CMYK Percentages of Color #dd613f

%0
%56
%71
%13

Triadic Colors of #dd613f

#dd613f #3fdd61 #613fdd

Analogous Colors of #dd613f

#dd613f #ddb03f #dd3f6c

Monochromatic Colors of #dd613f

#dd613f

Complementary Color

#dd613f #3fbbdd

#dd613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd613f Color CSS Codes

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

#dd613f Text Font Color

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

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


#dd613f Background Color

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

This div background color is #dd613f


#dd613f Border Color

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

This div border color is #dd613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd613f


Comments

No comments written yet.

Please login to write comment.