Color Hex Logo

#f01d33 Color Hex

#F01D33
(240,29,51)
0 Favorites   0 Comments

Color spaces of #f01d33

RGB 2402951
HSL0.980.880.53
HSV354°88°94°
CMYK 0.000.880.79   0.06
XYZ36.972119.64304.9748
Yxy19.64300.60030.3189
Hunter Lab44.320471.344024.3692
CIE-Lab51.431274.339344.7613

#f01d33 color RGB value is (240,29,51).

#f01d33 hex color red value is 240, green value is 29 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #f01d33 hue: 0.98 , saturation: 0.88 and the lightness value of f01d33 is 0.53.

The process color (four color CMYK) of #f01d33 color hex is 0.00, 0.88, 0.79, 0.06. Web safe color of #f01d33 is #ff3333. Color #f01d33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011101 00110011
Octal 360 35 63
Decimal 240 29 51
Hex F0 1D 33

RGB Percentages of Color #f01d33

%75.00
%9.06
%15.94

CMYK Percentages of Color #f01d33

%0
%88
%79
%6

Triadic Colors of #f01d33

#f01d33 #33f01d #1d33f0

Analogous Colors of #f01d33

#f01d33 #f0711d #f01d9d

Monochromatic Colors of #f01d33

#f01d33

Complementary Color

#f01d33 #1df0da

#f01d33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01d33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01d33 Color CSS Codes

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

#f01d33 Text Font Color

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

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


#f01d33 Background Color

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

This div background color is #f01d33


#f01d33 Border Color

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

This div border color is #f01d33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01d33


Comments

No comments written yet.

Please login to write comment.