Color Hex Logo

#dd001f Color Hex

#DD001F
(221,0,31)
0 Favorites   0 Comments

Color spaces of #dd001f

RGB 221031
HSL0.981.000.43
HSV352°100°87°
CMYK 0.001.000.86   0.13
XYZ30.066115.47112.6979
Yxy15.47110.62330.3207
Hunter Lab39.333367.610823.4666
CIE-Lab46.272872.265149.0602

#dd001f color RGB value is (221,0,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 00011111
Octal 335 0 37
Decimal 221 0 31
Hex DD 0 1F

RGB Percentages of Color #dd001f

%87.70
%0.00
%12.30

CMYK Percentages of Color #dd001f

%0
%100
%86
%13

Triadic Colors of #dd001f

#dd001f #1fdd00 #001fdd

Analogous Colors of #dd001f

#dd001f #dd5000 #dd008e

Monochromatic Colors of #dd001f

#dd001f

Complementary Color

#dd001f #00ddbe

#dd001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd001f Color CSS Codes

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

#dd001f Text Font Color

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

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


#dd001f Background Color

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

This div background color is #dd001f


#dd001f Border Color

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

This div border color is #dd001f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd001f


Comments

No comments written yet.

Please login to write comment.