Color Hex Logo

#df272c Color Hex

#DF272C
(223,39,44)
0 Favorites   0 Comments

Color spaces of #df272c

RGB 2233944
HSL1.000.740.51
HSV358°83°87°
CMYK 0.000.830.80   0.13
XYZ31.611617.32094.0600
Yxy17.32090.59650.3269
Hunter Lab41.618462.749023.3490
CIE-Lab48.661967.707644.6692

#df272c color RGB value is (223,39,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 00101100
Octal 337 47 54
Decimal 223 39 44
Hex DF 27 2C

RGB Percentages of Color #df272c

%72.88
%12.75
%14.38

CMYK Percentages of Color #df272c

%0
%83
%80
%13

Triadic Colors of #df272c

#df272c #2cdf27 #272cdf

Analogous Colors of #df272c

#df272c #df7e27 #df2788

Monochromatic Colors of #df272c

#df272c

Complementary Color

#df272c #27dfda

#df272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df272c Color CSS Codes

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

#df272c Text Font Color

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

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


#df272c Background Color

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

This div background color is #df272c


#df272c Border Color

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

This div border color is #df272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df272c


Comments

No comments written yet.

Please login to write comment.