Color Hex Logo

#dd061e Color Hex

#DD061E
(221,6,30)
0 Favorites   0 Comments

Color spaces of #dd061e

RGB 221630
HSL0.980.950.45
HSV353°97°87°
CMYK 0.000.970.86   0.13
XYZ30.118315.59612.6512
Yxy15.59610.62270.3225
Hunter Lab39.491967.021323.6640
CIE-Lab46.440171.741149.6869

#dd061e color RGB value is (221,6,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 00011110
Octal 335 6 36
Decimal 221 6 30
Hex DD 6 1E

RGB Percentages of Color #dd061e

%85.99
%2.33
%11.67

CMYK Percentages of Color #dd061e

%0
%97
%86
%13

Triadic Colors of #dd061e

#dd061e #1edd06 #061edd

Analogous Colors of #dd061e

#dd061e #dd5a06 #dd068a

Monochromatic Colors of #dd061e

#dd061e

Complementary Color

#dd061e #06ddc5

#dd061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd061e Color CSS Codes

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

#dd061e Text Font Color

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

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


#dd061e Background Color

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

This div background color is #dd061e


#dd061e Border Color

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

This div border color is #dd061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd061e


Comments

No comments written yet.

Please login to write comment.