Color Hex Logo

#ff410c Color Hex

#FF410C
(255,65,12)
0 Favorites   0 Comments

Color spaces of #ff410c

RGB 2556512
HSL0.041.000.52
HSV13°95°100°
CMYK 0.000.750.95   0.00
XYZ43.196725.06712.9096
Yxy25.06710.60690.3522
Hunter Lab50.067166.388331.6014
CIE-Lab57.140769.159466.3112

#ff410c color RGB value is (255,65,12).

#ff410c hex color red value is 255, green value is 65 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ff410c hue: 0.04 , saturation: 1.00 and the lightness value of ff410c is 0.52.

The process color (four color CMYK) of #ff410c color hex is 0.00, 0.75, 0.95, 0.00. Web safe color of #ff410c is #ff3300. Color #ff410c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000001 00001100
Octal 377 101 14
Decimal 255 65 12
Hex FF 41 C

RGB Percentages of Color #ff410c

%76.81
%19.58
%3.61

CMYK Percentages of Color #ff410c

%0
%75
%95
%0

Triadic Colors of #ff410c

#ff410c #0cff41 #410cff

Analogous Colors of #ff410c

#ff410c #ffbb0c #ff0c50

Monochromatic Colors of #ff410c

#ff410c

Complementary Color

#ff410c #0ccaff

#ff410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff410c Color CSS Codes

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

#ff410c Text Font Color

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

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


#ff410c Background Color

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

This div background color is #ff410c


#ff410c Border Color

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

This div border color is #ff410c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff410c

Related Colors


Comments

No comments written yet.

Please login to write comment.