Color Hex Logo

#f31512 Color Hex

#F31512
(243,21,18)
0 Favorites   0 Comments

Color spaces of #f31512

RGB 2432118
HSL0.000.900.51
HSV93°95°
CMYK 0.000.910.93   0.05
XYZ37.339519.63472.3941
Yxy19.63470.62890.3307
Hunter Lab44.311172.871827.8143
CIE-Lab51.421775.585260.2138

#f31512 color RGB value is (243,21,18).

#f31512 hex color red value is 243, green value is 21 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f31512 hue: 0.00 , saturation: 0.90 and the lightness value of f31512 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 00010010
Octal 363 25 22
Decimal 243 21 18
Hex F3 15 12

RGB Percentages of Color #f31512

%86.17
%7.45
%6.38

CMYK Percentages of Color #f31512

%0
%91
%93
%5

Triadic Colors of #f31512

#f31512 #12f315 #1512f3

Analogous Colors of #f31512

#f31512 #f38612 #f31280

Monochromatic Colors of #f31512

#f31512

Complementary Color

#f31512 #12f0f3

#f31512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31512 Color CSS Codes

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

#f31512 Text Font Color

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

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


#f31512 Background Color

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

This div background color is #f31512


#f31512 Border Color

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

This div border color is #f31512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,21,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f31512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f31512;
  -webkit-box-shadow: 1px 1px 3px 2px #f31512;
  box-shadow:         1px 1px 3px 2px #f31512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,21,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31512


Comments

No comments written yet.

Please login to write comment.