Shades of Alizarin #F12021
Tints of Alizarin #F12021
RGB
CMYK
RGB Variations
Color information
#F12021 (or 0xF12021) is known color: Alizarin. HEX triplet: F1, 20 and 21. RGB value is (241,32,33). Sum of RGB (Red+Green+Blue) = 241+32+33=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F12021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12021 is #0EDFDE. Grayscale: #5E5E5E. Windows color (decimal): -974815 or 2171121. OLE color: 2171121.
HSL color Cylindrical-coordinate representation of color #F12021: hue angle of 359.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12021 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 33 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.05 |
| HSL | 359.71º | 0.88% | 0.54% | - |
| HSV(B) | 359.71º | 0.87% | 0.95% | - |
| XYZ | 37.07 | 19.84 | 3.32 | - |
| YUV | 94.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 33 | 0 | 0.87 | 0.86 | 0.05 | 359.71 | 0.88 | 0.54 |
| Hex | F1 | 20 | 21 | 0 | 57 | 56 | 5 | 168 | 58 | 36 |
| Octal | 361 | 40 | 41 | 0 | 127 | 126 | 5 | 550 | 130 | 66 |
| Binary | 11110001 | 100000 | 100001 | 0 | 1010111 | 1010110 | 101 | 101101000 | 1011000 | 110110 |
Color Harmonies of #F12021
Complementary color
Monochromatic Colors of #F12021
Black with #F12021
Text Example
Text Example
White with #F12021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12021; }
p { color: rgb(241,32,33); }
H1.HeaderClassName
{
color: #F12021;
}
.AnyTagClassName
{
color: #F12021;
}
</style>
background-color css
<style>
a { background-color: #F12021; }
a { background-color: rgb(241,32,33); }
div.DivClassName
{
background-color: #F12021;
}
.BgClassName
{
background-color: #F12021;
}
</style>
border-color css
<style>
span { border-color: #F12021; }
span { border-color: rgb(241,32,33); }
td.TdClassName
{
border-color: #F12021;
}
.TagClassName
{
border-color: #F12021;
}
</style>