Color Hex Logo

#dd410d Color Hex

#DD410D
(221,65,13)
0 Favorites   0 Comments

Color spaces of #dd410d

RGB 2216513
HSL0.040.890.46
HSV15°94°87°
CMYK 0.000.710.94   0.13
XYZ31.781719.18182.4081
Yxy19.18180.59550.3594
Hunter Lab43.797052.885327.3980
CIE-Lab50.899258.684059.2040

#dd410d color RGB value is (221,65,13).

#dd410d hex color red value is 221, green value is 65 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dd410d hue: 0.04 , saturation: 0.89 and the lightness value of dd410d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 00001101
Octal 335 101 15
Decimal 221 65 13
Hex DD 41 D

RGB Percentages of Color #dd410d

%73.91
%21.74
%4.35

CMYK Percentages of Color #dd410d

%0
%71
%94
%13

Triadic Colors of #dd410d

#dd410d #0ddd41 #410ddd

Analogous Colors of #dd410d

#dd410d #dda90d #dd0d41

Monochromatic Colors of #dd410d

#dd410d

Complementary Color

#dd410d #0da9dd

#dd410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd410d Color CSS Codes

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

#dd410d Text Font Color

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

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


#dd410d Background Color

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

This div background color is #dd410d


#dd410d Border Color

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

This div border color is #dd410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd410d


Comments

No comments written yet.

Please login to write comment.