color codes Logo

#fd210d color codes

#FD210D
(253,33,13)
0 Favorites   0 Comments

Color spaces of #fd210d

RGB 2533313
HSL0.010.980.52
HSV95°99°
CMYK 0.000.870.95   0.01
XYZ41.124521.99942.4596
Yxy21.99940.62710.3354
Hunter Lab46.903574.425729.7233
CIE-Lab54.026476.335464.1983

#fd210d color RGB value is (253,33,13).

#fd210d hex color red value is 253, green value is 33 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fd210d hue: 0.01 , saturation: 0.98 and the lightness value of fd210d is 0.52.

The process color (four color CMYK) of #fd210d color code is 0.00, 0.87, 0.95, 0.01. Web safe color of #fd210d is #ff3300. Color #fd210d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 00001101
Octal 375 41 15
Decimal 253 33 13
Hex FD 21 D

RGB Percentages of Color #fd210d

%84.62
%11.04
%4.35

CMYK Percentages of Color #fd210d

%0
%87
%95
%1

Triadic Colors of #fd210d

#fd210d #0dfd21 #210dfd

Analogous Colors of #fd210d

#fd210d #fd990d #fd0d71

Monochromatic Colors of #fd210d

#fd210d

Complementary Color

#fd210d #0de9fd

#fd210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd210d Color CSS Codes

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

#fd210d Text Font Color

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

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


#fd210d Background Color

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

This div background color is #fd210d


#fd210d Border Color

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

This div border color is #fd210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd210d

Related Colors


Comments

No comments written yet.

Please login to write comment.