Color Hex Logo

#df240b Color Hex

#DF240B
(223,36,11)
0 Favorites   0 Comments

Color spaces of #df240b

RGB 2233611
HSL0.020.910.46
HSV95°87°
CMYK 0.000.840.95   0.13
XYZ31.122716.97391.9525
Yxy16.97390.62180.3391
Hunter Lab41.199462.742926.0297
CIE-Lab48.227167.786258.3876

#df240b color RGB value is (223,36,11).

#df240b hex color red value is 223, green value is 36 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #df240b hue: 0.02 , saturation: 0.91 and the lightness value of df240b is 0.46.

The process color (four color CMYK) of #df240b color hex is 0.00, 0.84, 0.95, 0.13. Web safe color of #df240b is #cc3300. Color #df240b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 00001011
Octal 337 44 13
Decimal 223 36 11
Hex DF 24 B

RGB Percentages of Color #df240b

%82.59
%13.33
%4.07

CMYK Percentages of Color #df240b

%0
%84
%95
%13

Triadic Colors of #df240b

#df240b #0bdf24 #240bdf

Analogous Colors of #df240b

#df240b #df8e0b #df0b5c

Monochromatic Colors of #df240b

#df240b

Complementary Color

#df240b #0bc6df

#df240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df240b Color CSS Codes

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

#df240b Text Font Color

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

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


#df240b Background Color

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

This div background color is #df240b


#df240b Border Color

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

This div border color is #df240b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df240b


Comments

No comments written yet.

Please login to write comment.