Color Hex Logo

#dd403b Color Hex

#DD403B
(221,64,59)
0 Favorites   0 Comments

Color spaces of #dd403b

RGB 2216459
HSL0.010.700.55
HSV73°87°
CMYK 0.000.710.73   0.13
XYZ32.441619.35476.1636
Yxy19.35470.55970.3339
Hunter Lab43.994054.638222.4892
CIE-Lab51.099660.205738.8961

#dd403b color RGB value is (221,64,59).

#dd403b hex color red value is 221, green value is 64 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dd403b hue: 0.01 , saturation: 0.70 and the lightness value of dd403b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 00111011
Octal 335 100 73
Decimal 221 64 59
Hex DD 40 3B

RGB Percentages of Color #dd403b

%64.24
%18.60
%17.15

CMYK Percentages of Color #dd403b

%0
%71
%73
%13

Triadic Colors of #dd403b

#dd403b #3bdd40 #403bdd

Analogous Colors of #dd403b

#dd403b #dd913b #dd3b87

Monochromatic Colors of #dd403b

#dd403b

Complementary Color

#dd403b #3bd8dd

#dd403b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd403b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd403b Color CSS Codes

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

#dd403b Text Font Color

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

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


#dd403b Background Color

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

This div background color is #dd403b


#dd403b Border Color

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

This div border color is #dd403b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd403b


Comments

No comments written yet.

Please login to write comment.