Color Hex Logo

#df393d Color Hex

#DF393D
(223,57,61)
0 Favorites   0 Comments

Color spaces of #df393d

RGB 2235761
HSL1.000.720.55
HSV359°74°87°
CMYK 0.000.740.73   0.13
XYZ32.736918.95126.3474
Yxy18.95120.56410.3265
Hunter Lab43.533058.049721.8282
CIE-Lab50.630163.286737.3306

#df393d color RGB value is (223,57,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 00111101
Octal 337 71 75
Decimal 223 57 61
Hex DF 39 3D

RGB Percentages of Color #df393d

%65.40
%16.72
%17.89

CMYK Percentages of Color #df393d

%0
%74
%73
%13

Triadic Colors of #df393d

#df393d #3ddf39 #393ddf

Analogous Colors of #df393d

#df393d #df8839 #df3990

Monochromatic Colors of #df393d

#df393d

Complementary Color

#df393d #39dfdb

#df393d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df393d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df393d Color CSS Codes

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

#df393d Text Font Color

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

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


#df393d Background Color

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

This div background color is #df393d


#df393d Border Color

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

This div border color is #df393d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df393d


Comments

No comments written yet.

Please login to write comment.