Color Hex Logo

#dc3912 Color Hex

#DC3912
(220,57,18)
1 Favorites   0 Comments

Color spaces of #dc3912

RGB 2205718
HSL0.030.850.47
HSV12°92°86°
CMYK 0.000.740.92   0.14
XYZ31.087518.18562.4439
Yxy18.18560.60110.3516
Hunter Lab42.644655.496826.4534
CIE-Lab49.720561.219556.8948

#dc3912 color RGB value is (220,57,18).

#dc3912 hex color red value is 220, green value is 57 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dc3912 hue: 0.03 , saturation: 0.85 and the lightness value of dc3912 is 0.47.

The process color (four color CMYK) of #dc3912 color hex is 0.00, 0.74, 0.92, 0.14. Web safe color of #dc3912 is #cc3300. Color #dc3912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 00010010
Octal 334 71 22
Decimal 220 57 18
Hex DC 39 12

RGB Percentages of Color #dc3912

%74.58
%19.32
%6.10

CMYK Percentages of Color #dc3912

%0
%74
%92
%14

Triadic Colors of #dc3912

#dc3912 #12dc39 #3912dc

Analogous Colors of #dc3912

#dc3912 #dc9e12 #dc1250

Monochromatic Colors of #dc3912

#dc3912

Complementary Color

#dc3912 #12b5dc

#dc3912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3912 Color CSS Codes

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

#dc3912 Text Font Color

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

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


#dc3912 Background Color

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

This div background color is #dc3912


#dc3912 Border Color

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

This div border color is #dc3912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3912


Comments

No comments written yet.

Please login to write comment.