Color Hex Logo

#df0015 Color Hex

#DF0015
(223,0,21)
0 Favorites   0 Comments

Color spaces of #df0015

RGB 223021
HSL0.981.000.44
HSV354°100°87°
CMYK 0.001.000.91   0.13
XYZ30.566815.74212.1370
Yxy15.74210.63090.3249
Hunter Lab39.676368.083624.5800
CIE-Lab46.634372.587654.0418

#df0015 color RGB value is (223,0,21).

#df0015 hex color red value is 223, green value is 0 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #df0015 hue: 0.98 , saturation: 1.00 and the lightness value of df0015 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 00010101
Octal 337 0 25
Decimal 223 0 21
Hex DF 0 15

RGB Percentages of Color #df0015

%91.39
%0.00
%8.61

CMYK Percentages of Color #df0015

%0
%100
%91
%13

Triadic Colors of #df0015

#df0015 #15df00 #0015df

Analogous Colors of #df0015

#df0015 #df5a00 #df0085

Monochromatic Colors of #df0015

#df0015

Complementary Color

#df0015 #00dfca

#df0015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0015 Color CSS Codes

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

#df0015 Text Font Color

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

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


#df0015 Background Color

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

This div background color is #df0015


#df0015 Border Color

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

This div border color is #df0015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0015


Comments

No comments written yet.

Please login to write comment.