Color Hex Logo

#df1413 Color Hex

#DF1413
(223,20,19)
0 Favorites   0 Comments

Color spaces of #df1413

RGB 2232019
HSL0.000.840.47
HSV91°87°
CMYK 0.000.910.91   0.13
XYZ30.799116.23532.1265
Yxy16.23530.62650.3302
Hunter Lab40.293165.928525.0761
CIE-Lab47.281770.662755.2465

#df1413 color RGB value is (223,20,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 00010011
Octal 337 24 23
Decimal 223 20 19
Hex DF 14 13

RGB Percentages of Color #df1413

%85.11
%7.63
%7.25

CMYK Percentages of Color #df1413

%0
%91
%91
%13

Triadic Colors of #df1413

#df1413 #13df14 #1413df

Analogous Colors of #df1413

#df1413 #df7a13 #df1378

Monochromatic Colors of #df1413

#df1413

Complementary Color

#df1413 #13dedf

#df1413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1413 Color CSS Codes

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

#df1413 Text Font Color

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

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


#df1413 Background Color

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

This div background color is #df1413


#df1413 Border Color

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

This div border color is #df1413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1413


Comments

No comments written yet.

Please login to write comment.