#F53739

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

Shades of Alizarin #F53739

Tints of Alizarin #F53739

Color information

#F53739 (or 0xF53739) is unknown color: approx Alizarin. HEX triplet: F5, 37 and 39. RGB value is (245,55,57). Sum of RGB (Red+Green+Blue) = 245+55+57=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F53739 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53739 is #0AC8C6. Grayscale: #707070. Windows color (decimal): -706759 or 3749877. OLE color: 3749877.

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

Color convert

RGB2455557-
CMYK00.780.770.04
HSL359.37º90.48%58.82%-
HSV(B)359.37º77.55%96.08%-
XYZ39.7622.446.11-
YUV112.0496.95222.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.63%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=68.63%
G=15.41%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245555700.780.770.04359.3790.4858.82
HexF5373904E4D41675a3b
Octal36567710116115454713273
Binary111101011101111110010100111010011011001011001111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53739; }

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

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

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

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

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

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

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

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