#F53139

Color #F53139 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F53139

Tints of Alizarin #F53139

Color information

#F53139 (or 0xF53139) is unknown color: approx Alizarin. HEX triplet: F5, 31 and 39. RGB value is (245,49,57). Sum of RGB (Red+Green+Blue) = 245+49+57=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53139 is #0ACEC6. Grayscale: #6C6C6C. Windows color (decimal): -708295 or 3748341. OLE color: 3748341.

HSL color Cylindrical-coordinate representation of color #F53139: hue angle of 357.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53139 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB2454957-
CMYK00.80.770.04
HSL357.55º90.74%57.65%-
HSV(B)357.55º80%96.08%-
XYZ39.4921.96.02-
YUV108.5298.93225.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 69.80%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=69.80%
G=13.96%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245495700.80.770.04357.5590.7457.65
HexF531390504D41665b3a
Octal36561710120115454613372
Binary111101011100011110010101000010011011001011001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53139; }

 p { color: rgb(245,49,57); }

 H1.HeaderClassName
 {
   color: #F53139;
 }
 .AnyTagClassName
 {
   color: #F53139;
 }
</style>
background-color css

<style>
 a { background-color: #F53139; }

 a { background-color: rgb(245,49,57); }

 div.DivClassName
 {
   background-color: #F53139;
 }
 .BgClassName
 {
   background-color: #F53139;
 }
</style>
border-color css

<style>
 span { border-color: #F53139; }

 span { border-color: rgb(245,49,57); }

 td.TdClassName
 {
   border-color: #F53139;
 }
 .TagClassName
 {
   border-color: #F53139;
 }
</style>