Color Hex Logo

#dd390f Color Hex

#DD390F
(221,57,15)
0 Favorites   0 Comments

Color spaces of #dd390f

RGB 2215715
HSL0.030.870.46
HSV12°93°87°
CMYK 0.000.740.93   0.13
XYZ31.368118.33292.3373
Yxy18.33290.60280.3523
Hunter Lab42.816955.841226.7353
CIE-Lab49.897461.490158.0324

#dd390f color RGB value is (221,57,15).

#dd390f hex color red value is 221, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dd390f hue: 0.03 , saturation: 0.87 and the lightness value of dd390f is 0.46.

The process color (four color CMYK) of #dd390f color hex is 0.00, 0.74, 0.93, 0.13. Web safe color of #dd390f is #cc3300. Color #dd390f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 00001111
Octal 335 71 17
Decimal 221 57 15
Hex DD 39 F

RGB Percentages of Color #dd390f

%75.43
%19.45
%5.12

CMYK Percentages of Color #dd390f

%0
%74
%93
%13

Triadic Colors of #dd390f

#dd390f #0fdd39 #390fdd

Analogous Colors of #dd390f

#dd390f #dda00f #dd0f4c

Monochromatic Colors of #dd390f

#dd390f

Complementary Color

#dd390f #0fb3dd

#dd390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd390f Color CSS Codes

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

#dd390f Text Font Color

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

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


#dd390f Background Color

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

This div background color is #dd390f


#dd390f Border Color

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

This div border color is #dd390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd390f


Comments

No comments written yet.

Please login to write comment.