Color Hex Logo

#df213a Color Hex

#DF213A
(223,33,58)
0 Favorites   0 Comments

Color spaces of #df213a

RGB 2233358
HSL0.980.750.50
HSV352°85°87°
CMYK 0.000.850.74   0.13
XYZ31.739017.08125.6272
Yxy17.08120.58290.3137
Hunter Lab41.329464.753020.8580
CIE-Lab48.362269.464036.4719

#df213a color RGB value is (223,33,58).

#df213a hex color red value is 223, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #df213a hue: 0.98 , saturation: 0.75 and the lightness value of df213a is 0.50.

The process color (four color CMYK) of #df213a color hex is 0.00, 0.85, 0.74, 0.13. Web safe color of #df213a is #cc3333. Color #df213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100001 00111010
Octal 337 41 72
Decimal 223 33 58
Hex DF 21 3A

RGB Percentages of Color #df213a

%71.02
%10.51
%18.47

CMYK Percentages of Color #df213a

%0
%85
%74
%13

Triadic Colors of #df213a

#df213a #3adf21 #213adf

Analogous Colors of #df213a

#df213a #df6721 #df2199

Monochromatic Colors of #df213a

#df213a

Complementary Color

#df213a #21dfc6

#df213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df213a Color CSS Codes

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

#df213a Text Font Color

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

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


#df213a Background Color

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

This div background color is #df213a


#df213a Border Color

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

This div border color is #df213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df213a


Comments

No comments written yet.

Please login to write comment.