Color Hex Logo

#dd080d Color Hex

#DD080D
(221,8,13)
0 Favorites   0 Comments

Color spaces of #dd080d

RGB 221813
HSL1.000.930.45
HSV359°96°87°
CMYK 0.000.960.94   0.13
XYZ29.978315.57491.8070
Yxy15.57490.63300.3289
Hunter Lab39.465066.527724.9108
CIE-Lab46.411871.334256.5917

#dd080d color RGB value is (221,8,13).

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

The process color (four color CMYK) of #dd080d color hex is 0.00, 0.96, 0.94, 0.13. Web safe color of #dd080d is #cc0000. Color #dd080d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 00001101
Octal 335 10 15
Decimal 221 8 13
Hex DD 8 D

RGB Percentages of Color #dd080d

%91.32
%3.31
%5.37

CMYK Percentages of Color #dd080d

%0
%96
%94
%13

Triadic Colors of #dd080d

#dd080d #0ddd08 #080ddd

Analogous Colors of #dd080d

#dd080d #dd6e08 #dd0878

Monochromatic Colors of #dd080d

#dd080d

Complementary Color

#dd080d #08ddd8

#dd080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd080d Color CSS Codes

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

#dd080d Text Font Color

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

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


#dd080d Background Color

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

This div background color is #dd080d


#dd080d Border Color

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

This div border color is #dd080d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd080d


Comments

No comments written yet.

Please login to write comment.