Shades of Alizarin #F1242D
Tints of Alizarin #F1242D
RGB
CMYK
RGB Variations
Color information
#F1242D (or 0xF1242D) is known color: Alizarin. HEX triplet: F1, 24 and 2D. RGB value is (241,36,45). Sum of RGB (Red+Green+Blue) = 241+36+45=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1242D is #0EDBD2. Grayscale: #626262. Windows color (decimal): -973779 or 2958577. OLE color: 2958577.
HSL color Cylindrical-coordinate representation of color #F1242D: hue angle of 357.37º 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 #F1242D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.05 |
| HSL | 357.37º | 0.88% | 0.54% | - |
| HSV(B) | 357.37º | 0.85% | 0.95% | - |
| XYZ | 37.38 | 20.15 | 4.4 | - |
| YUV | 98.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 45 | 0 | 0.85 | 0.81 | 0.05 | 357.37 | 0.88 | 0.54 |
| Hex | F1 | 24 | 2D | 0 | 55 | 51 | 5 | 165 | 58 | 36 |
| Octal | 361 | 44 | 55 | 0 | 125 | 121 | 5 | 545 | 130 | 66 |
| Binary | 11110001 | 100100 | 101101 | 0 | 1010101 | 1010001 | 101 | 101100101 | 1011000 | 110110 |
Color Harmonies of #F1242D
Complementary color
Monochromatic Colors of #F1242D
Black with #F1242D
Text Example
Text Example
White with #F1242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1242D; }
p { color: rgb(241,36,45); }
H1.HeaderClassName
{
color: #F1242D;
}
.AnyTagClassName
{
color: #F1242D;
}
</style>
background-color css
<style>
a { background-color: #F1242D; }
a { background-color: rgb(241,36,45); }
div.DivClassName
{
background-color: #F1242D;
}
.BgClassName
{
background-color: #F1242D;
}
</style>
border-color css
<style>
span { border-color: #F1242D; }
span { border-color: rgb(241,36,45); }
td.TdClassName
{
border-color: #F1242D;
}
.TagClassName
{
border-color: #F1242D;
}
</style>