Color Hex Logo

#df231d Color Hex

#DF231D
(223,35,29)
0 Favorites   0 Comments

Color spaces of #df231d

RGB 2233529
HSL0.010.770.49
HSV87°87°
CMYK 0.000.840.87   0.13
XYZ31.254216.97872.7923
Yxy16.97870.61250.3328
Hunter Lab41.205263.283324.8258
CIE-Lab48.233268.244851.7679

#df231d color RGB value is (223,35,29).

#df231d hex color red value is 223, green value is 35 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df231d hue: 0.01 , saturation: 0.77 and the lightness value of df231d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 00011101
Octal 337 43 35
Decimal 223 35 29
Hex DF 23 1D

RGB Percentages of Color #df231d

%77.70
%12.20
%10.10

CMYK Percentages of Color #df231d

%0
%84
%87
%13

Triadic Colors of #df231d

#df231d #1ddf23 #231ddf

Analogous Colors of #df231d

#df231d #df841d #df1d78

Monochromatic Colors of #df231d

#df231d

Complementary Color

#df231d #1dd9df

#df231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df231d Color CSS Codes

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

#df231d Text Font Color

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

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


#df231d Background Color

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

This div background color is #df231d


#df231d Border Color

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

This div border color is #df231d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df231d


Comments

No comments written yet.

Please login to write comment.