Color Hex Logo

#df301f Color Hex

#DF301F
(223,48,31)
0 Favorites   0 Comments

Color spaces of #df301f

RGB 2234831
HSL0.010.760.50
HSV86°87°
CMYK 0.000.780.86   0.13
XYZ31.735717.90083.0789
Yxy17.90080.60200.3396
Hunter Lab42.309359.849325.3019
CIE-Lab49.375665.083951.7850

#df301f color RGB value is (223,48,31).

#df301f hex color red value is 223, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df301f hue: 0.01 , saturation: 0.76 and the lightness value of df301f is 0.50.

The process color (four color CMYK) of #df301f color hex is 0.00, 0.78, 0.86, 0.13. Web safe color of #df301f is #cc3333. Color #df301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 00011111
Octal 337 60 37
Decimal 223 48 31
Hex DF 30 1F

RGB Percentages of Color #df301f

%73.84
%15.89
%10.26

CMYK Percentages of Color #df301f

%0
%78
%86
%13

Triadic Colors of #df301f

#df301f #1fdf30 #301fdf

Analogous Colors of #df301f

#df301f #df901f #df1f6e

Monochromatic Colors of #df301f

#df301f

Complementary Color

#df301f #1fcedf

#df301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df301f Color CSS Codes

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

#df301f Text Font Color

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

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


#df301f Background Color

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

This div background color is #df301f


#df301f Border Color

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

This div border color is #df301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df301f


Comments

No comments written yet.

Please login to write comment.