Color Hex Logo

#dd402c Color Hex

#DD402C
(221,64,44)
0 Favorites   0 Comments

Color spaces of #dd402c

RGB 2216444
HSL0.020.720.52
HSV80°87°
CMYK 0.000.710.80   0.13
XYZ32.106819.22084.4006
Yxy19.22080.57610.3449
Hunter Lab43.841553.999624.7378
CIE-Lab50.944559.668046.7864

#dd402c color RGB value is (221,64,44).

#dd402c hex color red value is 221, green value is 64 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dd402c hue: 0.02 , saturation: 0.72 and the lightness value of dd402c is 0.52.

The process color (four color CMYK) of #dd402c color hex is 0.00, 0.71, 0.80, 0.13. Web safe color of #dd402c is #cc3333. Color #dd402c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 00101100
Octal 335 100 54
Decimal 221 64 44
Hex DD 40 2C

RGB Percentages of Color #dd402c

%67.17
%19.45
%13.37

CMYK Percentages of Color #dd402c

%0
%71
%80
%13

Triadic Colors of #dd402c

#dd402c #2cdd40 #402cdd

Analogous Colors of #dd402c

#dd402c #dd992c #dd2c71

Monochromatic Colors of #dd402c

#dd402c

Complementary Color

#dd402c #2cc9dd

#dd402c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd402c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd402c Color CSS Codes

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

#dd402c Text Font Color

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

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


#dd402c Background Color

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

This div background color is #dd402c


#dd402c Border Color

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

This div border color is #dd402c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd402c


Comments

No comments written yet.

Please login to write comment.