Shades of Alizarin #F1213B
Tints of Alizarin #F1213B
RGB
CMYK
RGB Variations
Color information
#F1213B (or 0xF1213B) is known color: Alizarin. HEX triplet: F1, 21 and 3B. RGB value is (241,33,59). Sum of RGB (Red+Green+Blue) = 241+33+59=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1213B is #0EDEC4. Grayscale: #626262. Windows color (decimal): -974533 or 3875313. OLE color: 3875313.
HSL color Cylindrical-coordinate representation of color #F1213B: hue angle of 352.5º 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 #F1213B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 59 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 352.5º | 0.88% | 0.54% | - |
| HSV(B) | 352.5º | 0.86% | 0.95% | - |
| XYZ | 37.61 | 20.1 | 6.04 | - |
| YUV | 98.16 | 105.91 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 59 | 0 | 0.86 | 0.76 | 0.05 | 352.5 | 0.88 | 0.54 |
| Hex | F1 | 21 | 3B | 0 | 56 | 4C | 5 | 160 | 58 | 36 |
| Octal | 361 | 41 | 73 | 0 | 126 | 114 | 5 | 540 | 130 | 66 |
| Binary | 11110001 | 100001 | 111011 | 0 | 1010110 | 1001100 | 101 | 101100000 | 1011000 | 110110 |
Color Harmonies of #F1213B
Complementary color
Monochromatic Colors of #F1213B
Black with #F1213B
Text Example
Text Example
White with #F1213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1213B; }
p { color: rgb(241,33,59); }
H1.HeaderClassName
{
color: #F1213B;
}
.AnyTagClassName
{
color: #F1213B;
}
</style>
background-color css
<style>
a { background-color: #F1213B; }
a { background-color: rgb(241,33,59); }
div.DivClassName
{
background-color: #F1213B;
}
.BgClassName
{
background-color: #F1213B;
}
</style>
border-color css
<style>
span { border-color: #F1213B; }
span { border-color: rgb(241,33,59); }
td.TdClassName
{
border-color: #F1213B;
}
.TagClassName
{
border-color: #F1213B;
}
</style>