#f42137

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

Shades of Alizarin #F42137

Tints of Alizarin #F42137

Color information

#F42137 (or 0xF42137) is unknown color: approx Alizarin. HEX triplet: F4, 21 and 37. RGB value is (244,33,55). Sum of RGB (Red+Green+Blue) = 244+33+55=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42137 is #0BDEC8. Grayscale: #626262. Windows color (decimal): -777929 or 3613172. OLE color: 3613172.

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

Color convert

RGB2443355-
CMYK00.860.770.04
HSL353.74º90.56%54.31%-
HSV(B)353.74º86.48%95.69%-
XYZ38.5420.65.56-
YUV98.6103.4231.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.49%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=73.49%
G=9.94%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244335500.860.770.04353.7490.5654.31
HexF421370564D41625b36
Octal36441670126115454213366
Binary111101001000011101110101011010011011001011000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f42137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f42137; }

 p { color: rgb(244,33,55); }

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

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

 a { background-color: rgb(244,33,55); }

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

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

 span { border-color: rgb(244,33,55); }

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