color codes Logo

#f21c3b color codes

#F21C3B
(242,28,59)
0 Favorites   0 Comments

Color spaces of #f21c3b

RGB 2422859
HSL0.980.890.53
HSV351°88°95°
CMYK 0.000.880.76   0.05
XYZ37.822620.02356.0091
Yxy20.02350.59230.3136
Hunter Lab44.747672.567523.3614
CIE-Lab51.863875.252140.8606

#f21c3b color RGB value is (242,28,59).

#f21c3b hex color red value is 242, green value is 28 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #f21c3b hue: 0.98 , saturation: 0.89 and the lightness value of f21c3b is 0.53.

The process color (four color CMYK) of #f21c3b color code is 0.00, 0.88, 0.76, 0.05. Web safe color of #f21c3b is #ff3333. Color #f21c3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 00111011
Octal 362 34 73
Decimal 242 28 59
Hex F2 1C 3B

RGB Percentages of Color #f21c3b

%73.56
%8.51
%17.93

CMYK Percentages of Color #f21c3b

%0
%88
%76
%5

Triadic Colors of #f21c3b

#f21c3b #3bf21c #1c3bf2

Analogous Colors of #f21c3b

#f21c3b #f2681c #f21ca6

Monochromatic Colors of #f21c3b

#f21c3b

Complementary Color

#f21c3b #1cf2d3

#f21c3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21c3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21c3b Color CSS Codes

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

#f21c3b Text Font Color

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

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


#f21c3b Background Color

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

This div background color is #f21c3b


#f21c3b Border Color

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

This div border color is #f21c3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21c3b


Comments

No comments written yet.

Please login to write comment.