color codes Logo

#fd020c color codes

#FD020C
(253,2,12)
0 Favorites   0 Comments

Color spaces of #fd020c

RGB 253212
HSL0.990.980.50
HSV358°99°99°
CMYK 0.000.990.95   0.01
XYZ40.596120.95262.2524
Yxy20.95260.63630.3284
Hunter Lab45.774078.203729.1243
CIE-Lab52.897679.574263.8865

#fd020c color RGB value is (253,2,12).

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

The process color (four color CMYK) of #fd020c color code is 0.00, 0.99, 0.95, 0.01. Web safe color of #fd020c is #ff0000. Color #fd020c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 00001100
Octal 375 2 14
Decimal 253 2 12
Hex FD 2 C

RGB Percentages of Color #fd020c

%94.76
%0.75
%4.49

CMYK Percentages of Color #fd020c

%0
%99
%95
%1

Triadic Colors of #fd020c

#fd020c #0cfd02 #020cfd

Analogous Colors of #fd020c

#fd020c #fd7602 #fd028a

Monochromatic Colors of #fd020c

#fd020c

Complementary Color

#fd020c #02fdf3

#fd020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd020c Color CSS Codes

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

#fd020c Text Font Color

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

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


#fd020c Background Color

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

This div background color is #fd020c


#fd020c Border Color

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

This div border color is #fd020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd020c

Related Colors


Comments

No comments written yet.

Please login to write comment.