Color Hex Logo

#df341f Color Hex

#DF341F
(223,52,31)
0 Favorites   0 Comments

Color spaces of #df341f

RGB 2235231
HSL0.020.760.50
HSV86°87°
CMYK 0.000.770.86   0.13
XYZ31.906718.24293.1359
Yxy18.24290.59880.3424
Hunter Lab42.711758.598425.5451
CIE-Lab49.789463.922152.1248

#df341f color RGB value is (223,52,31).

#df341f hex color red value is 223, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df341f hue: 0.02 , saturation: 0.76 and the lightness value of df341f is 0.50.

The process color (four color CMYK) of #df341f color hex is 0.00, 0.77, 0.86, 0.13. Web safe color of #df341f is #cc3333. Color #df341f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 00011111
Octal 337 64 37
Decimal 223 52 31
Hex DF 34 1F

RGB Percentages of Color #df341f

%72.88
%16.99
%10.13

CMYK Percentages of Color #df341f

%0
%77
%86
%13

Triadic Colors of #df341f

#df341f #1fdf34 #341fdf

Analogous Colors of #df341f

#df341f #df941f #df1f6a

Monochromatic Colors of #df341f

#df341f

Complementary Color

#df341f #1fcadf

#df341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df341f Color CSS Codes

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

#df341f Text Font Color

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

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


#df341f Background Color

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

This div background color is #df341f


#df341f Border Color

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

This div border color is #df341f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,52,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df341f


Comments

No comments written yet.

Please login to write comment.