Color Hex Logo

#dc3609 Color Hex

#DC3609
(220,54,9)
0 Favorites   0 Comments

Color spaces of #dc3609

RGB 220549
HSL0.040.920.45
HSV13°96°86°
CMYK 0.000.750.96   0.14
XYZ30.883717.87372.0807
Yxy17.87370.60750.3516
Hunter Lab42.277356.409526.6761
CIE-Lab49.342662.093959.1892

#dc3609 color RGB value is (220,54,9).

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

The process color (four color CMYK) of #dc3609 color hex is 0.00, 0.75, 0.96, 0.14. Web safe color of #dc3609 is #cc3300. Color #dc3609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 00001001
Octal 334 66 11
Decimal 220 54 9
Hex DC 36 9

RGB Percentages of Color #dc3609

%77.74
%19.08
%3.18

CMYK Percentages of Color #dc3609

%0
%75
%96
%14

Triadic Colors of #dc3609

#dc3609 #09dc36 #3609dc

Analogous Colors of #dc3609

#dc3609 #dca009 #dc0945

Monochromatic Colors of #dc3609

#dc3609

Complementary Color

#dc3609 #09afdc

#dc3609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3609 Color CSS Codes

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

#dc3609 Text Font Color

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

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


#dc3609 Background Color

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

This div background color is #dc3609


#dc3609 Border Color

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

This div border color is #dc3609


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,54,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3609


Comments

No comments written yet.

Please login to write comment.