Color Hex Logo

#df1521 Color Hex

#DF1521
(223,21,33)
0 Favorites   0 Comments

Color spaces of #df1521

RGB 2232133
HSL0.990.830.48
HSV356°91°87°
CMYK 0.000.910.85   0.13
XYZ30.974116.33412.9591
Yxy16.33410.61620.3249
Hunter Lab40.415566.073923.9498
CIE-Lab47.409870.759849.1965

#df1521 color RGB value is (223,21,33).

#df1521 hex color red value is 223, green value is 21 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #df1521 hue: 0.99 , saturation: 0.83 and the lightness value of df1521 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 00100001
Octal 337 25 41
Decimal 223 21 33
Hex DF 15 21

RGB Percentages of Color #df1521

%80.51
%7.58
%11.91

CMYK Percentages of Color #df1521

%0
%91
%85
%13

Triadic Colors of #df1521

#df1521 #21df15 #1521df

Analogous Colors of #df1521

#df1521 #df6e15 #df1586

Monochromatic Colors of #df1521

#df1521

Complementary Color

#df1521 #15dfd3

#df1521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1521 Color CSS Codes

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

#df1521 Text Font Color

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

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


#df1521 Background Color

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

This div background color is #df1521


#df1521 Border Color

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

This div border color is #df1521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1521


Comments

No comments written yet.

Please login to write comment.