Color Hex Logo

#ff201d Color Hex

#FF201D
(255,32,29)
0 Favorites   0 Comments

Color spaces of #ff201d

RGB 2553229
HSL0.001.000.56
HSV89°100°
CMYK 0.000.870.89   0.00
XYZ41.978322.38173.2700
Yxy22.38170.62070.3309
Hunter Lab47.309375.594629.0184
CIE-Lab54.429777.196259.2636

#ff201d color RGB value is (255,32,29).

#ff201d hex color red value is 255, green value is 32 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ff201d hue: 0.00 , saturation: 1.00 and the lightness value of ff201d is 0.56.

The process color (four color CMYK) of #ff201d color hex is 0.00, 0.87, 0.89, 0.00. Web safe color of #ff201d is #ff3333. Color #ff201d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100000 00011101
Octal 377 40 35
Decimal 255 32 29
Hex FF 20 1D

RGB Percentages of Color #ff201d

%80.70
%10.13
%9.18

CMYK Percentages of Color #ff201d

%0
%87
%89
%0

Triadic Colors of #ff201d

#ff201d #1dff20 #201dff

Analogous Colors of #ff201d

#ff201d #ff911d #ff1d8b

Monochromatic Colors of #ff201d

#ff201d

Complementary Color

#ff201d #1dfcff

#ff201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff201d Color CSS Codes

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

#ff201d Text Font Color

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

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


#ff201d Background Color

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

This div background color is #ff201d


#ff201d Border Color

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

This div border color is #ff201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff201d


Comments

No comments written yet.

Please login to write comment.