Color Hex Logo

#dd091d Color Hex

#DD091D
(221,9,29)
0 Favorites   0 Comments

Color spaces of #dd091d

RGB 221929
HSL0.980.920.45
HSV354°96°87°
CMYK 0.000.960.87   0.13
XYZ30.138315.65622.5959
Yxy15.65620.62280.3235
Hunter Lab39.567966.717023.8078
CIE-Lab46.520271.471350.2309

#dd091d color RGB value is (221,9,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 00011101
Octal 335 11 35
Decimal 221 9 29
Hex DD 9 1D

RGB Percentages of Color #dd091d

%85.33
%3.47
%11.20

CMYK Percentages of Color #dd091d

%0
%96
%87
%13

Triadic Colors of #dd091d

#dd091d #1ddd09 #091ddd

Analogous Colors of #dd091d

#dd091d #dd5f09 #dd0987

Monochromatic Colors of #dd091d

#dd091d

Complementary Color

#dd091d #09ddc9

#dd091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd091d Color CSS Codes

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

#dd091d Text Font Color

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

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


#dd091d Background Color

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

This div background color is #dd091d


#dd091d Border Color

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

This div border color is #dd091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd091d


Comments

No comments written yet.

Please login to write comment.