#F43139

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

Shades of Alizarin #F43139

Tints of Alizarin #F43139

Color information

#F43139 (or 0xF43139) is unknown color: approx Alizarin. HEX triplet: F4, 31 and 39. RGB value is (244,49,57). Sum of RGB (Red+Green+Blue) = 244+49+57=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F43139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43139 is #0BCEC6. Grayscale: #6C6C6C. Windows color (decimal): -773831 or 3748340. OLE color: 3748340.

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

Color convert

RGB2444957-
CMYK00.800.770.04
HSL357.54º89.86%57.45%-
HSV(B)357.54º79.92%95.69%-
XYZ39.1521.736-
YUV108.2299.1224.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.71%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=69.71%
G=14%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244495700.800.770.04357.5489.8657.45
HexF431390504D41665a39
Octal36461710120115454613271
Binary111101001100011110010101000010011011001011001101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43139; }

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

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

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

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

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

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

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

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