Shades of Alizarin #F12232
Tints of Alizarin #F12232
RGB
CMYK
RGB Variations
Color information
#F12232 (or 0xF12232) is known color: Alizarin. HEX triplet: F1, 22 and 32. RGB value is (241,34,50). Sum of RGB (Red+Green+Blue) = 241+34+50=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F12232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12232 is #0EDDCD. Grayscale: #616161. Windows color (decimal): -974286 or 3285745. OLE color: 3285745.
HSL color Cylindrical-coordinate representation of color #F12232: hue angle of 355.36º 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 #F12232 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.05 |
| HSL | 355.36º | 0.88% | 0.54% | - |
| HSV(B) | 355.36º | 0.86% | 0.95% | - |
| XYZ | 37.42 | 20.08 | 4.92 | - |
| YUV | 97.72 | 101.08 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 50 | 0 | 0.86 | 0.79 | 0.05 | 355.36 | 0.88 | 0.54 |
| Hex | F1 | 22 | 32 | 0 | 56 | 4F | 5 | 163 | 58 | 36 |
| Octal | 361 | 42 | 62 | 0 | 126 | 117 | 5 | 543 | 130 | 66 |
| Binary | 11110001 | 100010 | 110010 | 0 | 1010110 | 1001111 | 101 | 101100011 | 1011000 | 110110 |
Color Harmonies of #F12232
Complementary color
Monochromatic Colors of #F12232
Black with #F12232
Text Example
Text Example
White with #F12232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12232; }
p { color: rgb(241,34,50); }
H1.HeaderClassName
{
color: #F12232;
}
.AnyTagClassName
{
color: #F12232;
}
</style>
background-color css
<style>
a { background-color: #F12232; }
a { background-color: rgb(241,34,50); }
div.DivClassName
{
background-color: #F12232;
}
.BgClassName
{
background-color: #F12232;
}
</style>
border-color css
<style>
span { border-color: #F12232; }
span { border-color: rgb(241,34,50); }
td.TdClassName
{
border-color: #F12232;
}
.TagClassName
{
border-color: #F12232;
}
</style>