#F12932

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

Shades of Alizarin #F12932

Tints of Alizarin #F12932

Color information

#F12932 (or 0xF12932) is unknown color: approx Alizarin. HEX triplet: F1, 29 and 32. RGB value is (241,41,50). Sum of RGB (Red+Green+Blue) = 241+41+50=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12932 is #0ED6CD. Grayscale: #656565. Windows color (decimal): -972494 or 3287537. OLE color: 3287537.

HSL color Cylindrical-coordinate representation of color #F12932: hue angle of 357.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12932 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2414150-
CMYK00.830.790.05
HSL357.3º87.72%55.29%-
HSV(B)357.3º82.99%94.51%-
XYZ37.6420.524.99-
YUV101.8398.76227.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.59%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=72.59%
G=12.35%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241415000.830.790.05357.387.7255.29
HexF129320534F51655837
Octal36151620123117554513067
Binary111100011010011100100101001110011111011011001011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12932; }

 p { color: rgb(241,41,50); }

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

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

 a { background-color: rgb(241,41,50); }

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

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

 span { border-color: rgb(241,41,50); }

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