Color Hex Logo

#fd223c Color Hex

#FD223C
(253,34,60)
0 Favorites   0 Comments

Color spaces of #fd223c

RGB 2533460
HSL0.980.980.56
HSV353°87°99°
CMYK 0.000.870.76   0.01
XYZ41.895722.35296.3814
Yxy22.35290.59320.3165
Hunter Lab47.278975.438125.0926
CIE-Lab54.399577.076643.6913

#fd223c color RGB value is (253,34,60).

#fd223c hex color red value is 253, green value is 34 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fd223c hue: 0.98 , saturation: 0.98 and the lightness value of fd223c is 0.56.

The process color (four color CMYK) of #fd223c color hex is 0.00, 0.87, 0.76, 0.01. Web safe color of #fd223c is #ff3333. Color #fd223c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100010 00111100
Octal 375 42 74
Decimal 253 34 60
Hex FD 22 3C

RGB Percentages of Color #fd223c

%72.91
%9.80
%17.29

CMYK Percentages of Color #fd223c

%0
%87
%76
%1

Triadic Colors of #fd223c

#fd223c #3cfd22 #223cfd

Analogous Colors of #fd223c

#fd223c #fd7622 #fd22aa

Monochromatic Colors of #fd223c

#fd223c

Complementary Color

#fd223c #22fde3

#fd223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd223c Color CSS Codes

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

#fd223c Text Font Color

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

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


#fd223c Background Color

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

This div background color is #fd223c


#fd223c Border Color

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

This div border color is #fd223c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,34,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd223c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd223c;
  -webkit-box-shadow: 1px 1px 3px 2px #fd223c;
  box-shadow:         1px 1px 3px 2px #fd223c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,34,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd223c


Comments

No comments written yet.

Please login to write comment.