Color Hex Logo

#f21720 Color Hex

#F21720
(242,23,32)
0 Favorites   0 Comments

Color spaces of #f21720

RGB 2422332
HSL0.990.890.52
HSV358°90°95°
CMYK 0.000.900.87   0.05
XYZ37.185119.59433.1887
Yxy19.59430.62010.3267
Hunter Lab44.265472.484026.7148
CIE-Lab51.375475.279254.5171

#f21720 color RGB value is (242,23,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010111 00100000
Octal 362 27 40
Decimal 242 23 32
Hex F2 17 20

RGB Percentages of Color #f21720

%81.48
%7.74
%10.77

CMYK Percentages of Color #f21720

%0
%90
%87
%5

Triadic Colors of #f21720

#f21720 #20f217 #1720f2

Analogous Colors of #f21720

#f21720 #f27c17 #f2178e

Monochromatic Colors of #f21720

#f21720

Complementary Color

#f21720 #17f2e9

#f21720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21720 Color CSS Codes

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

#f21720 Text Font Color

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

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


#f21720 Background Color

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

This div background color is #f21720


#f21720 Border Color

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

This div border color is #f21720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21720


Comments

No comments written yet.

Please login to write comment.