Shades of Alizarin #F12122
Tints of Alizarin #F12122
RGB
CMYK
RGB Variations
Color information
#F12122 (or 0xF12122) is known color: Alizarin. HEX triplet: F1, 21 and 22. RGB value is (241,33,34). Sum of RGB (Red+Green+Blue) = 241+33+34=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F12122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12122 is #0EDEDD. Grayscale: #5F5F5F. Windows color (decimal): -974558 or 2236913. OLE color: 2236913.
HSL color Cylindrical-coordinate representation of color #F12122: 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.86%. Process color model (Four color, CMYK) of #F12122 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 34 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 359.71º | 0.88% | 0.54% | - |
| HSV(B) | 359.71º | 0.86% | 0.95% | - |
| XYZ | 37.11 | 19.9 | 3.4 | - |
| YUV | 95.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 34 | 0 | 0.86 | 0.86 | 0.05 | 359.71 | 0.88 | 0.54 |
| Hex | F1 | 21 | 22 | 0 | 56 | 56 | 5 | 168 | 58 | 36 |
| Octal | 361 | 41 | 42 | 0 | 126 | 126 | 5 | 550 | 130 | 66 |
| Binary | 11110001 | 100001 | 100010 | 0 | 1010110 | 1010110 | 101 | 101101000 | 1011000 | 110110 |
Color Harmonies of #F12122
Complementary color
Monochromatic Colors of #F12122
Black with #F12122
Text Example
Text Example
White with #F12122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12122; }
p { color: rgb(241,33,34); }
H1.HeaderClassName
{
color: #F12122;
}
.AnyTagClassName
{
color: #F12122;
}
</style>
background-color css
<style>
a { background-color: #F12122; }
a { background-color: rgb(241,33,34); }
div.DivClassName
{
background-color: #F12122;
}
.BgClassName
{
background-color: #F12122;
}
</style>
border-color css
<style>
span { border-color: #F12122; }
span { border-color: rgb(241,33,34); }
td.TdClassName
{
border-color: #F12122;
}
.TagClassName
{
border-color: #F12122;
}
</style>