Color Hex Logo

#dd2f1c Color Hex

#DD2F1C
(221,47,28)
0 Favorites   0 Comments

Color spaces of #dd2f1c

RGB 2214728
HSL0.020.780.49
HSV87°87°
CMYK 0.000.790.87   0.13
XYZ31.044917.48902.8381
Yxy17.48900.60430.3404
Hunter Lab41.819959.324425.2502
CIE-Lab48.870464.726252.5457

#dd2f1c color RGB value is (221,47,28).

#dd2f1c hex color red value is 221, green value is 47 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dd2f1c hue: 0.02 , saturation: 0.78 and the lightness value of dd2f1c is 0.49.

The process color (four color CMYK) of #dd2f1c color hex is 0.00, 0.79, 0.87, 0.13. Web safe color of #dd2f1c is #cc3333. Color #dd2f1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101111 00011100
Octal 335 57 34
Decimal 221 47 28
Hex DD 2F 1C

RGB Percentages of Color #dd2f1c

%74.66
%15.88
%9.46

CMYK Percentages of Color #dd2f1c

%0
%79
%87
%13

Triadic Colors of #dd2f1c

#dd2f1c #1cdd2f #2f1cdd

Analogous Colors of #dd2f1c

#dd2f1c #dd901c #dd1c6a

Monochromatic Colors of #dd2f1c

#dd2f1c

Complementary Color

#dd2f1c #1ccadd

#dd2f1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2f1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2f1c Color CSS Codes

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

#dd2f1c Text Font Color

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

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


#dd2f1c Background Color

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

This div background color is #dd2f1c


#dd2f1c Border Color

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

This div border color is #dd2f1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2f1c


Comments

No comments written yet.

Please login to write comment.