Color Hex Logo

#fd283c Color Hex

#FD283C
(253,40,60)
0 Favorites   0 Comments

Color spaces of #fd283c

RGB 2534060
HSL0.980.980.57
HSV354°84°99°
CMYK 0.000.840.76   0.01
XYZ42.082422.72656.4436
Yxy22.72650.59060.3190
Hunter Lab47.672374.143025.3567
CIE-Lab54.789575.959844.1122

#fd283c color RGB value is (253,40,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101000 00111100
Octal 375 50 74
Decimal 253 40 60
Hex FD 28 3C

RGB Percentages of Color #fd283c

%71.67
%11.33
%17.00

CMYK Percentages of Color #fd283c

%0
%84
%76
%1

Triadic Colors of #fd283c

#fd283c #3cfd28 #283cfd

Analogous Colors of #fd283c

#fd283c #fd7f28 #fd28a7

Monochromatic Colors of #fd283c

#fd283c

Complementary Color

#fd283c #28fde9

#fd283c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd283c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd283c Color CSS Codes

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

#fd283c Text Font Color

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

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


#fd283c Background Color

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

This div background color is #fd283c


#fd283c Border Color

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

This div border color is #fd283c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd283c


Comments

No comments written yet.

Please login to write comment.