Shades of Alizarin #F12C32
Tints of Alizarin #F12C32
RGB
CMYK
RGB Variations
Color information
#F12C32 (or 0xF12C32) is known color: Alizarin. HEX triplet: F1, 2C and 32. RGB value is (241,44,50). Sum of RGB (Red+Green+Blue) = 241+44+50=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C32 is #0ED3CD. Grayscale: #676767. Windows color (decimal): -971726 or 3288305. OLE color: 3288305.
HSL color Cylindrical-coordinate representation of color #F12C32: hue angle of 358.17º 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 #F12C32 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 50 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.05 |
| HSL | 358.17º | 0.88% | 0.56% | - |
| HSV(B) | 358.17º | 0.82% | 0.95% | - |
| XYZ | 37.75 | 20.73 | 5.03 | - |
| YUV | 103.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 50 | 0 | 0.82 | 0.79 | 0.05 | 358.17 | 0.88 | 0.56 |
| Hex | F1 | 2C | 32 | 0 | 52 | 4F | 5 | 166 | 58 | 38 |
| Octal | 361 | 54 | 62 | 0 | 122 | 117 | 5 | 546 | 130 | 70 |
| Binary | 11110001 | 101100 | 110010 | 0 | 1010010 | 1001111 | 101 | 101100110 | 1011000 | 111000 |
Color Harmonies of #F12C32
Complementary color
Monochromatic Colors of #F12C32
Black with #F12C32
Text Example
Text Example
White with #F12C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C32; }
p { color: rgb(241,44,50); }
H1.HeaderClassName
{
color: #F12C32;
}
.AnyTagClassName
{
color: #F12C32;
}
</style>
background-color css
<style>
a { background-color: #F12C32; }
a { background-color: rgb(241,44,50); }
div.DivClassName
{
background-color: #F12C32;
}
.BgClassName
{
background-color: #F12C32;
}
</style>
border-color css
<style>
span { border-color: #F12C32; }
span { border-color: rgb(241,44,50); }
td.TdClassName
{
border-color: #F12C32;
}
.TagClassName
{
border-color: #F12C32;
}
</style>