#F42B32

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

Shades of Alizarin #F42B32

Tints of Alizarin #F42B32

Color information

#F42B32 (or 0xF42B32) is unknown color: approx Alizarin. HEX triplet: F4, 2B and 32. RGB value is (244,43,50). Sum of RGB (Red+Green+Blue) = 244+43+50=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B32 is #0BD4CD. Grayscale: #686868. Windows color (decimal): -775374 or 3288052. OLE color: 3288052.

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

Color convert

RGB2444350-
CMYK00.820.800.04
HSL357.91º90.13%56.27%-
HSV(B)357.91º82.38%95.69%-
XYZ38.7521.195.07-
YUV103.997.59227.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.40%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=72.40%
G=12.76%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244435000.820.800.04357.9190.1356.27
HexF42B320525041665a38
Octal36453620122120454613270
Binary111101001010111100100101001010100001001011001101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B32; }

 p { color: rgb(244,43,50); }

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

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

 a { background-color: rgb(244,43,50); }

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

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

 span { border-color: rgb(244,43,50); }

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