#F12C36

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

Shades of Alizarin #F12C36

Tints of Alizarin #F12C36

Color information

#F12C36 (or 0xF12C36) is unknown color: approx Alizarin. HEX triplet: F1, 2C and 36. RGB value is (241,44,54). Sum of RGB (Red+Green+Blue) = 241+44+54=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C36 is #0ED3C9. Grayscale: #686868. Windows color (decimal): -971722 or 3550449. OLE color: 3550449.

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

Color convert

RGB2414454-
CMYK00.820.780.05
HSL356.95º87.56%55.88%-
HSV(B)356.95º81.74%94.51%-
XYZ37.8420.775.5-
YUV104.0499.77225.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.09%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 54 (21.48% from 255) = 15.93%
R=71.09%
G=12.98%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241445400.820.780.05356.9587.5655.88
HexF12C360524E51655838
Octal36154660122116554513070
Binary111100011011001101100101001010011101011011001011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12C36; }

 p { color: rgb(241,44,54); }

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

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

 a { background-color: rgb(241,44,54); }

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

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

 span { border-color: rgb(241,44,54); }

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