Color Hex Logo

#df381d Color Hex

#DF381D
(223,56,29)
0 Favorites   0 Comments

Color spaces of #df381d

RGB 2235629
HSL0.020.770.49
HSV87°87°
CMYK 0.000.750.87   0.13
XYZ32.067418.60503.0634
Yxy18.60500.59680.3462
Hunter Lab43.133557.221325.9826
CIE-Lab50.221862.640653.3465

#df381d color RGB value is (223,56,29).

#df381d hex color red value is 223, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df381d hue: 0.02 , saturation: 0.77 and the lightness value of df381d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111000 00011101
Octal 337 70 35
Decimal 223 56 29
Hex DF 38 1D

RGB Percentages of Color #df381d

%72.40
%18.18
%9.42

CMYK Percentages of Color #df381d

%0
%75
%87
%13

Triadic Colors of #df381d

#df381d #1ddf38 #381ddf

Analogous Colors of #df381d

#df381d #df991d #df1d63

Monochromatic Colors of #df381d

#df381d

Complementary Color

#df381d #1dc4df

#df381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df381d Color CSS Codes

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

#df381d Text Font Color

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

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


#df381d Background Color

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

This div background color is #df381d


#df381d Border Color

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

This div border color is #df381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df381d


Comments

No comments written yet.

Please login to write comment.