Color Hex Logo

#dd072f Color Hex

#DD072F
(221,7,47)
0 Favorites   0 Comments

Color spaces of #dd072f

RGB 221747
HSL0.970.940.45
HSV349°97°87°
CMYK 0.000.970.79   0.13
XYZ30.407915.72934.1227
Yxy15.72930.60500.3130
Hunter Lab39.660267.452621.5989
CIE-Lab46.617372.066240.8019

#dd072f color RGB value is (221,7,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 00101111
Octal 335 7 57
Decimal 221 7 47
Hex DD 7 2F

RGB Percentages of Color #dd072f

%80.36
%2.55
%17.09

CMYK Percentages of Color #dd072f

%0
%97
%79
%13

Triadic Colors of #dd072f

#dd072f #2fdd07 #072fdd

Analogous Colors of #dd072f

#dd072f #dd4a07 #dd079a

Monochromatic Colors of #dd072f

#dd072f

Complementary Color

#dd072f #07ddb5

#dd072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd072f Color CSS Codes

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

#dd072f Text Font Color

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

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


#dd072f Background Color

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

This div background color is #dd072f


#dd072f Border Color

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

This div border color is #dd072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd072f


Comments

No comments written yet.

Please login to write comment.