Color Hex Logo

#fd202d Color Hex

#FD202D
(253,32,45)
0 Favorites   0 Comments

Color spaces of #fd202d

RGB 2533245
HSL0.990.980.56
HSV356°87°99°
CMYK 0.000.870.82   0.01
XYZ41.498222.10514.5621
Yxy22.10510.60880.3243
Hunter Lab47.016175.272927.1582
CIE-Lab54.138376.994851.4634

#fd202d color RGB value is (253,32,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 00101101
Octal 375 40 55
Decimal 253 32 45
Hex FD 20 2D

RGB Percentages of Color #fd202d

%76.67
%9.70
%13.64

CMYK Percentages of Color #fd202d

%0
%87
%82
%1

Triadic Colors of #fd202d

#fd202d #2dfd20 #202dfd

Analogous Colors of #fd202d

#fd202d #fd8220 #fd209c

Monochromatic Colors of #fd202d

#fd202d

Complementary Color

#fd202d #20fdf0

#fd202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd202d Color CSS Codes

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

#fd202d Text Font Color

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

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


#fd202d Background Color

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

This div background color is #fd202d


#fd202d Border Color

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

This div border color is #fd202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd202d


Comments

No comments written yet.

Please login to write comment.