Color Hex Logo

#fd223d Color Hex

#FD223D
(253,34,61)
0 Favorites   0 Comments

Color spaces of #fd223d

RGB 2533461
HSL0.980.980.56
HSV353°87°99°
CMYK 0.000.870.76   0.01
XYZ41.922322.36366.5219
Yxy22.36360.59210.3158
Hunter Lab47.290275.480824.9263
CIE-Lab54.410777.108743.1447

#fd223d color RGB value is (253,34,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100010 00111101
Octal 375 42 75
Decimal 253 34 61
Hex FD 22 3D

RGB Percentages of Color #fd223d

%72.70
%9.77
%17.53

CMYK Percentages of Color #fd223d

%0
%87
%76
%1

Triadic Colors of #fd223d

#fd223d #3dfd22 #223dfd

Analogous Colors of #fd223d

#fd223d #fd7522 #fd22ab

Monochromatic Colors of #fd223d

#fd223d

Complementary Color

#fd223d #22fde2

#fd223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd223d Color CSS Codes

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

#fd223d Text Font Color

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

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


#fd223d Background Color

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

This div background color is #fd223d


#fd223d Border Color

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

This div border color is #fd223d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd223d


Comments

No comments written yet.

Please login to write comment.