Color Hex Logo

#df2719 Color Hex

#DF2719
(223,39,25)
0 Favorites   0 Comments

Color spaces of #df2719

RGB 2233925
HSL0.010.800.49
HSV89°87°
CMYK 0.000.830.89   0.13
XYZ31.332417.20922.5900
Yxy17.20920.61280.3366
Hunter Lab41.484062.222225.3371
CIE-Lab48.522667.285153.7270

#df2719 color RGB value is (223,39,25).

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

The process color (four color CMYK) of #df2719 color hex is 0.00, 0.83, 0.89, 0.13. Web safe color of #df2719 is #cc3300. Color #df2719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 00011001
Octal 337 47 31
Decimal 223 39 25
Hex DF 27 19

RGB Percentages of Color #df2719

%77.70
%13.59
%8.71

CMYK Percentages of Color #df2719

%0
%83
%89
%13

Triadic Colors of #df2719

#df2719 #19df27 #2719df

Analogous Colors of #df2719

#df2719 #df8a19 #df196e

Monochromatic Colors of #df2719

#df2719

Complementary Color

#df2719 #19d1df

#df2719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2719 Color CSS Codes

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

#df2719 Text Font Color

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

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


#df2719 Background Color

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

This div background color is #df2719


#df2719 Border Color

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

This div border color is #df2719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2719


Comments

No comments written yet.

Please login to write comment.