Color Hex Logo

#f42310 Color Hex

#F42310
(244,35,16)
0 Favorites   0 Comments

Color spaces of #f42310

RGB 2443516
HSL0.010.910.51
HSV93°96°
CMYK 0.000.860.93   0.04
XYZ38.002820.47262.4388
Yxy20.47260.62390.3361
Hunter Lab45.246770.741028.4769
CIE-Lab52.367473.664461.4978

#f42310 color RGB value is (244,35,16).

#f42310 hex color red value is 244, green value is 35 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f42310 hue: 0.01 , saturation: 0.91 and the lightness value of f42310 is 0.51.

The process color (four color CMYK) of #f42310 color hex is 0.00, 0.86, 0.93, 0.04. Web safe color of #f42310 is #ff3300. Color #f42310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100011 00010000
Octal 364 43 20
Decimal 244 35 16
Hex F4 23 10

RGB Percentages of Color #f42310

%82.71
%11.86
%5.42

CMYK Percentages of Color #f42310

%0
%86
%93
%4

Triadic Colors of #f42310

#f42310 #10f423 #2310f4

Analogous Colors of #f42310

#f42310 #f49510 #f4106f

Monochromatic Colors of #f42310

#f42310

Complementary Color

#f42310 #10e1f4

#f42310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42310 Color CSS Codes

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

#f42310 Text Font Color

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

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


#f42310 Background Color

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

This div background color is #f42310


#f42310 Border Color

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

This div border color is #f42310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,35,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f42310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f42310;
  -webkit-box-shadow: 1px 1px 3px 2px #f42310;
  box-shadow:         1px 1px 3px 2px #f42310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,35,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42310


Comments

No comments written yet.

Please login to write comment.