Color Hex Logo

#dd071d Color Hex

#DD071D
(221,7,29)
0 Favorites   0 Comments

Color spaces of #dd071d

RGB 221729
HSL0.980.940.45
HSV354°97°87°
CMYK 0.000.970.87   0.13
XYZ30.116515.61282.5887
Yxy15.61280.62330.3231
Hunter Lab39.513066.903423.7747
CIE-Lab46.462371.638350.1845

#dd071d color RGB value is (221,7,29).

#dd071d hex color red value is 221, green value is 7 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dd071d hue: 0.98 , saturation: 0.94 and the lightness value of dd071d is 0.45.

The process color (four color CMYK) of #dd071d color hex is 0.00, 0.97, 0.87, 0.13. Web safe color of #dd071d is #cc0033. Color #dd071d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 00011101
Octal 335 7 35
Decimal 221 7 29
Hex DD 7 1D

RGB Percentages of Color #dd071d

%85.99
%2.72
%11.28

CMYK Percentages of Color #dd071d

%0
%97
%87
%13

Triadic Colors of #dd071d

#dd071d #1ddd07 #071ddd

Analogous Colors of #dd071d

#dd071d #dd5c07 #dd0788

Monochromatic Colors of #dd071d

#dd071d

Complementary Color

#dd071d #07ddc7

#dd071d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd071d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd071d Color CSS Codes

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

#dd071d Text Font Color

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

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


#dd071d Background Color

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

This div background color is #dd071d


#dd071d Border Color

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

This div border color is #dd071d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd071d


Comments

No comments written yet.

Please login to write comment.