Color Hex Logo

#df252b Color Hex

#DF252B
(223,37,43)
0 Favorites   0 Comments

Color spaces of #df252b

RGB 2233743
HSL0.990.740.51
HSV358°83°87°
CMYK 0.000.830.81   0.13
XYZ31.529017.18553.9409
Yxy17.18550.59880.3264
Hunter Lab41.455463.211623.3825
CIE-Lab48.492968.133745.0378

#df252b color RGB value is (223,37,43).

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

The process color (four color CMYK) of #df252b color hex is 0.00, 0.83, 0.81, 0.13. Web safe color of #df252b is #cc3333. Color #df252b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 00101011
Octal 337 45 53
Decimal 223 37 43
Hex DF 25 2B

RGB Percentages of Color #df252b

%73.60
%12.21
%14.19

CMYK Percentages of Color #df252b

%0
%83
%81
%13

Triadic Colors of #df252b

#df252b #2bdf25 #252bdf

Analogous Colors of #df252b

#df252b #df7c25 #df2588

Monochromatic Colors of #df252b

#df252b

Complementary Color

#df252b #25dfd9

#df252b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df252b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df252b Color CSS Codes

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

#df252b Text Font Color

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

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


#df252b Background Color

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

This div background color is #df252b


#df252b Border Color

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

This div border color is #df252b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,37,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 #df252b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df252b


Comments

No comments written yet.

Please login to write comment.