Color Hex Logo

#f21320 Color Hex

#F21320
(242,19,32)
0 Favorites   0 Comments

Color spaces of #f21320

RGB 2421932
HSL0.990.900.51
HSV357°92°95°
CMYK 0.000.920.87   0.05
XYZ37.111519.44733.1642
Yxy19.44730.62140.3256
Hunter Lab44.099173.042926.6152
CIE-Lab51.206575.765954.3842

#f21320 color RGB value is (242,19,32).

#f21320 hex color red value is 242, green value is 19 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f21320 hue: 0.99 , saturation: 0.90 and the lightness value of f21320 is 0.51.

The process color (four color CMYK) of #f21320 color hex is 0.00, 0.92, 0.87, 0.05. Web safe color of #f21320 is #ff0033. Color #f21320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 00100000
Octal 362 23 40
Decimal 242 19 32
Hex F2 13 20

RGB Percentages of Color #f21320

%82.59
%6.48
%10.92

CMYK Percentages of Color #f21320

%0
%92
%87
%5

Triadic Colors of #f21320

#f21320 #20f213 #1320f2

Analogous Colors of #f21320

#f21320 #f27613 #f21390

Monochromatic Colors of #f21320

#f21320

Complementary Color

#f21320 #13f2e5

#f21320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21320 Color CSS Codes

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

#f21320 Text Font Color

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

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


#f21320 Background Color

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

This div background color is #f21320


#f21320 Border Color

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

This div border color is #f21320


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,19,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21320


Comments

No comments written yet.

Please login to write comment.