Color Hex Logo

#dd383d Color Hex

#DD383D
(221,56,61)
0 Favorites   0 Comments

Color spaces of #dd383d

RGB 2215661
HSL0.990.710.54
HSV358°75°87°
CMYK 0.000.750.72   0.13
XYZ32.075318.53746.3024
Yxy18.53740.56360.3257
Hunter Lab43.055157.633121.4597
CIE-Lab50.141563.015336.6720

#dd383d color RGB value is (221,56,61).

#dd383d hex color red value is 221, green value is 56 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dd383d hue: 0.99 , saturation: 0.71 and the lightness value of dd383d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111000 00111101
Octal 335 70 75
Decimal 221 56 61
Hex DD 38 3D

RGB Percentages of Color #dd383d

%65.38
%16.57
%18.05

CMYK Percentages of Color #dd383d

%0
%75
%72
%13

Triadic Colors of #dd383d

#dd383d #3ddd38 #383ddd

Analogous Colors of #dd383d

#dd383d #dd8638 #dd3890

Monochromatic Colors of #dd383d

#dd383d

Complementary Color

#dd383d #38ddd8

#dd383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd383d Color CSS Codes

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

#dd383d Text Font Color

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

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


#dd383d Background Color

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

This div background color is #dd383d


#dd383d Border Color

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

This div border color is #dd383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd383d


Comments

No comments written yet.

Please login to write comment.