Color Hex Logo

#df251d Color Hex

#DF251D
(223,37,29)
0 Favorites   0 Comments

Color spaces of #df251d

RGB 2233729
HSL0.010.770.49
HSV87°87°
CMYK 0.000.830.87   0.13
XYZ31.314817.09982.8125
Yxy17.09980.61130.3338
Hunter Lab41.351962.807924.9138
CIE-Lab48.385567.811051.8887

#df251d color RGB value is (223,37,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 00011101
Octal 337 45 35
Decimal 223 37 29
Hex DF 25 1D

RGB Percentages of Color #df251d

%77.16
%12.80
%10.03

CMYK Percentages of Color #df251d

%0
%83
%87
%13

Triadic Colors of #df251d

#df251d #1ddf25 #251ddf

Analogous Colors of #df251d

#df251d #df861d #df1d76

Monochromatic Colors of #df251d

#df251d

Complementary Color

#df251d #1dd7df

#df251d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df251d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df251d Color CSS Codes

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

#df251d Text Font Color

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

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


#df251d Background Color

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

This div background color is #df251d


#df251d Border Color

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

This div border color is #df251d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df251d


Comments

No comments written yet.

Please login to write comment.