Color Hex Logo

#f3001b Color Hex

#F3001B
(243,0,27)
0 Favorites   0 Comments

Color spaces of #f3001b

RGB 243027
HSL0.981.000.48
HSV353°100°95°
CMYK 0.001.000.89   0.05
XYZ37.160019.13382.7716
Yxy19.13380.62910.3239
Hunter Lab43.742275.091026.8628
CIE-Lab50.843477.490156.4143

#f3001b color RGB value is (243,0,27).

#f3001b hex color red value is 243, green value is 0 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f3001b hue: 0.98 , saturation: 1.00 and the lightness value of f3001b is 0.48.

The process color (four color CMYK) of #f3001b color hex is 0.00, 1.00, 0.89, 0.05. Web safe color of #f3001b is #ff0033. Color #f3001b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 00011011
Octal 363 0 33
Decimal 243 0 27
Hex F3 0 1B

RGB Percentages of Color #f3001b

%90.00
%0.00
%10.00

CMYK Percentages of Color #f3001b

%0
%100
%89
%5

Triadic Colors of #f3001b

#f3001b #1bf300 #001bf3

Analogous Colors of #f3001b

#f3001b #f35f00 #f30095

Monochromatic Colors of #f3001b

#f3001b

Complementary Color

#f3001b #00f3d8

#f3001b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3001b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3001b Color CSS Codes

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

#f3001b Text Font Color

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

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


#f3001b Background Color

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

This div background color is #f3001b


#f3001b Border Color

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

This div border color is #f3001b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,0,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3001b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3001b;
  -webkit-box-shadow: 1px 1px 3px 2px #f3001b;
  box-shadow:         1px 1px 3px 2px #f3001b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,0,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3001b


Comments

No comments written yet.

Please login to write comment.