Color Hex Logo

#dd400a Color Hex

#DD400A
(221,64,10)
0 Favorites   0 Comments

Color spaces of #dd400a

RGB 2216410
HSL0.040.910.45
HSV15°95°87°
CMYK 0.000.710.95   0.13
XYZ31.707019.06092.2951
Yxy19.06090.59750.3592
Hunter Lab43.658853.231927.4443
CIE-Lab50.758459.018959.8534

#dd400a color RGB value is (221,64,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 00001010
Octal 335 100 12
Decimal 221 64 10
Hex DD 40 A

RGB Percentages of Color #dd400a

%74.92
%21.69
%3.39

CMYK Percentages of Color #dd400a

%0
%71
%95
%13

Triadic Colors of #dd400a

#dd400a #0add40 #400add

Analogous Colors of #dd400a

#dd400a #ddaa0a #dd0a3d

Monochromatic Colors of #dd400a

#dd400a

Complementary Color

#dd400a #0aa7dd

#dd400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd400a Color CSS Codes

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

#dd400a Text Font Color

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

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


#dd400a Background Color

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

This div background color is #dd400a


#dd400a Border Color

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

This div border color is #dd400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd400a


Comments

No comments written yet.

Please login to write comment.