color codes Logo

#fd1a3a color codes

#FD1A3A
(253,26,58)
0 Favorites   0 Comments

Color spaces of #fd1a3a

RGB 2532658
HSL0.980.980.55
HSV352°90°99°
CMYK 0.000.900.77   0.01
XYZ41.641121.92696.0406
Yxy21.92690.59820.3150
Hunter Lab46.826276.788925.1299
CIE-Lab53.949478.244344.3236

#fd1a3a color RGB value is (253,26,58).

#fd1a3a hex color red value is 253, green value is 26 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fd1a3a hue: 0.98 , saturation: 0.98 and the lightness value of fd1a3a is 0.55.

The process color (four color CMYK) of #fd1a3a color code is 0.00, 0.90, 0.77, 0.01. Web safe color of #fd1a3a is #ff3333. Color #fd1a3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011010 00111010
Octal 375 32 72
Decimal 253 26 58
Hex FD 1A 3A

RGB Percentages of Color #fd1a3a

%75.07
%7.72
%17.21

CMYK Percentages of Color #fd1a3a

%0
%90
%77
%1

Triadic Colors of #fd1a3a

#fd1a3a #3afd1a #1a3afd

Analogous Colors of #fd1a3a

#fd1a3a #fd6c1a #fd1aac

Monochromatic Colors of #fd1a3a

#fd1a3a

Complementary Color

#fd1a3a #1afddd

#fd1a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1a3a Color CSS Codes

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

#fd1a3a Text Font Color

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

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


#fd1a3a Background Color

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

This div background color is #fd1a3a


#fd1a3a Border Color

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

This div border color is #fd1a3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1a3a

Related Colors


Comments

No comments written yet.

Please login to write comment.