color codes Logo

#f11d0a color codes

#F11D0A
(241,29,10)
0 Favorites   0 Comments

Color spaces of #f11d0a

RGB 2412910
HSL0.010.920.49
HSV96°95°
CMYK 0.000.880.96   0.05
XYZ36.769819.60142.1326
Yxy19.60140.62850.3350
Hunter Lab44.273570.768428.1355
CIE-Lab51.383573.877762.2672

#f11d0a color RGB value is (241,29,10).

#f11d0a hex color red value is 241, green value is 29 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f11d0a hue: 0.01 , saturation: 0.92 and the lightness value of f11d0a is 0.49.

The process color (four color CMYK) of #f11d0a color code is 0.00, 0.88, 0.96, 0.05. Web safe color of #f11d0a is #ff3300. Color #f11d0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011101 00001010
Octal 361 35 12
Decimal 241 29 10
Hex F1 1D A

RGB Percentages of Color #f11d0a

%86.07
%10.36
%3.57

CMYK Percentages of Color #f11d0a

%0
%88
%96
%5

Triadic Colors of #f11d0a

#f11d0a #0af11d #1d0af1

Analogous Colors of #f11d0a

#f11d0a #f1910a #f10a6b

Monochromatic Colors of #f11d0a

#f11d0a

Complementary Color

#f11d0a #0adef1

#f11d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11d0a Color CSS Codes

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

#f11d0a Text Font Color

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

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


#f11d0a Background Color

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

This div background color is #f11d0a


#f11d0a Border Color

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

This div border color is #f11d0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11d0a

#f11d0a Color Palettes


Comments

No comments written yet.

Please login to write comment.