Color Hex Logo

#dd400b Color Hex

#DD400B
(221,64,11)
0 Favorites   0 Comments

Color spaces of #dd400b

RGB 2216411
HSL0.040.910.45
HSV15°95°87°
CMYK 0.000.710.95   0.13
XYZ31.712619.06312.3247
Yxy19.06310.59720.3590
Hunter Lab43.661353.242927.4061
CIE-Lab50.760959.028359.6214

#dd400b color RGB value is (221,64,11).

#dd400b hex color red value is 221, green value is 64 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dd400b hue: 0.04 , saturation: 0.91 and the lightness value of dd400b is 0.45.

The process color (four color CMYK) of #dd400b color hex is 0.00, 0.71, 0.95, 0.13. Web safe color of #dd400b is #cc3300. Color #dd400b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 00001011
Octal 335 100 13
Decimal 221 64 11
Hex DD 40 B

RGB Percentages of Color #dd400b

%74.66
%21.62
%3.72

CMYK Percentages of Color #dd400b

%0
%71
%95
%13

Triadic Colors of #dd400b

#dd400b #0bdd40 #400bdd

Analogous Colors of #dd400b

#dd400b #dda90b #dd0b3f

Monochromatic Colors of #dd400b

#dd400b

Complementary Color

#dd400b #0ba8dd

#dd400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd400b Color CSS Codes

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

#dd400b Text Font Color

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

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


#dd400b Background Color

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

This div background color is #dd400b


#dd400b Border Color

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

This div border color is #dd400b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd400b


Comments

No comments written yet.

Please login to write comment.