Color Hex Logo

#dd2606 Color Hex

#DD2606
(221,38,6)
0 Favorites   0 Comments

Color spaces of #dd2606

RGB 221386
HSL0.020.950.45
HSV97°87°
CMYK 0.000.830.97   0.13
XYZ30.544816.77151.7996
Yxy16.77150.62190.3415
Hunter Lab40.953061.466426.0617
CIE-Lab47.970866.744559.3495

#dd2606 color RGB value is (221,38,6).

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

The process color (four color CMYK) of #dd2606 color hex is 0.00, 0.83, 0.97, 0.13. Web safe color of #dd2606 is #cc3300. Color #dd2606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100110 00000110
Octal 335 46 6
Decimal 221 38 6
Hex DD 26 6

RGB Percentages of Color #dd2606

%83.40
%14.34
%2.26

CMYK Percentages of Color #dd2606

%0
%83
%97
%13

Triadic Colors of #dd2606

#dd2606 #06dd26 #2606dd

Analogous Colors of #dd2606

#dd2606 #dd9206 #dd0651

Monochromatic Colors of #dd2606

#dd2606

Complementary Color

#dd2606 #06bddd

#dd2606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2606 Color CSS Codes

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

#dd2606 Text Font Color

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

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


#dd2606 Background Color

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

This div background color is #dd2606


#dd2606 Border Color

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

This div border color is #dd2606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2606


Comments

No comments written yet.

Please login to write comment.