Color Hex Logo

#df200f Color Hex

#DF200F
(223,32,15)
0 Favorites   0 Comments

Color spaces of #df200f

RGB 2233215
HSL0.010.870.47
HSV93°87°
CMYK 0.000.860.93   0.13
XYZ31.034216.75552.0504
Yxy16.75550.62270.3362
Hunter Lab40.933563.698325.6835
CIE-Lab47.950568.651757.0499

#df200f color RGB value is (223,32,15).

#df200f hex color red value is 223, green value is 32 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #df200f hue: 0.01 , saturation: 0.87 and the lightness value of df200f is 0.47.

The process color (four color CMYK) of #df200f color hex is 0.00, 0.86, 0.93, 0.13. Web safe color of #df200f is #cc3300. Color #df200f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 00001111
Octal 337 40 17
Decimal 223 32 15
Hex DF 20 F

RGB Percentages of Color #df200f

%82.59
%11.85
%5.56

CMYK Percentages of Color #df200f

%0
%86
%93
%13

Triadic Colors of #df200f

#df200f #0fdf20 #200fdf

Analogous Colors of #df200f

#df200f #df880f #df0f66

Monochromatic Colors of #df200f

#df200f

Complementary Color

#df200f #0fcedf

#df200f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df200f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df200f Color CSS Codes

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

#df200f Text Font Color

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

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


#df200f Background Color

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

This div background color is #df200f


#df200f Border Color

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

This div border color is #df200f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df200f


Comments

No comments written yet.

Please login to write comment.