Color Hex Logo

#df242d Color Hex

#DF242D
(223,36,45)
0 Favorites   0 Comments

Color spaces of #df242d

RGB 2233645
HSL0.990.750.51
HSV357°84°87°
CMYK 0.000.840.80   0.13
XYZ31.536017.13924.1287
Yxy17.13920.59720.3246
Hunter Lab41.399563.522923.0668
CIE-Lab48.435068.409243.9032

#df242d color RGB value is (223,36,45).

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

The process color (four color CMYK) of #df242d color hex is 0.00, 0.84, 0.80, 0.13. Web safe color of #df242d is #cc3333. Color #df242d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 00101101
Octal 337 44 55
Decimal 223 36 45
Hex DF 24 2D

RGB Percentages of Color #df242d

%73.36
%11.84
%14.80

CMYK Percentages of Color #df242d

%0
%84
%80
%13

Triadic Colors of #df242d

#df242d #2ddf24 #242ddf

Analogous Colors of #df242d

#df242d #df7924 #df248b

Monochromatic Colors of #df242d

#df242d

Complementary Color

#df242d #24dfd6

#df242d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df242d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df242d Color CSS Codes

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

#df242d Text Font Color

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

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


#df242d Background Color

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

This div background color is #df242d


#df242d Border Color

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

This div border color is #df242d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df242d


Comments

No comments written yet.

Please login to write comment.