Color Hex Logo

#df393b Color Hex

#DF393B
(223,57,59)
0 Favorites   0 Comments

Color spaces of #df393b

RGB 2235759
HSL1.000.720.55
HSV359°74°87°
CMYK 0.000.740.74   0.13
XYZ32.684018.93006.0689
Yxy18.93000.56660.3282
Hunter Lab43.508657.950422.1858
CIE-Lab50.605263.204938.4389

#df393b color RGB value is (223,57,59).

#df393b hex color red value is 223, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #df393b hue: 1.00 , saturation: 0.72 and the lightness value of df393b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 00111011
Octal 337 71 73
Decimal 223 57 59
Hex DF 39 3B

RGB Percentages of Color #df393b

%65.78
%16.81
%17.40

CMYK Percentages of Color #df393b

%0
%74
%74
%13

Triadic Colors of #df393b

#df393b #3bdf39 #393bdf

Analogous Colors of #df393b

#df393b #df8a39 #df398e

Monochromatic Colors of #df393b

#df393b

Complementary Color

#df393b #39dfdd

#df393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df393b Color CSS Codes

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

#df393b Text Font Color

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

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


#df393b Background Color

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

This div background color is #df393b


#df393b Border Color

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

This div border color is #df393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df393b


Comments

No comments written yet.

Please login to write comment.