#F53236

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

Shades of Alizarin #F53236

Tints of Alizarin #F53236

Color information

#F53236 (or 0xF53236) is unknown color: approx Alizarin. HEX triplet: F5, 32 and 36. RGB value is (245,50,54). Sum of RGB (Red+Green+Blue) = 245+50+54=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F53236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53236 is #0ACDC9. Grayscale: #6C6C6C. Windows color (decimal): -708042 or 3551989. OLE color: 3551989.

HSL color Cylindrical-coordinate representation of color #F53236: hue angle of 358.77º 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 #F53236 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2455054-
CMYK00.800.780.04
HSL358.77º90.7%57.84%-
HSV(B)358.77º79.59%96.08%-
XYZ39.4621.965.65-
YUV108.7697.1225.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70.20%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=70.20%
G=14.33%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245505400.800.780.04358.7790.757.84
HexF532360504E41675b3a
Octal36562660120116454713372
Binary111101011100101101100101000010011101001011001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53236; }

 p { color: rgb(245,50,54); }

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

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

 a { background-color: rgb(245,50,54); }

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

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

 span { border-color: rgb(245,50,54); }

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