Color Hex Logo

#dd002f Color Hex

#DD002F
(221,0,47)
0 Favorites   0 Comments

Color spaces of #dd002f

RGB 221047
HSL0.961.000.43
HSV347°100°87°
CMYK 0.001.000.79   0.13
XYZ30.331915.57744.0974
Yxy15.57740.60660.3115
Hunter Lab39.468268.110521.4725
CIE-Lab46.415172.652740.5909

#dd002f color RGB value is (221,0,47).

#dd002f hex color red value is 221, green value is 0 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dd002f hue: 0.96 , saturation: 1.00 and the lightness value of dd002f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 00101111
Octal 335 0 57
Decimal 221 0 47
Hex DD 0 2F

RGB Percentages of Color #dd002f

%82.46
%0.00
%17.54

CMYK Percentages of Color #dd002f

%0
%100
%79
%13

Triadic Colors of #dd002f

#dd002f #2fdd00 #002fdd

Analogous Colors of #dd002f

#dd002f #dd4000 #dd009e

Monochromatic Colors of #dd002f

#dd002f

Complementary Color

#dd002f #00ddae

#dd002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd002f Color CSS Codes

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

#dd002f Text Font Color

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

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


#dd002f Background Color

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

This div background color is #dd002f


#dd002f Border Color

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

This div border color is #dd002f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,0,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 #dd002f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd002f


Comments

No comments written yet.

Please login to write comment.