Color Hex Logo

#dd381c Color Hex

#DD381C
(221,56,28)
0 Favorites   0 Comments

Color spaces of #dd381c

RGB 2215628
HSL0.020.780.49
HSV87°87°
CMYK 0.000.750.87   0.13
XYZ31.442618.28432.9706
Yxy18.28430.59670.3470
Hunter Lab42.760156.425225.8132
CIE-Lab49.839162.014653.3072

#dd381c color RGB value is (221,56,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111000 00011100
Octal 335 70 34
Decimal 221 56 28
Hex DD 38 1C

RGB Percentages of Color #dd381c

%72.46
%18.36
%9.18

CMYK Percentages of Color #dd381c

%0
%75
%87
%13

Triadic Colors of #dd381c

#dd381c #1cdd38 #381cdd

Analogous Colors of #dd381c

#dd381c #dd991c #dd1c61

Monochromatic Colors of #dd381c

#dd381c

Complementary Color

#dd381c #1cc1dd

#dd381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd381c Color CSS Codes

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

#dd381c Text Font Color

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

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


#dd381c Background Color

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

This div background color is #dd381c


#dd381c Border Color

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

This div border color is #dd381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd381c


Comments

No comments written yet.

Please login to write comment.