Color Hex Logo

#f3272a Color Hex

#F3272A
(243,39,42)
0 Favorites   0 Comments

Color spaces of #f3272a

RGB 2433942
HSL1.000.890.55
HSV359°84°95°
CMYK 0.000.840.83   0.05
XYZ38.105620.67294.1724
Yxy20.67290.60530.3284
Hunter Lab45.467570.030126.3864
CIE-Lab52.589673.038350.8302

#f3272a color RGB value is (243,39,42).

#f3272a hex color red value is 243, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f3272a hue: 1.00 , saturation: 0.89 and the lightness value of f3272a is 0.55.

The process color (four color CMYK) of #f3272a color hex is 0.00, 0.84, 0.83, 0.05. Web safe color of #f3272a is #ff3333. Color #f3272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100111 00101010
Octal 363 47 52
Decimal 243 39 42
Hex F3 27 2A

RGB Percentages of Color #f3272a

%75.00
%12.04
%12.96

CMYK Percentages of Color #f3272a

%0
%84
%83
%5

Triadic Colors of #f3272a

#f3272a #2af327 #272af3

Analogous Colors of #f3272a

#f3272a #f38a27 #f32790

Monochromatic Colors of #f3272a

#f3272a

Complementary Color

#f3272a #27f3f0

#f3272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3272a Color CSS Codes

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

#f3272a Text Font Color

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

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


#f3272a Background Color

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

This div background color is #f3272a


#f3272a Border Color

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

This div border color is #f3272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3272a


Comments

No comments written yet.

Please login to write comment.