#F12131

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

Shades of Alizarin #F12131

Tints of Alizarin #F12131

Color information

#F12131 (or 0xF12131) is unknown color: approx Alizarin. HEX triplet: F1, 21 and 31. RGB value is (241,33,49). Sum of RGB (Red+Green+Blue) = 241+33+49=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F12131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12131 is #0EDECE. Grayscale: #616161. Windows color (decimal): -974543 or 3219953. OLE color: 3219953.

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

Color convert

RGB2413349-
CMYK00.860.800.05
HSL355.38º88.14%53.73%-
HSV(B)355.38º86.31%94.51%-
XYZ37.3720.014.8-
YUV97.02100.91230.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.61%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=74.61%
G=10.22%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241334900.860.800.05355.3888.1453.73
HexF121310565051635836
Octal36141610126120554313066
Binary111100011000011100010101011010100001011011000111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12131; }

 p { color: rgb(241,33,49); }

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

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

 a { background-color: rgb(241,33,49); }

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

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

 span { border-color: rgb(241,33,49); }

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