Color Hex Logo

#df202f Color Hex

#DF202F
(223,32,47)
0 Favorites   0 Comments

Color spaces of #df202f

RGB 2233247
HSL0.990.750.50
HSV355°86°87°
CMYK 0.000.860.79   0.13
XYZ31.461016.92624.2982
Yxy16.92620.59710.3213
Hunter Lab41.141564.501922.6048
CIE-Lab48.166969.289942.5339

#df202f color RGB value is (223,32,47).

#df202f hex color red value is 223, green value is 32 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #df202f hue: 0.99 , saturation: 0.75 and the lightness value of df202f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 00101111
Octal 337 40 57
Decimal 223 32 47
Hex DF 20 2F

RGB Percentages of Color #df202f

%73.84
%10.60
%15.56

CMYK Percentages of Color #df202f

%0
%86
%79
%13

Triadic Colors of #df202f

#df202f #2fdf20 #202fdf

Analogous Colors of #df202f

#df202f #df7120 #df208f

Monochromatic Colors of #df202f

#df202f

Complementary Color

#df202f #20dfd0

#df202f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df202f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df202f Color CSS Codes

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

#df202f Text Font Color

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

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


#df202f Background Color

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

This div background color is #df202f


#df202f Border Color

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

This div border color is #df202f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df202f


Comments

No comments written yet.

Please login to write comment.