Color Hex Logo

#df291e Color Hex

#DF291E
(223,41,30)
0 Favorites   0 Comments

Color spaces of #df291e

RGB 2234130
HSL0.010.760.50
HSV87°87°
CMYK 0.000.820.87   0.13
XYZ31.458717.36762.9225
Yxy17.36760.60790.3356
Hunter Lab41.674561.813625.0143
CIE-Lab48.719966.897951.7043

#df291e color RGB value is (223,41,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 00011110
Octal 337 51 36
Decimal 223 41 30
Hex DF 29 1E

RGB Percentages of Color #df291e

%75.85
%13.95
%10.20

CMYK Percentages of Color #df291e

%0
%82
%87
%13

Triadic Colors of #df291e

#df291e #1edf29 #291edf

Analogous Colors of #df291e

#df291e #df8a1e #df1e74

Monochromatic Colors of #df291e

#df291e

Complementary Color

#df291e #1ed4df

#df291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df291e Color CSS Codes

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

#df291e Text Font Color

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

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


#df291e Background Color

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

This div background color is #df291e


#df291e Border Color

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

This div border color is #df291e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df291e


Comments

No comments written yet.

Please login to write comment.