#F12E32

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

Shades of Alizarin #F12E32

Tints of Alizarin #F12E32

Color information

#F12E32 (or 0xF12E32) is unknown color: approx Alizarin. HEX triplet: F1, 2E and 32. RGB value is (241,46,50). Sum of RGB (Red+Green+Blue) = 241+46+50=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E32 is #0ED1CD. Grayscale: #686868. Windows color (decimal): -971214 or 3288817. OLE color: 3288817.

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

Color convert

RGB2414650-
CMYK00.810.790.05
HSL358.77º87.44%56.27%-
HSV(B)358.77º80.91%94.51%-
XYZ37.8320.895.06-
YUV104.7697.1225.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.51%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=71.51%
G=13.65%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241465000.810.790.05358.7787.4456.27
HexF12E320514F51675738
Octal36156620121117554712770
Binary111100011011101100100101000110011111011011001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E32; }

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

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

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

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

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

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

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

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