Shades of Alizarin #F1242C
Tints of Alizarin #F1242C
RGB
CMYK
RGB Variations
Color information
#F1242C (or 0xF1242C) is known color: Alizarin. HEX triplet: F1, 24 and 2C. RGB value is (241,36,44). Sum of RGB (Red+Green+Blue) = 241+36+44=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1242C is #0EDBD3. Grayscale: #626262. Windows color (decimal): -973780 or 2893041. OLE color: 2893041.
HSL color Cylindrical-coordinate representation of color #F1242C: hue angle of 357.66º 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 #F1242C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.05 |
| HSL | 357.66º | 0.88% | 0.54% | - |
| HSV(B) | 357.66º | 0.85% | 0.95% | - |
| XYZ | 37.36 | 20.14 | 4.3 | - |
| YUV | 98.21 | 97.42 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 44 | 0 | 0.85 | 0.82 | 0.05 | 357.66 | 0.88 | 0.54 |
| Hex | F1 | 24 | 2C | 0 | 55 | 52 | 5 | 166 | 58 | 36 |
| Octal | 361 | 44 | 54 | 0 | 125 | 122 | 5 | 546 | 130 | 66 |
| Binary | 11110001 | 100100 | 101100 | 0 | 1010101 | 1010010 | 101 | 101100110 | 1011000 | 110110 |
Color Harmonies of #F1242C
Complementary color
Monochromatic Colors of #F1242C
Black with #F1242C
Text Example
Text Example
White with #F1242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1242C; }
p { color: rgb(241,36,44); }
H1.HeaderClassName
{
color: #F1242C;
}
.AnyTagClassName
{
color: #F1242C;
}
</style>
background-color css
<style>
a { background-color: #F1242C; }
a { background-color: rgb(241,36,44); }
div.DivClassName
{
background-color: #F1242C;
}
.BgClassName
{
background-color: #F1242C;
}
</style>
border-color css
<style>
span { border-color: #F1242C; }
span { border-color: rgb(241,36,44); }
td.TdClassName
{
border-color: #F1242C;
}
.TagClassName
{
border-color: #F1242C;
}
</style>