Color Hex Logo

#df351f Color Hex

#DF351F
(223,53,31)
0 Favorites   0 Comments

Color spaces of #df351f

RGB 2235331
HSL0.020.760.50
HSV86°87°
CMYK 0.000.760.86   0.13
XYZ31.951918.33313.1509
Yxy18.33310.59790.3431
Hunter Lab42.817258.273925.6089
CIE-Lab49.897763.619552.2138

#df351f color RGB value is (223,53,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 00011111
Octal 337 65 37
Decimal 223 53 31
Hex DF 35 1F

RGB Percentages of Color #df351f

%72.64
%17.26
%10.10

CMYK Percentages of Color #df351f

%0
%76
%86
%13

Triadic Colors of #df351f

#df351f #1fdf35 #351fdf

Analogous Colors of #df351f

#df351f #df951f #df1f69

Monochromatic Colors of #df351f

#df351f

Complementary Color

#df351f #1fc9df

#df351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df351f Color CSS Codes

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

#df351f Text Font Color

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

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


#df351f Background Color

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

This div background color is #df351f


#df351f Border Color

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

This div border color is #df351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df351f


Comments

No comments written yet.

Please login to write comment.