Color Hex Logo

#df0f2b Color Hex

#DF0F2B
(223,15,43)
0 Favorites   0 Comments

Color spaces of #df0f2b

RGB 2231543
HSL0.980.870.47
HSV352°93°87°
CMYK 0.000.930.81   0.13
XYZ31.038316.20403.7773
Yxy16.20400.60840.3176
Hunter Lab40.254267.188922.6144
CIE-Lab47.241071.724943.8077

#df0f2b color RGB value is (223,15,43).

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

The process color (four color CMYK) of #df0f2b color hex is 0.00, 0.93, 0.81, 0.13. Web safe color of #df0f2b is #cc0033. Color #df0f2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001111 00101011
Octal 337 17 53
Decimal 223 15 43
Hex DF F 2B

RGB Percentages of Color #df0f2b

%79.36
%5.34
%15.30

CMYK Percentages of Color #df0f2b

%0
%93
%81
%13

Triadic Colors of #df0f2b

#df0f2b #2bdf0f #0f2bdf

Analogous Colors of #df0f2b

#df0f2b #df5b0f #df0f93

Monochromatic Colors of #df0f2b

#df0f2b

Complementary Color

#df0f2b #0fdfc3

#df0f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0f2b Color CSS Codes

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

#df0f2b Text Font Color

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

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


#df0f2b Background Color

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

This div background color is #df0f2b


#df0f2b Border Color

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

This div border color is #df0f2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0f2b


Comments

No comments written yet.

Please login to write comment.