Color Hex Logo

#ff130a Color Hex

#FF130A
(255,19,10)
0 Favorites   0 Comments

Color spaces of #ff130a

RGB 2551910
HSL0.011.000.52
HSV96°100°
CMYK 0.000.930.96   0.00
XYZ41.527721.74772.2961
Yxy21.74770.63330.3317
Hunter Lab46.634477.343029.7249
CIE-Lab53.758378.722965.0176

#ff130a color RGB value is (255,19,10).

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

The process color (four color CMYK) of #ff130a color hex is 0.00, 0.93, 0.96, 0.00. Web safe color of #ff130a is #ff0000. Color #ff130a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 00001010
Octal 377 23 12
Decimal 255 19 10
Hex FF 13 A

RGB Percentages of Color #ff130a

%89.79
%6.69
%3.52

CMYK Percentages of Color #ff130a

%0
%93
%96
%0

Triadic Colors of #ff130a

#ff130a #0aff13 #130aff

Analogous Colors of #ff130a

#ff130a #ff8e0a #ff0a7c

Monochromatic Colors of #ff130a

#ff130a

Complementary Color

#ff130a #0af6ff

#ff130a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff130a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff130a Color CSS Codes

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

#ff130a Text Font Color

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

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


#ff130a Background Color

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

This div background color is #ff130a


#ff130a Border Color

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

This div border color is #ff130a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff130a


Comments

No comments written yet.

Please login to write comment.