Shades of Alizarin #F12332
Tints of Alizarin #F12332
RGB
CMYK
RGB Variations
Color information
#F12332 (or 0xF12332) is known color: Alizarin. HEX triplet: F1, 23 and 32. RGB value is (241,35,50). Sum of RGB (Red+Green+Blue) = 241+35+50=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12332 is #0EDCCD. Grayscale: #626262. Windows color (decimal): -974030 or 3286001. OLE color: 3286001.
HSL color Cylindrical-coordinate representation of color #F12332: hue angle of 355.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12332 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 50 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.05 |
| HSL | 355.63º | 0.88% | 0.54% | - |
| HSV(B) | 355.63º | 0.85% | 0.95% | - |
| XYZ | 37.45 | 20.13 | 4.93 | - |
| YUV | 98.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 50 | 0 | 0.85 | 0.79 | 0.05 | 355.63 | 0.88 | 0.54 |
| Hex | F1 | 23 | 32 | 0 | 55 | 4F | 5 | 164 | 58 | 36 |
| Octal | 361 | 43 | 62 | 0 | 125 | 117 | 5 | 544 | 130 | 66 |
| Binary | 11110001 | 100011 | 110010 | 0 | 1010101 | 1001111 | 101 | 101100100 | 1011000 | 110110 |
Color Harmonies of #F12332
Complementary color
Monochromatic Colors of #F12332
Black with #F12332
Text Example
Text Example
White with #F12332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12332; }
p { color: rgb(241,35,50); }
H1.HeaderClassName
{
color: #F12332;
}
.AnyTagClassName
{
color: #F12332;
}
</style>
background-color css
<style>
a { background-color: #F12332; }
a { background-color: rgb(241,35,50); }
div.DivClassName
{
background-color: #F12332;
}
.BgClassName
{
background-color: #F12332;
}
</style>
border-color css
<style>
span { border-color: #F12332; }
span { border-color: rgb(241,35,50); }
td.TdClassName
{
border-color: #F12332;
}
.TagClassName
{
border-color: #F12332;
}
</style>