Color Hex Logo

#dd100f Color Hex

#DD100F
(221,16,15)
0 Favorites   0 Comments

Color spaces of #dd100f

RGB 2211615
HSL0.000.870.46
HSV93°87°
CMYK 0.000.930.93   0.13
XYZ30.090315.77721.9113
Yxy15.77720.62980.3302
Hunter Lab39.720565.711824.9514
CIE-Lab46.680870.597856.0924

#dd100f color RGB value is (221,16,15).

#dd100f hex color red value is 221, green value is 16 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dd100f hue: 0.00 , saturation: 0.87 and the lightness value of dd100f is 0.46.

The process color (four color CMYK) of #dd100f color hex is 0.00, 0.93, 0.93, 0.13. Web safe color of #dd100f is #cc0000. Color #dd100f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010000 00001111
Octal 335 20 17
Decimal 221 16 15
Hex DD 10 F

RGB Percentages of Color #dd100f

%87.70
%6.35
%5.95

CMYK Percentages of Color #dd100f

%0
%93
%93
%13

Triadic Colors of #dd100f

#dd100f #0fdd10 #100fdd

Analogous Colors of #dd100f

#dd100f #dd770f #dd0f75

Monochromatic Colors of #dd100f

#dd100f

Complementary Color

#dd100f #0fdcdd

#dd100f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd100f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd100f Color CSS Codes

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

#dd100f Text Font Color

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

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


#dd100f Background Color

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

This div background color is #dd100f


#dd100f Border Color

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

This div border color is #dd100f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd100f


Comments

No comments written yet.

Please login to write comment.