Color Hex Logo

#f21516 Color Hex

#F21516
(242,21,22)
1 Favorites   0 Comments

Color spaces of #f21516

RGB 2422122
HSL1.000.890.52
HSV360°91°95°
CMYK 0.000.910.91   0.05
XYZ37.030919.47152.5657
Yxy19.47150.62690.3296
Hunter Lab44.126572.575527.4412
CIE-Lab51.234375.381058.5829

#f21516 color RGB value is (242,21,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010101 00010110
Octal 362 25 26
Decimal 242 21 22
Hex F2 15 16

RGB Percentages of Color #f21516

%84.91
%7.37
%7.72

CMYK Percentages of Color #f21516

%0
%91
%91
%5

Triadic Colors of #f21516

#f21516 #16f215 #1516f2

Analogous Colors of #f21516

#f21516 #f28315 #f21585

Monochromatic Colors of #f21516

#f21516

Complementary Color

#f21516 #15f2f1

#f21516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21516 Color CSS Codes

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

#f21516 Text Font Color

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

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


#f21516 Background Color

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

This div background color is #f21516


#f21516 Border Color

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

This div border color is #f21516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21516


Comments

No comments written yet.

Please login to write comment.