Color Hex Logo

#df272b Color Hex

#DF272B
(223,39,43)
0 Favorites   0 Comments

Color spaces of #df272b

RGB 2233943
HSL1.000.740.51
HSV359°83°87°
CMYK 0.000.830.81   0.13
XYZ31.593017.31343.9622
Yxy17.31340.59760.3275
Hunter Lab41.609462.714423.4807
CIE-Lab48.652567.679845.1940

#df272b color RGB value is (223,39,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 00101011
Octal 337 47 53
Decimal 223 39 43
Hex DF 27 2B

RGB Percentages of Color #df272b

%73.11
%12.79
%14.10

CMYK Percentages of Color #df272b

%0
%83
%81
%13

Triadic Colors of #df272b

#df272b #2bdf27 #272bdf

Analogous Colors of #df272b

#df272b #df7f27 #df2787

Monochromatic Colors of #df272b

#df272b

Complementary Color

#df272b #27dfdb

#df272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df272b Color CSS Codes

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

#df272b Text Font Color

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

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


#df272b Background Color

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

This div background color is #df272b


#df272b Border Color

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

This div border color is #df272b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df272b


Comments

No comments written yet.

Please login to write comment.