Color Hex Logo

#fd0024 Color Hex

#FD0024
(253,0,36)
0 Favorites   0 Comments

Color spaces of #fd0024

RGB 253036
HSL0.981.000.50
HSV351°100°99°
CMYK 0.001.000.86   0.01
XYZ40.826421.01003.5726
Yxy21.01000.62420.3212
Hunter Lab45.836778.774527.4645
CIE-Lab52.960480.014054.8691

#fd0024 color RGB value is (253,0,36).

#fd0024 hex color red value is 253, green value is 0 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #fd0024 hue: 0.98 , saturation: 1.00 and the lightness value of fd0024 is 0.50.

The process color (four color CMYK) of #fd0024 color hex is 0.00, 1.00, 0.86, 0.01. Web safe color of #fd0024 is #ff0033. Color #fd0024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 00100100
Octal 375 0 44
Decimal 253 0 36
Hex FD 0 24

RGB Percentages of Color #fd0024

%87.54
%0.00
%12.46

CMYK Percentages of Color #fd0024

%0
%100
%86
%1

Triadic Colors of #fd0024

#fd0024 #24fd00 #0024fd

Analogous Colors of #fd0024

#fd0024 #fd5b00 #fd00a3

Monochromatic Colors of #fd0024

#fd0024

Complementary Color

#fd0024 #00fdd9

#fd0024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0024 Color CSS Codes

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

#fd0024 Text Font Color

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

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


#fd0024 Background Color

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

This div background color is #fd0024


#fd0024 Border Color

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

This div border color is #fd0024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0024


Comments

No comments written yet.

Please login to write comment.