Color Hex Logo

#df370e Color Hex

#DF370E
(223,55,14)
0 Favorites   0 Comments

Color spaces of #df370e

RGB 2235514
HSL0.030.880.46
HSV12°94°87°
CMYK 0.000.750.94   0.13
XYZ31.876918.45212.2970
Yxy18.45210.60570.3506
Hunter Lab42.955957.289226.8987
CIE-Lab50.039962.734058.5995

#df370e color RGB value is (223,55,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 00001110
Octal 337 67 16
Decimal 223 55 14
Hex DF 37 E

RGB Percentages of Color #df370e

%76.37
%18.84
%4.79

CMYK Percentages of Color #df370e

%0
%75
%94
%13

Triadic Colors of #df370e

#df370e #0edf37 #370edf

Analogous Colors of #df370e

#df370e #dfa00e #df0e4e

Monochromatic Colors of #df370e

#df370e

Complementary Color

#df370e #0eb6df

#df370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df370e Color CSS Codes

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

#df370e Text Font Color

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

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


#df370e Background Color

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

This div background color is #df370e


#df370e Border Color

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

This div border color is #df370e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,55,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 #df370e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df370e


Comments

No comments written yet.

Please login to write comment.