Color Hex Logo

#df131d Color Hex

#DF131D
(223,19,29)
0 Favorites   0 Comments

Color spaces of #df131d

RGB 2231929
HSL0.990.840.47
HSV357°91°87°
CMYK 0.000.910.87   0.13
XYZ30.886116.24242.6696
Yxy16.24240.62020.3262
Hunter Lab40.301966.268624.2839
CIE-Lab47.290970.946151.0201

#df131d color RGB value is (223,19,29).

#df131d hex color red value is 223, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df131d hue: 0.99 , saturation: 0.84 and the lightness value of df131d is 0.47.

The process color (four color CMYK) of #df131d color hex is 0.00, 0.91, 0.87, 0.13. Web safe color of #df131d is #cc0033. Color #df131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 00011101
Octal 337 23 35
Decimal 223 19 29
Hex DF 13 1D

RGB Percentages of Color #df131d

%82.29
%7.01
%10.70

CMYK Percentages of Color #df131d

%0
%91
%87
%13

Triadic Colors of #df131d

#df131d #1ddf13 #131ddf

Analogous Colors of #df131d

#df131d #df6f13 #df1383

Monochromatic Colors of #df131d

#df131d

Complementary Color

#df131d #13dfd5

#df131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df131d Color CSS Codes

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

#df131d Text Font Color

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

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


#df131d Background Color

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

This div background color is #df131d


#df131d Border Color

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

This div border color is #df131d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df131d


Comments

No comments written yet.

Please login to write comment.