Color Hex Logo

#dc360e Color Hex

#DC360E
(220,54,14)
0 Favorites   0 Comments

Color spaces of #dc360e

RGB 2205414
HSL0.030.880.46
HSV12°94°86°
CMYK 0.000.750.94   0.14
XYZ30.913617.88572.2384
Yxy17.88570.60570.3504
Hunter Lab42.291556.467226.4659
CIE-Lab49.357262.141757.8963

#dc360e color RGB value is (220,54,14).

#dc360e hex color red value is 220, green value is 54 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc360e hue: 0.03 , saturation: 0.88 and the lightness value of dc360e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 00001110
Octal 334 66 16
Decimal 220 54 14
Hex DC 36 E

RGB Percentages of Color #dc360e

%76.39
%18.75
%4.86

CMYK Percentages of Color #dc360e

%0
%75
%94
%14

Triadic Colors of #dc360e

#dc360e #0edc36 #360edc

Analogous Colors of #dc360e

#dc360e #dc9d0e #dc0e4d

Monochromatic Colors of #dc360e

#dc360e

Complementary Color

#dc360e #0eb4dc

#dc360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc360e Color CSS Codes

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

#dc360e Text Font Color

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

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


#dc360e Background Color

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

This div background color is #dc360e


#dc360e Border Color

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

This div border color is #dc360e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc360e


Comments

No comments written yet.

Please login to write comment.