Color Hex Logo

#dd081d Color Hex

#DD081D
(221,8,29)
0 Favorites   0 Comments

Color spaces of #dd081d

RGB 221829
HSL0.980.930.45
HSV354°96°87°
CMYK 0.000.960.87   0.13
XYZ30.127415.63452.5923
Yxy15.63450.62310.3233
Hunter Lab39.540566.810123.7912
CIE-Lab46.491371.554850.2077

#dd081d color RGB value is (221,8,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 00011101
Octal 335 10 35
Decimal 221 8 29
Hex DD 8 1D

RGB Percentages of Color #dd081d

%85.66
%3.10
%11.24

CMYK Percentages of Color #dd081d

%0
%96
%87
%13

Triadic Colors of #dd081d

#dd081d #1ddd08 #081ddd

Analogous Colors of #dd081d

#dd081d #dd5e08 #dd0888

Monochromatic Colors of #dd081d

#dd081d

Complementary Color

#dd081d #08ddc8

#dd081d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd081d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd081d Color CSS Codes

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

#dd081d Text Font Color

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

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


#dd081d Background Color

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

This div background color is #dd081d


#dd081d Border Color

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

This div border color is #dd081d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd081d


Comments

No comments written yet.

Please login to write comment.