Color Hex Logo

#ff421c Color Hex

#FF421C
(255,66,28)
0 Favorites   0 Comments

Color spaces of #ff421c

RGB 2556628
HSL0.031.000.55
HSV10°89°100°
CMYK 0.000.740.89   0.00
XYZ43.397825.24033.6831
Yxy25.24030.60010.3490
Hunter Lab50.239766.271430.8212
CIE-Lab57.308869.030661.7128

#ff421c color RGB value is (255,66,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00011100
Octal 377 102 34
Decimal 255 66 28
Hex FF 42 1C

RGB Percentages of Color #ff421c

%73.07
%18.91
%8.02

CMYK Percentages of Color #ff421c

%0
%74
%89
%0

Triadic Colors of #ff421c

#ff421c #1cff42 #421cff

Analogous Colors of #ff421c

#ff421c #ffb41c #ff1c68

Monochromatic Colors of #ff421c

#ff421c

Complementary Color

#ff421c #1cd9ff

#ff421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff421c Color CSS Codes

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

#ff421c Text Font Color

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

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


#ff421c Background Color

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

This div background color is #ff421c


#ff421c Border Color

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

This div border color is #ff421c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,66,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 #ff421c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff421c

Related Colors


Comments

No comments written yet.

Please login to write comment.