Color Hex Logo

#ff001c Color Hex

#FF001C
(255,0,28)
0 Favorites   0 Comments

Color spaces of #ff001c

RGB 255028
HSL0.981.000.50
HSV353°100°100°
CMYK 0.001.000.89   0.00
XYZ41.449621.34383.0337
Yxy21.34380.62970.3242
Hunter Lab46.199479.299628.4462
CIE-Lab53.323780.357958.8918

#ff001c color RGB value is (255,0,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 00011100
Octal 377 0 34
Decimal 255 0 28
Hex FF 0 1C

RGB Percentages of Color #ff001c

%90.11
%0.00
%9.89

CMYK Percentages of Color #ff001c

%0
%100
%89
%0

Triadic Colors of #ff001c

#ff001c #1cff00 #001cff

Analogous Colors of #ff001c

#ff001c #ff6400 #ff009c

Monochromatic Colors of #ff001c

#ff001c

Complementary Color

#ff001c #00ffe3

#ff001c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff001c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff001c Color CSS Codes

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

#ff001c Text Font Color

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

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


#ff001c Background Color

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

This div background color is #ff001c


#ff001c Border Color

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

This div border color is #ff001c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff001c

#ff001c Color Palettes


Comments

No comments written yet.

Please login to write comment.